mbox series

[0/2] AFBC fixes

Message ID 20200331155308.6345-1-andrzej.p@collabora.com (mailing list archive)
Headers show
Series AFBC fixes | expand

Message

Andrzej Pietrasiewicz March 31, 2020, 3:53 p.m. UTC
This short series addresses the way bpp value is made available
for drm_gem_afbc_min_size(). It can be inferred from the format
if a driver hasn't set anything in cpp[0] (patch 2/2).

While at it, use proper debugging macro (patch 1/2).

Andrzej Pietrasiewicz (2):
  drm/core: Use proper debugging macro
  drm/core: Calculate bpp in afbc helper

 Documentation/gpu/todo.rst                   | 15 -------
 drivers/gpu/drm/drm_gem_framebuffer_helper.c | 45 +++++++++++++++-----
 include/drm/drm_framebuffer.h                |  7 ---
 3 files changed, 35 insertions(+), 32 deletions(-)