aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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-02video: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-03-02video: fbdev: radeon: Remove dead codeSouptick Joarder1-16/+0
2020-03-02matroxfb: add Matrox MGA-G200eW board supportRich Felker1-0/+15
2020-03-02video: fbdev: atyfb: remove set but not used variable 'mach64RefFreq'yu kuai1-2/+1
2020-03-02video: fbdev: kyrofb: remove set but not used variable 'ulScaleRight'yu kuai1-2/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'bytpp'yu kuai1-2/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable '‘cSync’'yu kuai1-3/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'vSyncPol'yu kuai1-3/+1
2020-03-02video: fbdev: radeonfb: remove set but not used variable 'hSyncPol'yu kuai1-2/+1
2020-03-02video: fbdev: wm8505fb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: wm8505fb: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: w100fb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: w100fb: fix sparse warningsBartlomiej Zolnierkiewicz1-8/+10
2020-03-02video: fbdev: arcfb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+1
2020-03-02video: fbdev: sh_mobile_lcdcfb: add COMPILE_TEST supportBartlomiej Zolnierkiewicz1-1/+2
2020-03-02video: fbdev: sh_mobile_lcdcfb: fix sparse warnings about using incorrect typesBartlomiej Zolnierkiewicz1-2/+2
2020-03-02video: fbdev: pxa168fb: remove unnecessary platform_get_irqYueHaibing1-3/+0
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-misc into drm-nextDave Airlie113-2514/+3122
2020-02-28Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie166-2414/+5161
2020-02-27drm/panfrost: default_supplies[] can be statickbuild test robot1-1/+1
2020-02-27dma-buf: make move_notify mandatory if importer_ops are providedChristian König1-8/+7
2020-02-27dma-buf: drop dynamic_mapping flagChristian König2-4/+2
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önig3-9/+117
2020-02-27drm/panel: simple: Add NewEast Optoelectronics CO., LTD WJFH116008A panel supportVasily 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