RE: [PATCH 09/11] drm/i915/dp_mst: Use precision of 1/16 for computing bpp

2023-11-11 Thread Kandpal, Suraj
: [PATCH 09/11] drm/i915/dp_mst: Use precision of 1/16 for computing > bpp > > Modify the functions to deal with bpps with 1/16 precision. > This will make way for cases when DSC with fractional bpp is used. > For bpp without DSC, there is no change, as we still use whole numbers

[PATCH 09/11] drm/i915/dp_mst: Use precision of 1/16 for computing bpp

2023-11-10 Thread Ankit Nautiyal
Modify the functions to deal with bpps with 1/16 precision. This will make way for cases when DSC with fractional bpp is used. For bpp without DSC, there is no change, as we still use whole numbers. Signed-off-by: Ankit Nautiyal --- drivers/gpu/drm/i915/display/intel_dp_mst.c | 56 +++---