From: Ville Syrjälä <[email protected]>

Some cleanups and fixes to fb handling.

v2: Fix the frontbuffer bo refcounting on xe

Ville Syrjälä (5):
  drm/i915/frontbuffer: Move bo refcounting
    intel_frontbuffer_{get,release}()
  drm/i915/fb: Fix the set_tiling vs. addfb race, again
  drm/i915/fbdev: Select linear modifier explicitly
  drm/i915/fb: Drop the 'fb' argument from
    intel_fb_bo_framebuffer_init()
  drm/i915/wm: Use fb->modfier to check for tiled vs. untiled

 drivers/gpu/drm/i915/display/i9xx_wm.c        |  7 ++--
 drivers/gpu/drm/i915/display/intel_fb.c       | 42 ++++++++++---------
 drivers/gpu/drm/i915/display/intel_fb_bo.c    |  3 +-
 drivers/gpu/drm/i915/display/intel_fb_bo.h    |  3 +-
 drivers/gpu/drm/i915/display/intel_fbdev.c    |  2 +
 .../gpu/drm/i915/display/intel_frontbuffer.c  | 10 ++++-
 .../i915/gem/i915_gem_object_frontbuffer.h    |  2 -
 drivers/gpu/drm/xe/display/intel_fb_bo.c      |  3 +-
 8 files changed, 39 insertions(+), 33 deletions(-)

-- 
2.49.1

Reply via email to