Re: [PULL] drm-intel-fixes
Rodrigo Vivi <[email protected]>
| Newsgroups | org.freedesktop.lists.intel-gfx,org.freedesktop.lists.dri-devel,org.freedesktop.lists.intel-xe |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Aug 13, 2026 at 08:24:54AM -0400, Rodrigo Vivi wrote: > Hi Dave and Sima, > > Here goes our drm-intel-fixes for this week. > > Only a couple of dii clock frequency fixes with a dependency patch > adding a helper function. > And dropping a duplicated DP MST call. The duplication was > caused by a bad cherry-pick on fixes that I didn't noticed :( Sorry! Dave, Sima, was there anything wrong with this PR? or did I sent too late? I'm sending these patches to stable mailing list now. But let me know if there's any concern so I can adjust before that hits the stable. > > Thanks, > Rodrigo. > > drm-intel-fixes-2026-08-13: > A couple of DII clock frequency fixes and dropping a > duplicated DP MST call. > The following changes since commit db2ddb87143519e20a95aa36c60b36107b736a58: > > Linux 7.2-rc7 (2026-08-09 14:54:50 -0700) > > are available in the Git repository at: > > https://gitlab.freedesktop.org/drm/i915/kernel.git tags/drm-intel-fixes-2026-08-13 > > for you to fetch changes up to 266ebacffc5809478a2e80d61ddc58c921dbe2b4: > > drm/i915/lt_phy: program DDI_CLK_VALFREQ with DDI clock frequency (2026-08-12 13:27:23 -0400) > > ---------------------------------------------------------------- > A couple of DII clock frequency fixes and dropping a > duplicated DP MST call. > > ---------------------------------------------------------------- > Chaitanya Kumar Borah (1): > drm/i915/dp_mst: Remove duplicate intel_pfit_compute_config() call > > Suraj Kandpal (3): > drm/i915/ddi: add helper to compute DDI clock frequency > drm/i915/cx0: program DDI_CLK_VALFREQ with DDI clock frequency > drm/i915/lt_phy: program DDI_CLK_VALFREQ with DDI clock frequency > > drivers/gpu/drm/i915/display/intel_cx0_phy.c | 5 +++-- > drivers/gpu/drm/i915/display/intel_ddi.c | 11 +++++++++++ > drivers/gpu/drm/i915/display/intel_ddi.h | 1 + > drivers/gpu/drm/i915/display/intel_dp_mst.c | 4 ---- > drivers/gpu/drm/i915/display/intel_lt_phy.c | 6 ++++-- > 5 files changed, 19 insertions(+), 8 deletions(-)