summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-03-06drm: Remove drm_fb_helper add, add all and remove connector callsPankaj Bharadiya14-62/+0
2020-03-06drm/i915/display: Remove drm_fb_helper_{add,remove}_one_connector callsPankaj Bharadiya1-12/+0
2020-03-06drm/amdgpu: Remove drm_fb_helper_{add,remove}_one_connector callsPankaj Bharadiya1-13/+0
2020-03-06drm/radeon: remove radeon_fb_{add,remove}_connector functionsPankaj Bharadiya3-25/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya12-17/+13
2020-03-06drm: unbreak the DRM menu, broken by DRM_EXPORT_FOR_TESTSRandy Dunlap1-3/+3
2020-03-06drm/mm: Break long searches in fragmented address spacesChris Wilson1-1/+7
2020-03-06drm/vc4/vc4_drv.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-06drm/gma500/intel_bios.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-03-06drm/vblank: Fix documentation of VBLANK timestamp helperThomas Zimmermann1-2/+1
2020-03-06drm/simple-kms: Fix documentation for drm_simple_encoder_init()Thomas Zimmermann1-2/+12
2020-03-06drm/panel: add panel driver for Elida KD35T133 panelsHeiko Stuebner3-0/+363
2020-03-04drm/v3d: Replace wait_for macros to remove use of msleepJames Hughes1-13/+28
2020-03-04drm/vc4: Replace wait_for macros to remove use of msleepJames Hughes1-17/+26
2020-03-04Merge drm/drm-next into drm-misc-nextMaxime Ripard361-13731/+21322
2020-03-04drm/hdcp: optimizing the srm handlingRamalingam C3-105/+59
2020-03-02drm/qxl: Use simple encoderThomas Zimmermann1-15/+14
2020-03-02drm/mgag200: Use simple encoderThomas Zimmermann2-82/+13
2020-03-02drm/ast: Use simple encoderThomas Zimmermann2-22/+9
2020-03-02drm/simple-kms: Add drm_simple_encoder_{init,create}()Thomas Zimmermann1-3/+31
2020-02-29drm/panel: simple: add panel-dpi supportSam Ravnborg1-2/+72
2020-02-29drm/panel: Add driver for Novatek NT35510-based panelsLinus Walleij3-0/+1109
2020-02-29drm: prevent a harmless integer overflow in drm_legacy_sg_alloc()Dan Carpenter1-0/+3
2020-02-29drm/client: Dual licence the file in GPL-2 and MITEmmanuel Vadot1-1/+1
2020-02-28drm/tidss: Drop pointless static qualifier in dispc_find_csc()YueHaibing1-1/+1
2020-02-28drm/tidss: fix spelling mistakes "bufer" and "requsted"Colin Ian King1-2/+2
2020-02-28drm/tidss: Use drm_for_each_bridge_in_chain()Laurent Pinchart1-1/+1
2020-02-28drm/tidss: dispc: Fix broken plane positioning codeJyri Sarha5-36/+133
2020-02-28drm/dp_mst: Check crc4 value while building sideband messageBenjamin Gaignard1-0/+4
2020-02-28drm/dp_mst: Fix W=1 warningsBenjamin Gaignard1-49/+65
2020-02-28Merge tag 'drm-misc-next-2020-02-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie112-2505/+3120
2020-02-28Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie166-2414/+5161
2020-02-27drm/panfrost: default_supplies[] can be statickbuild test robot1-1/+1
2020-02-27dma-buf: drop dynamic_mapping flagChristian König1-1/+0
2020-02-27drm/amdgpu: implement amdgpu_gem_prime_move_notify v2Christian König2-1/+71
2020-02-27drm/amdgpu: add amdgpu_dma_buf_pin/unpin v2Christian König2-7/+51
2020-02-27drm/amdgpu: use allowed_domains for exported DMA-bufsChristian König1-1/+4
2020-02-27drm/ttm: remove the backing store if no placement is givenChristian König1-0/+12
2020-02-27dma-buf: add dynamic DMA-buf handling v15Christian König1-1/+5
2020-02-27drm/panel: simple: Add NewEast Optoelectronics CO., LTD WJFH116008A panel sup...Vasily Khoruzhick1-0/+48
2020-02-27drm/bridge: anx6345: don't print error message if regulator is not readyVasily Khoruzhick1-2/+6
2020-02-27drm/virtio: add virtio_gpu_is_shmem helperGurchetan Singh2-2/+10
2020-02-27drm/virtio: make mmap callback consistent with callbacksGurchetan Singh1-1/+1
2020-02-27drm/hisilicon: Fixed pcie resource conflict between drm and firmwareTian Tao1-0/+5
2020-02-27drm/hisilicon: Set preferred mode resolution and maximum resolutionTian Tao1-1/+10
2020-02-27drm/hisilicon: Add the mode_valid functionTian Tao1-0/+20
2020-02-27drm/hisilicon: fixed the wrong resolution configurationsTian Tao1-1/+1
2020-02-27drm/hisilicon: Enable the shadowfb for hibmcTian Tao1-1/+1
2020-02-27drm/hisilicon: Add new clock/resolution configurationsTian Tao2-0/+5
2020-02-27Merge tag 'drm-intel-next-2020-02-25' of git://anongit.freedesktop.org/drm/dr...Dave Airlie195-11317/+16161