[PATCH 0/9] drm/i915: SKL+ render decompression support
ville.syrjala at linux.intel.com
ville.syrjala at linux.intel.com
Wed Jan 4 18:42:23 UTC 2017
From: Ville Syrjälä <ville.syrjala at linux.intel.com>
This series enables the SKL+ display engine render decompression
support. Some bits and pieces of the i915 code are based on work
from various people, but I just put my name on it since it
would be hard to figure out which parts came from where.
Entire series available here:
git://github.com/vsyrjala/linux.git fb_format_dedup_4_ccs
Cc: Vandana Kannan <vandana.kannan at intel.com>
Cc: Daniel Vetter <daniel at ffwll.ch>
Cc: Ben Widawsky <ben at bwidawsk.net>
Cc: Jason Ekstrand <jason at jlekstrand.net>
Cc: Laurent Pinchart <laurent.pinchart at ideasonboard.com>
Ville Syrjälä (9):
drm: Add mode_config .get_format_info() hook
drm/i915: Plumb drm_framebuffer into more places
drm/i915: Move nv12 chroma plane handling into intel_surf_alignment()
drm/i915: Avoid div-by-zero when computing aux_stride w/o an aux plane
drm/i915: Fix Yf tile width
drm/i915: Pass the correct plane index to _intel_compute_tile_offset()
drm/i915: Use DRM_DEBUG_KMS() for framebuffer failure debug messages
drm/i915: Implement .get_format_info() hook for CCS
drm/i915: Add render decompression support
drivers/gpu/drm/drm_fb_cma_helper.c | 2 +-
drivers/gpu/drm/drm_fourcc.c | 25 ++
drivers/gpu/drm/drm_framebuffer.c | 9 +-
drivers/gpu/drm/drm_modeset_helper.c | 2 +-
drivers/gpu/drm/i915/i915_reg.h | 22 ++
drivers/gpu/drm/i915/intel_display.c | 474 +++++++++++++++++++++++++----------
drivers/gpu/drm/i915/intel_drv.h | 11 +-
drivers/gpu/drm/i915/intel_fbdev.c | 4 +-
drivers/gpu/drm/i915/intel_pm.c | 8 +-
drivers/gpu/drm/i915/intel_sprite.c | 5 +
include/drm/drm_fourcc.h | 6 +
include/drm/drm_mode_config.h | 14 ++
include/uapi/drm/drm_fourcc.h | 49 ++++
13 files changed, 478 insertions(+), 153 deletions(-)
--
2.10.2
More information about the dri-devel
mailing list