Re: [PATCH v3] drm/i915/display: Use the recomended min_hblank values

2025-07-27 Thread Murthy, Arun R
On 25-06-2025 22:59, Imre Deak wrote: On Wed, Jun 25, 2025 at 11:04:07AM +0530, Arun R Murthy wrote: Use recommended values as per wa_14021694213 to compare with the calculated value and choose minimum of them. v2: corrected checkpatch warning and retain the restriction for min_hblank (Jani) v3

Re: [PATCH v3] drm/i915/display: Use the recomended min_hblank values

2025-06-25 Thread Imre Deak
On Wed, Jun 25, 2025 at 11:04:07AM +0530, Arun R Murthy wrote: > Use recommended values as per wa_14021694213 to compare with the > calculated value and choose minimum of them. > > v2: corrected checkpatch warning and retain the restriction for > min_hblank (Jani) > v3: use calculated value to com

[PATCH v3] drm/i915/display: Use the recomended min_hblank values

2025-06-24 Thread Arun R Murthy
Use recommended values as per wa_14021694213 to compare with the calculated value and choose minimum of them. v2: corrected checkpatch warning and retain the restriction for min_hblank (Jani) v3: use calculated value to compare with recomended value and choose minimum of them (Imre) Bspec: 74379