Oops, forgot to fix topic. :-) On 2023-06-08 10:41, Joonas Lahtinen wrote: > Hi Dave & Daniel, > > Here's the drm-intel-fixes PR for v6.4-rc6. > > Couple of display compatibility fixes and two static checker fixes for > selftests. > > Regards, Joonas > > *** > > drm-intel-fixes-2023-06-08: > > CDCLK voltage fix for ADL-P and eDP wake sync pulse fix. > Two error handling fixes to selftests (to appease static checkers) > > The following changes since commit 9561de3a55bed6bdd44a12820ba81ec416e705a7: > > Linux 6.4-rc5 (2023-06-04 14:04:27 -0400) > > are available in the Git repository at: > > git://anongit.freedesktop.org/drm/drm-intel tags/drm-intel-fixes-2023-06-08 > > for you to fetch changes up to 79d0150d2d983a4f6efee676cea06027f586fcd0: > > drm/i915/selftests: Add some missing error propagation (2023-06-07 12:43:22 +0300) > > ---------------------------------------------------------------- > CDCLK voltage fix for ADL-P and eDP wake sync pulse fix. > Two error handling fixes to selftests (to appease static checkers) > > ---------------------------------------------------------------- > Andi Shyti (1): > drm/i915/gt: Use the correct error value when kernel_context() fails > > Chaitanya Kumar Borah (1): > drm/i915/display: Set correct voltage level for 480MHz CDCLK > > Jouni Högander (1): > drm/i915: Use 18 fast wake AUX sync len > > Tvrtko Ursulin (1): > drm/i915/selftests: Add some missing error propagation > > drivers/gpu/drm/i915/display/intel_cdclk.c | 30 +++++++++++++++++++--- > drivers/gpu/drm/i915/display/intel_dp_aux.c | 2 +- > .../gpu/drm/i915/gem/selftests/i915_gem_context.c | 14 +++++++--- > drivers/gpu/drm/i915/gt/selftest_execlists.c | 12 ++++++--- > 4 files changed, 45 insertions(+), 13 deletions(-)