Skip to content

isl: only bump the min row pitch for display when not specified

If the ISL caller didn't specify a row_pitch_B, let's use the NVIDIA/AMD requirements. Otherwise keep using the Intel requirement, as the caller is likely trying to import a buffer and if we can deal with that row_pitch_B, we should accept it.

Signed-off-by: Lionel Landwerlin lionel.g.landwerlin@intel.com Fixes: a3a4517f ("isl: Work around NVIDIA and AMD display pitch requirements") Reported-by: Dongwon Kim dongwon.kim@intel.com

Merge request reports