]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915/fb: Check that the clear color fits within the BO
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 29 Nov 2024 06:50:13 +0000 (08:50 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 13 Jan 2025 16:37:02 +0000 (18:37 +0200)
commitb9ec6793355647bcbcecb21ef6cd179469d3f191
tree65981df2117000dda7caa305f18e06bb54e77f19
parent0bd39e303ee705c4b0549e2826c42c1d7b849898
drm/i915/fb: Check that the clear color fits within the BO

Make sure the user supplied offset[] for the clear color plane
fits within the actual BO. Note that we use tile units to track
the size here. All the other color/aux planes are already
being checked correctly.

Cc: Sagar Ghuge <sagar.ghuge@intel.com>
Cc: Nanley Chery <nanley.g.chery@intel.com>
Cc: Xi Ruoyao <xry111@xry111.site>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241129065014.8363-4-ville.syrjala@linux.intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/display/intel_fb.c