summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* drm/i810: Don't include <drm/drm_pci.h>Thomas Zimmermann2019-12-052-2/+3
* drm/ast: Don't include <drm/drm_pci.h>Thomas Zimmermann2019-12-051-1/+0
* drm/pci: Hide legacy PCI functions from non-legacy codeThomas Zimmermann2019-12-051-0/+4
* drm/pci: Only build drm_pci.c if CONFIG_PCI is setThomas Zimmermann2019-12-053-14/+24
* drm/panel: rpi: Drop unused GPIO includesLinus Walleij2019-12-031-2/+0
* drm/crtc-helper: drm_connector_get_single_encoder prototype is missingBenjamin Gaignard2019-12-031-0/+2
* video: omapfb: use const pointer for fb_opsJani Nikula2019-12-031-1/+1
* video: fbmem: use const pointer for fb_opsJani Nikula2019-12-031-2/+2
* video: fbdev: vesafb: modify the static fb_ops directlyJani Nikula2019-12-031-3/+3
* video: udlfb: don't restore fb_mmap after deferred IO cleanupJani Nikula2019-12-031-1/+0
* video: smscufx: don't restore fb_mmap after deferred IO cleanupJani Nikula2019-12-031-1/+0
* drm/fb-helper: don't preserve fb_ops across deferred IO useJani Nikula2019-12-031-22/+3
* video: fb_defio: preserve user fb_opsJani Nikula2019-12-032-7/+11
* drm: drop DRM_AUTH from PRIME_TO/FROM_HANDLE ioctlsEmil Velikov2019-12-021-2/+2
* drm/panfrost: remove DRM_AUTH and respective commentEmil Velikov2019-12-021-5/+1
* drm: use correct dev node location in commentEmil Velikov2019-12-021-1/+1
* drm/exynos: Don't reset bridge->nextBoris Brezillon2019-12-021-1/+0
* drm/tegra: fix opencoded use of drm_panel_*Sam Ravnborg2019-12-011-1/+1
* drm/msm: fix opencoded use of drm_panel_*Sam Ravnborg2019-12-011-1/+1
* drm/exynos: fix opencoded use of drm_panel_*Sam Ravnborg2019-12-011-1/+1
* drm/exynos: fix opencoded use of drm_panel_*Sam Ravnborg2019-12-011-2/+2
* drm/panel: clean up indentation issueColin Ian King2019-12-011-1/+1
* drm/panel: simple: Add Logic PD Type 28 display supportAdam Ford2019-11-301-0/+37
* drm: Inline drm_color_lut_extract()Ville Syrjälä2019-11-291-24/+0
* drm/edid: Add alternate clock for SMPTE 4KWayne Lin2019-11-291-7/+0
* drm/edid: Add aspect ratios to HDMI 4K modesWayne Lin2019-11-291-10/+35
* drm/qxl: Complete exception handling in qxl_device_init()Markus Elfring2019-11-291-1/+1
* drm/rockchip: Use drm_gem_fb_create_with_dirtyDaniel Vetter2019-11-291-53/+1
* drm/rect: update kerneldoc for drm_rect_clip_scaled()Daniel Vetter2019-11-281-2/+4
* drm/selftests: Add drm_rect selftestsVille Syrjälä2019-11-284-1/+236
* drm/rect: Keep the clipped dst rectangle in placeVille Syrjälä2019-11-281-11/+11
* drm/rect: Keep the scaled clip boundedVille Syrjälä2019-11-281-4/+7
* drm/rect: Avoid division by zeroVille Syrjälä2019-11-281-1/+6
* drm/fourcc: Fill out all block sizes for P210Daniel Vetter2019-11-281-1/+1
* drm/fourcc: Fill out all block sizes for P10/12/16Daniel Vetter2019-11-281-3/+3
* drm/mediatek: Fix build breakMihail Atanassov2019-11-271-1/+0
* drm/scheduler: Avoid accessing freed bad job.Andrey Grodzovsky2019-11-271-0/+27
* udmabuf: Remove deleted map/unmap handlers.Maarten Lankhorst2019-11-261-16/+0
* drm/udl: Replace struct udl_framebuffer with generic implementationThomas Zimmermann2019-11-262-63/+6
* drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann2019-11-263-26/+26
* drm/udl: Store active framebuffer in device structureThomas Zimmermann2019-11-264-14/+25
* drm/udl: Remove udl implementation of GEM's free_object()Thomas Zimmermann2019-11-261-17/+1
* drm/udl: Unmap buffer object after damage updateThomas Zimmermann2019-11-261-13/+18
* drm/armada: Delete dma_buf->k(un)map implemenationDaniel Vetter2019-11-261-12/+0
* xen/gntdev-dmabuf: Ditch dummy map functionsDaniel Vetter2019-11-251-23/+0
* drm/tee_shm: Drop dma_buf_k(unmap) supportDaniel Vetter2019-11-252-14/+0
* media/videobuf2: Drop dma_buf->k(un)map supportDaniel Vetter2019-11-253-24/+0
* drm/vmwgfx: Delete mmaping functionsDaniel Vetter2019-11-251-33/+0
* dma-buf: Drop dma_buf_k(un)mapDaniel Vetter2019-11-251-60/+3
* drm/tegra: Remove dma_buf->k(un)mapDaniel Vetter2019-11-251-12/+0