summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: add dma_fence_describe and dma_resv_describe v2Christian König2021-11-113-10/+41
* drm/ttm: Put BO in its memory manager's lru listxinhui pan2021-11-111-0/+2
* drm/tidss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing2021-11-101-9/+2
* drm/omap: increase DSS5 max tv pclk to 192MHzTomi Valkeinen2021-11-101-1/+1
* drm/omap: Make use of the helper function devm_platform_ioremap_resourcexxx()Cai Huoqing2021-11-109-34/+11
* drm/omap: dss: Make use of the helper macro SET_RUNTIME_PM_OPS()Cai Huoqing2021-11-104-8/+4
* drm/omapdrm: Convert to SPDX identifierCai Huoqing2021-11-106-62/+6
* drm/lima: fix warning when CONFIG_DEBUG_SG=y & CONFIG_DMA_API_DEBUG=yQiang Yu2021-11-061-0/+1
* drm/vc4: hdmi: Introduce a scdc_enabled flagMaxime Ripard2021-11-052-10/+18
* drm/vc4: hdmi: Introduce an output_enabled flagMaxime Ripard2021-11-052-4/+18
* drm/vc4: hdmi: Check the device state in prepare()Maxime Ripard2021-11-051-7/+28
* drm/vc4: hdmi: Prevent access to crtc->state outside of KMSMaxime Ripard2021-11-052-12/+32
* drm/vc4: hdmi: Use a mutex to prevent concurrent framework accessMaxime Ripard2021-11-052-6/+126
* drm/vc4: hdmi: Add a spinlock to protect register accessMaxime Ripard2021-11-054-10/+236
* drm/vc4: crtc: Copy assigned channel to the CRTCMaxime Ripard2021-11-054-2/+24
* drm/vc4: Fix non-blocking commit getting stuck foreverMaxime Ripard2021-11-053-3/+23
* drm/vc4: crtc: Drop feed_txp from stateMaxime Ripard2021-11-055-10/+12
* drm/bridge: analogix_dp: Make PSR-exit block lessBrian Norris2021-11-041-2/+12
* drm/bridge: anx7625: add HDMI audio functionXin Ji2021-11-042-0/+231
* drm/bridge: anx7625: add MIPI DPI input featureXin Ji2021-11-042-60/+205
* drm/bridge: anx7625: fix not correct return valueXin Ji2021-11-041-2/+2
* drm/vc4: Increase the core clock based on HVS loadMaxime Ripard2021-11-043-9/+118
* drm/vc4: hdmi: Enable the scrambler on reconnectionMaxime Ripard2021-11-041-0/+3
* drm/vc4: hdmi: Raise the maximum clock rateMaxime Ripard2021-11-041-1/+1
* drm/vc4: Leverage the load tracker on the BCM2711Maxime Ripard2021-11-044-21/+10
* drm/vc4: crtc: Add some loggingMaxime Ripard2021-11-041-0/+6
* drm/vc4: crtc: Rework the encoder retrieval code (again)Maxime Ripard2021-11-042-24/+10
* drm/vc4: crtc: Add encoder to vc4_crtc_config_pv prototypeMaxime Ripard2021-11-041-4/+3
* drm/vc4: Make vc4_crtc_get_encoder publicMaxime Ripard2021-11-042-4/+9
* drm/vc4: hdmi: Fix HPD GPIO detectionMaxime Ripard2021-11-041-3/+3
* drm/vc4: hdmi: Remove the DDC probing for status detectionMaxime Ripard2021-11-041-2/+0
* drm/radeon: use dma_resv_wait_timeout() instead of manually waitingChristian König2021-11-041-8/+5
* drm/etnaviv: stop getting the excl fence separately hereChristian König2021-11-031-1/+1
* i915/display/dp: send a more fine-grained link-status ueventSimon Ser2021-11-021-1/+1
* drm/probe-helper: use drm_kms_helper_connector_hotplug_eventSimon Ser2021-11-021-8/+17
* amdgpu: use drm_kms_helper_connector_hotplug_eventSimon Ser2021-11-022-6/+6
* drm/connector: use drm_sysfs_connector_hotplug_eventSimon Ser2021-11-021-1/+1
* drm/probe-helper: add drm_kms_helper_connector_hotplug_eventSimon Ser2021-11-021-0/+23
* drm/sysfs: introduce drm_sysfs_connector_hotplug_eventSimon Ser2021-11-021-0/+25
* drm/sched: Avoid lockdep spalt on killing a processesAndrey Grodzovsky2021-11-011-3/+12
* drm/ingenic: Remove bogus register writePaul Cercueil2021-10-301-5/+0
* drm/ingenic: Attach bridge chain to encodersPaul Cercueil2021-10-291-22/+70
* drm/ingenic: Upload palette before framePaul Cercueil2021-10-291-6/+47
* drm/ingenic: Set DMA descriptor chain register when starting CRTCPaul Cercueil2021-10-291-0/+4
* drm/ingenic: Move IPU scale settings to private statePaul Cercueil2021-10-291-19/+54
* drm/ingenic: Add support for private objectsPaul Cercueil2021-10-292-0/+115
* drm/ingenic: Simplify code by using hwdescs arrayPaul Cercueil2021-10-291-30/+48
* drm: import DMA_BUF module namespaceMarcel Ziswiler2021-10-292-0/+2
* drm/nouveau: use the new interator in nv50_wndw_prepare_fbChristian König2021-10-291-1/+9
* drm/virtio: fix another potential integer overflow on shift of a intColin Ian King2021-10-291-1/+1