drm/i915: Add a few more debugs for failed framebuffer creation
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 15 Feb 2023 22:24:26 +0000 (00:24 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 16 Feb 2023 20:10:53 +0000 (22:10 +0200)
commit22fac49febaafd7e3f141952915f56ccd09f5cbf
tree1eea433081580106f34e3b32481b10410838c12b
parent5ed88f96c137b9b68ad99f40721031feb6b26923
drm/i915: Add a few more debugs for failed framebuffer creation

Most of the .fb_create() failure paths are annotated but there
are a few that seem capable of failing silently (well, higher
level code should print something, just not anything actually
useful). Drop a few more hints into the log to aid in debugging.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230215222426.26085-2-ville.syrjala@linux.intel.com
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
drivers/gpu/drm/i915/display/intel_fb.c