aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | drm/meson: encoder_hdmi: switch to bridge DRM_BRIDGE_ATTACH_NO_CONNECTORNeil Armstrong2021-11-123-2/+82
| | * | drm/meson: split out encoder from meson_dw_hdmiNeil Armstrong2021-11-125-322/+407
| | * | drm/meson: remove useless recursive components matchingNeil Armstrong2021-11-121-41/+21
| | * | drm/bridge: display-connector: implement bus fmts callbacksNeil Armstrong2021-11-121-0/+86
| | * | drm/bridge: dw-hdmi: handle ELD when DRM_BRIDGE_ATTACH_NO_CONNECTORNeil Armstrong2021-11-124-8/+27
| | * | drm/bridge: parade-ps8640: Populate devices on aux-busPhilip Chen2021-11-112-12/+40
| | * | drm/bridge: parade-ps8640: Enable runtime power managementPhilip Chen2021-11-111-71/+119
| | * | drm/simpledrm: Support virtual screen sizesThomas Zimmermann2021-11-111-2/+7
| | * | drm/simpledrm: Enable FB_DAMAGE_CLIPS propertyThomas Zimmermann2021-11-111-9/+19
| | * | drm/fb-helper: Allocate shadow buffer of surface heightThomas Zimmermann2021-11-111-1/+1
| | * | drm/format-helper: Streamline blit-helper interfaceThomas Zimmermann2021-11-112-49/+16
| | * | drm/format-helper: Rework format-helper conversion functionsThomas Zimmermann2021-11-116-75/+82
| | * | drm/format-helper: Add destination-buffer pitch to drm_fb_swab()Thomas Zimmermann2021-11-113-7/+18
| | * | drm/format-helper: Rework format-helper memcpy functionsThomas Zimmermann2021-11-116-25/+37
| | * | drm/format-helper: Export drm_fb_clip_offset()Thomas Zimmermann2021-11-111-2/+17
| | * | drm/xen: Implement mmap as GEM object functionThomas Zimmermann2021-11-113-87/+44
| | * | drm/etnaviv: use dma_resv_describeChristian König2021-11-111-19/+7
| | * | drm/msm: use the new dma_resv_describeChristian König2021-11-111-19/+1
| | * | 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