Re: [Intel-gfx] [PATCH 09/17] drm/i915: Introduce encoder->get_buf_trans()

2021-05-11 Thread Jani Nikula
On Wed, 21 Apr 2021, Ville Syrjala wrote: > From: Ville Syrjälä > > Convert the get_buf_trans() functions into an encoder vfunc. > Allows us to get rid of bunch of platform if-ladders. > > Signed-off-by: Ville Syrjälä The series up to and including this patch, Reviewed-by: Jani Nikula > ---

[Intel-gfx] [PATCH 09/17] drm/i915: Introduce encoder->get_buf_trans()

2021-04-21 Thread Ville Syrjala
From: Ville Syrjälä Convert the get_buf_trans() functions into an encoder vfunc. Allows us to get rid of bunch of platform if-ladders. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_crt.c | 3 + drivers/gpu/drm/i915/display/intel_ddi.c | 56 +++