summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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 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-26drm/omap: dss: Remove unused omap_dss_device operationsLaurent Pinchart3-71/+5
2020-02-26drm/omap: dss: Remove unused omapdss_of_find_connected_device() functionLaurent Pinchart3-32/+1
2020-02-26drm/omap: dss: Inline the omapdss_display_get() functionLaurent Pinchart3-13/+4
2020-02-26drm/omap: Hardcode omap_connector type to DSILaurent Pinchart3-53/+2
2020-02-26drm/omap: sdi: Register a drm_bridgeLaurent Pinchart1-59/+109
2020-02-26drm/omap: sdi: Sort includes alphabeticallyLaurent Pinchart1-4/+4
2020-02-26drm/omap: dpi: Register a drm_bridgeLaurent Pinchart1-93/+116