aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
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
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
2020-02-26drm/omap: dpi: Simplify clock setting APILaurent Pinchart1-24/+8
2020-02-26drm/omap: dpi: Reorder functions in sectionsLaurent Pinchart1-67/+79
2020-02-26drm/omap: dpi: Sort includes alphabeticallyLaurent Pinchart1-5/+5
2020-02-26drm/omap: hdmi5: Simplify EDID readLaurent Pinchart1-51/+35
2020-02-26drm/omap: hdmi4: Simplify EDID readLaurent Pinchart1-56/+40
2020-02-26drm/omap: venc: Remove omap_dss_device operationsLaurent Pinchart1-45/+0
2020-02-26drm/omap: hdmi: Remove omap_dss_device operationsLaurent Pinchart3-37/+0
2020-02-26drm/omap: Remove HPD, detect and EDID omapdss operationsLaurent Pinchart6-310/+22
2020-02-26drm/omap: Switch the HDMI and VENC outputs to drm_bridgeLaurent Pinchart11-671/+11
2020-02-26drm/omap: Create connector for bridgesLaurent Pinchart1-12/+62
2020-02-26drm/omap: venc: Register a drm_bridgeLaurent Pinchart1-88/+154
2020-02-26drm/omap: dss: Remove .set_hdmi_mode() and .set_infoframe() operationsLaurent Pinchart2-29/+0
2020-02-26drm/omap: hdmi4: Implement drm_bridge .hpd_notify() operationLaurent Pinchart1-0/+10
2020-02-26drm/omap: hdmi5: Move mode set, enable and disable operations to bridgeLaurent Pinchart1-98/+111
2020-02-26drm/omap: hdmi4: Move mode set, enable and disable operations to bridgeLaurent Pinchart1-95/+111
2020-02-26drm/omap: hdmi5: Register a drm_bridge for EDID readLaurent Pinchart1-6/+73
2020-02-26drm/omap: hdmi4: Register a drm_bridge for EDID readLaurent Pinchart2-6/+75
2020-02-26drm/omap: hdmi5: Rework EDID read to isolate data readLaurent Pinchart3-77/+65
2020-02-26drm/omap: hdmi4: Rework EDID read to isolate data readLaurent Pinchart3-84/+73
2020-02-26drm/omap: hdmi: Allocate EDID in the .read_edid() operationLaurent Pinchart4-27/+47
2020-02-26drm/omap: dss: Make omap_dss_device_ops optionalLaurent Pinchart4-16/+22
2020-02-26drm/omap: Add infrastructure to support drm_bridge local to DSS outputsLaurent Pinchart9-12/+26
2020-02-26drm/omap: dss: Fix output next device lookup in DTLaurent Pinchart13-15/+14
2020-02-26drm/omap: Use the drm_panel_bridge APILaurent Pinchart5-47/+32
2020-02-26drm/omap: Factor out display type to connector type conversionLaurent Pinchart3-18/+25