]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/i915/fbdev: Select linear modifier explicitly
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 3 Oct 2025 14:57:32 +0000 (17:57 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 9 Oct 2025 18:03:03 +0000 (21:03 +0300)
commit89394e03afcda65a4cce494c5e2413f697d19663
tree64abe15ffac490ab260ad606c907fd54c810e9a3
parent1d1e4ded216017f8febd91332ee337f0e0e79285
drm/i915/fbdev: Select linear modifier explicitly

Currently we use the implicit modifier fb creation path for fbdev,
but as we never call set_tiling on the bo it will always end up as
linear anyway. The rest of the code (eg. stride alignment) also
assumes that we'll use linear. Just select the linear modifier
explicitly.

Reviewed-by: Jani Nikula <jani.nikula@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20251003145734.7634-4-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_fbdev.c