aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2022-12-09drm/bridge/analogix/anx6345: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-09drm/i915/display: no need for gt/gen8_ppgtt.hJani Nikula1-2/+0
2022-12-09drm/i915/display: Don't disable DDI/Transcoder when setting phy test patternKhaled Almahallawy1-59/+0
2022-12-09Merge tag 'amd-drm-next-6.2-2022-12-07' of https://gitlab.freedesktop.org/agd...Dave Airlie37-94/+156
2022-12-09Merge tag 'amd-drm-next-6.2-2022-12-02' of https://gitlab.freedesktop.org/agd...Dave Airlie64-361/+1671
2022-12-09Merge tag 'drm-misc-next-fixes-2022-12-08' of git://anongit.freedesktop.org/d...Dave Airlie1-17/+13
2022-12-09Merge tag 'drm-intel-next-fixes-2022-12-01' of git://anongit.freedesktop.org/...Dave Airlie14-65/+113
2022-12-09Merge tag 'drm-misc-fixes-2022-12-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie5-14/+24
2022-12-08drm/bridge: lt8912b: Add hot plug detectionStefan Eichenberger1-2/+19
2022-12-08drm/i915/vrr: Be more careful with the bits in TRANS_VRR_CTLVille Syrjälä1-13/+23
2022-12-08drm/i915/vrr: Reorder transcoder vs. vrr enable/disableVille Syrjälä1-4/+4
2022-12-08drm/i915/vrr: Fix guardband/vblank exit length calculation for adl+Ville Syrjälä1-3/+3
2022-12-08drm/i915/vrr: Make registers latch in a consitent place on icl/tglVille Syrjälä1-11/+2
2022-12-08drm/i915: Fix VLV/CHV HDMI/DP audio enableVille Syrjälä2-8/+21
2022-12-08drm/bridge: chrontel-ch7033: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-12-08drm/i915/tc: switch to intel_de_* register accessors in display codeJani Nikula1-37/+18
2022-12-08drm/i915/snps: switch to intel_de_* register accessors in display codeJani Nikula1-8/+7
2022-12-08drm/i915/wm: switch to intel_de_* register accessors in display codeJani Nikula1-24/+18
2022-12-08drm/i915/gmbus: switch to intel_de_* register accessors in display codeJani Nikula1-29/+17
2022-12-08drm/i915/dp-aux: switch to intel_de_* register accessors in display codeJani Nikula1-16/+13
2022-12-08drm/i915/dmc: switch to intel_de_* register accessors in display codeJani Nikula1-3/+3
2022-12-08drm/i915/power: switch to intel_de_* register accessors in display codeJani Nikula1-1/+1
2022-12-08drm/i915/crt: switch to intel_de_* register accessors in display codeJani Nikula1-23/+19
2022-12-08drm/i915/crt: drop a bunch of unnecessary register variablesJani Nikula1-24/+15
2022-12-08drm/i915/de: return the old register value from intel_de_rmw()Jani Nikula1-2/+2
2022-12-08drm/i915/de: Add more macros to remove all direct calls to uncoreMaarten Lankhorst1-0/+35
2022-12-08drm/gud: Fix missing includeNoralf Trønnes1-0/+1
2022-12-08drm/bridge: Document the expected behaviour of DSI host controllersDave Stevenson1-0/+39
2022-12-08drm/panel: Add prepare_prev_first flag to drm_panelDave Stevenson1-0/+2
2022-12-08drm/bridge: Introduce pre_enable_prev_first to alter bridge init orderDave Stevenson1-24/+121
2022-12-08drm/bridge: Drop unused drm_bridge_chain functionsSam Ravnborg1-110/+0
2022-12-08drm/mediatek: dp: Replace usage of drm_bridge_chain_ functionsDave Stevenson1-2/+2
2022-12-08drm/bridge: ps8640: Use atomic variants of drm_bridge_funcsSam Ravnborg1-6/+12
2022-12-08drm/vc4: tests: Add unit test suite for the PV muxingMaxime Ripard4-9/+1091
2022-12-08drm/vc4: tests: Fail the current test if we access a registerMaxime Ripard7-13/+81
2022-12-08drm/vc4: tests: Introduce a mocking infrastructureMaxime Ripard12-13/+511
2022-12-08drm/vc4: hvs: Provide a function to initialize the HVS structureMaxime Ripard2-30/+44
2022-12-08drm/vc4: crtc: Make encoder lookup helper publicMaxime Ripard2-16/+17
2022-12-08drm/vc4: crtc: Introduce a lower-level crtc init helperMaxime Ripard2-19/+57
2022-12-08drm/vc4: Move HVS state to main headerMaxime Ripard2-22/+26
2022-12-08drm/tests: Add a test for DRM managed actionsMaxime Ripard2-0/+72
2022-12-08drm/tests: helpers: Allow to pass a custom drm_driverMaxime Ripard1-10/+5
2022-12-08drm/tests: helpers: Allow for a custom device struct to be allocatedMaxime Ripard4-36/+18
2022-12-08drm/tests: helpers: Make sure the device is boundMaxime Ripard1-1/+25
2022-12-08drm/tests: helpers: Switch to a platform_deviceMaxime Ripard1-2/+14
2022-12-08drm/tests: helpers: Create the device in another functionMaxime Ripard4-26/+73
2022-12-08drm/tests: helpers: Remove the name parameterMaxime Ripard4-9/+7
2022-12-08drm/tests: helpers: Rename the device init helperMaxime Ripard4-7/+12
2022-12-08drm/tests: helpers: Switch to EXPORT_SYMBOL_GPLMaxime Ripard1-1/+1
2022-12-08drm/tests: helpers: Document drm_kunit_device_init()Maxime Ripard1-0/+17