Re: [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config

2023-07-12 Thread Nautiyal, Ankit K
On 6/26/2023 7:26 PM, Luca Coelho wrote: On Mon, 2023-06-26 at 18:35 +0530, Suraj Kandpal wrote: Remove the FIXME and the code related to it as after verification it does seem the previous values were typos and no hardware spec mentions using these particular rc_params. Signed-off-by: Suraj

Re: [Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config

2023-06-26 Thread Luca Coelho
On Mon, 2023-06-26 at 18:35 +0530, Suraj Kandpal wrote: > Remove the FIXME and the code related to it as after verification > it does seem the previous values were typos and no hardware spec > mentions using these particular rc_params. > > Signed-off-by: Suraj Kandpal > > diff --git

[Intel-gfx] [PATCH] drm/i915/vdsc: Remove FIXME in intel_dsc_compute_config

2023-06-26 Thread Suraj Kandpal
Remove the FIXME and the code related to it as after verification it does seem the previous values were typos and no hardware spec mentions using these particular rc_params. Signed-off-by: Suraj Kandpal diff --git a/drivers/gpu/drm/i915/display/intel_vdsc.c