RE: [PATCH] drm/i915/vdsc: Correct the conditions of DSC1.1 and DSC 1.2 for rc params calculation

2025-02-20 Thread Yu, Gareth
> -Original Message- > From: Kandpal, Suraj > Sent: Friday, February 21, 2025 12:44 PM > To: Yu, Gareth ; intel-gfx@lists.freedesktop.org > Cc: intel...@lists.freedesktop.org; Tseng, William ; > Nautiyal, Ankit K ; Heikkila, Juha-pekka pekka.heikk...@intel.com>

RE: [PATCH] drm/i915/dsc: Change rc parameters calculation for DSC 1.1

2025-02-20 Thread Yu, Gareth
The ticket, https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/13719, was created for this. You can use it or create a new one. > > -Original Message- > > From: Kandpal, Suraj > > Sent: Thursday, February 20, 2025 2:01 PM > > To: Tseng, William ; > > intel-gfx@lists.freedesktop.or

RE: [PATCH 1/5] drm/i915/dp: Don't switch the LTTPR mode on an active link

2024-07-03 Thread Yu, Gareth
Confirmed that https://lore.kernel.org/all/20240703155937.1674856-1-imre.d...@intel.com cures the syndrome of DELL UD22.

RE: [PATCH v2 12/21] drm/i915/dp: Use check link state work in the detect handler

2024-05-27 Thread Yu, Gareth
ired by Compliance tests Thanks, Gareth > -Original Message- > From: Deak, Imre > Sent: Monday, May 27, 2024 7:30 PM > To: Yu, Gareth > Cc: intel-gfx@lists.freedesktop.org; Ville Syrjälä > > Subject: Re: [PATCH v2 12/21] drm/i915/dp: Use check link state work in

RE: [PATCH] drm/i915/display: Fixed the main link lost in MST

2024-04-26 Thread Yu, Gareth
Posted V5 that change the order of the existing flow. Found Tejas' email address is incorrect. Will correct in V6. Gareth > -Original Message- > From: Jani Nikula > Sent: Thursday, April 25, 2024 7:31 PM > To: Yu, Gareth ; intel-gfx@lists.freedesktop.org > Cc: Y

RE: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-18 Thread Yu, Gareth
To: Dolan Liu ; Ville Syrjälä Cc: Yu, Gareth ; intel-gfx@lists.freedesktop.org Subject: Re: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off ... As far as the change goes, the original patch is pretty much the only one we should consider. I only ever asked f

RE: [PATCH] drm/i915/display: Fixed a screen flickering when turning on display from off

2024-03-17 Thread Yu, Gareth
ndition is workable. - if (panel->backlight.level <= panel->backlight.min) { + if (panel->backlight.level < panel->backlight.min) { Thanks, Gareth -Original Message- From: Ville Syrjälä Sent: Friday, March 15, 2024 7:03 PM To: Jani Nikula Cc: Yu, Gareth ; int

Re: [Intel-gfx] [PATCH] drm/i915/mtl: Print SSEU information of all GTs for debugfs

2023-11-06 Thread Yu, Gareth
The reason to dump on GTs is to make consistent SSEU information in i915. It is fine that the information was moved to i915/gt*. -Original Message- From: Tvrtko Ursulin Sent: Monday, November 6, 2023 8:30 PM To: Roper, Matthew D Cc: Yu, Gareth ; intel-gfx@lists.freedesktop.org; Shyti