summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2019-12-06drm/udl: Remove unused statistics countersThomas Zimmermann2-17/+1
2019-12-06drm: share address space for dma bufsGerd Hoffmann2-4/+4
2019-12-06drm: call drm_gem_object_funcs.mmap with fake offsetGerd Hoffmann4-12/+6
2019-12-06drm/vkms: Fix typo and preposion in function documentationGabriela Bittencourt1-4/+4
2019-12-05drm/dp_mst: Clear all payload id tables downstream when initializingSean Paul1-3/+60
2019-12-05drm/mgag200: Debug-print unique revisions id on G200 SEThomas Zimmermann1-1/+4
2019-12-05drm/mgag200: Call mgag200_driver_{load, unload}() before registering deviceThomas Zimmermann1-6/+38
2019-12-05drm/gma500: Call psb_driver_{load, unload}() before registering deviceThomas Zimmermann1-6/+37
2019-12-05drm: constify fb ops across all driversJani Nikula13-14/+14
2019-12-05drm/via: Don't include <drm/drm_pci.h>Thomas Zimmermann3-3/+4
2019-12-05drm/tdfx: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-12-05drm/sis: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-12-05drm/savage: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-12-05drm/radeon: Don't include <drm/drm_pci.h>Thomas Zimmermann40-54/+54
2019-12-05drm/r128: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-12-05drm/mgag200: Don't include <drm/drm_pci.h>Thomas Zimmermann5-6/+6
2019-12-05drm/mga: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+1
2019-12-05drm/i810: Don't include <drm/drm_pci.h>Thomas Zimmermann2-2/+3
2019-12-05drm/ast: Don't include <drm/drm_pci.h>Thomas Zimmermann1-1/+0
2019-12-05drm/pci: Hide legacy PCI functions from non-legacy codeThomas Zimmermann1-0/+4
2019-12-05drm/pci: Only build drm_pci.c if CONFIG_PCI is setThomas Zimmermann3-14/+24
2019-12-03drm/panel: rpi: Drop unused GPIO includesLinus Walleij1-2/+0
2019-12-03drm/crtc-helper: drm_connector_get_single_encoder prototype is missingBenjamin Gaignard1-0/+2
2019-12-03drm/fb-helper: don't preserve fb_ops across deferred IO useJani Nikula1-22/+3
2019-12-02drm: drop DRM_AUTH from PRIME_TO/FROM_HANDLE ioctlsEmil Velikov1-2/+2
2019-12-02drm/panfrost: remove DRM_AUTH and respective commentEmil Velikov1-5/+1
2019-12-02drm: use correct dev node location in commentEmil Velikov1-1/+1
2019-12-02drm/exynos: Don't reset bridge->nextBoris Brezillon1-1/+0
2019-12-01drm/tegra: fix opencoded use of drm_panel_*Sam Ravnborg1-1/+1
2019-12-01drm/msm: fix opencoded use of drm_panel_*Sam Ravnborg1-1/+1
2019-12-01drm/exynos: fix opencoded use of drm_panel_*Sam Ravnborg1-1/+1
2019-12-01drm/exynos: fix opencoded use of drm_panel_*Sam Ravnborg1-2/+2
2019-12-01drm/panel: clean up indentation issueColin Ian King1-1/+1
2019-12-01drm/panel: simple: Add Logic PD Type 28 display supportAdam Ford1-0/+37
2019-11-29drm: Inline drm_color_lut_extract()Ville Syrjälä1-24/+0
2019-11-29drm/edid: Add alternate clock for SMPTE 4KWayne Lin1-7/+0
2019-11-29drm/edid: Add aspect ratios to HDMI 4K modesWayne Lin1-10/+35
2019-11-29drm/qxl: Complete exception handling in qxl_device_init()Markus Elfring1-1/+1
2019-11-29drm/rockchip: Use drm_gem_fb_create_with_dirtyDaniel Vetter1-53/+1
2019-11-28drm/rect: update kerneldoc for drm_rect_clip_scaled()Daniel Vetter1-2/+4
2019-11-28drm/selftests: Add drm_rect selftestsVille Syrjälä4-1/+236
2019-11-28drm/rect: Keep the clipped dst rectangle in placeVille Syrjälä1-11/+11
2019-11-28drm/rect: Keep the scaled clip boundedVille Syrjälä1-4/+7
2019-11-28drm/rect: Avoid division by zeroVille Syrjälä1-1/+6
2019-11-28drm/fourcc: Fill out all block sizes for P210Daniel Vetter1-1/+1
2019-11-28drm/fourcc: Fill out all block sizes for P10/12/16Daniel Vetter1-3/+3
2019-11-27drm/mediatek: Fix build breakMihail Atanassov1-1/+0
2019-11-27drm/scheduler: Avoid accessing freed bad job.Andrey Grodzovsky1-0/+27
2019-11-26drm/udl: Replace struct udl_framebuffer with generic implementationThomas Zimmermann2-63/+6
2019-11-26drm/udl: Call udl_handle_damage() with DRM framebufferThomas Zimmermann3-26/+26