public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Enabling VDSC in i915 driver for GLK
@ 2018-02-23 15:55 Gaurav K Singh
  2018-02-23 15:55 ` [PATCH 01/10] drm: i915: Defining Compression Capabilities Gaurav K Singh
                   ` (11 more replies)
  0 siblings, 12 replies; 20+ messages in thread
From: Gaurav K Singh @ 2018-02-23 15:55 UTC (permalink / raw)
  To: intel-gfx

Display  manufacturers are turning to higher-resolution displays
to differentiate their products. The increased pixel counts have
required increased bandwidth over the links that drive these displays.
However, advances in physical layer technology have not kept up 
with the increases in pixel counts.

These factors have created a need for compression on display links.
The Video Electronics Standards Association(VESA),in liaison with the
MIPI Alliance, has developed an industry standard Display Stream Compression(DSC)
for interoperable, visually lossless compression over display links.

These patches enable VDSC in i915 gfx driver for Gen9,Gen10 platforms
and provide basic code for future platforms.

Testing:
Did testing on GLK RVP. By default GLK RVP has non-DSC EDP panel, there was no regression with these patches.

BA Chrome Team (OTC) do not have EDP panel which supports DSC.
Trying to arrrage DSC EDP panel from other teams in BA, hopeful to get it in few weeks.

Dropping the patches to get the review started.

Gaurav K Singh (10):
  drm: i915: Defining Compression Capabilities
  drm: i915: Get DSC capability from DP sink
  drm: i915: Enable/Disable DSC in DP sink
  drm: i915: Compute RC & DSC parameters
  drm: i915: Define Picture Parameter Set
  drm/i915: Populate PPS Secondary Data Pkt for Sink
  drm: i915: Define VDSC regs and DSC params
  drm: i915: Enable VDSC in Source
  drm: i915: Disable VDSC from Source
  drm/i915: Encoder enable/disable seq wrt DSC

 drivers/gpu/drm/i915/Makefile        |    1 +
 drivers/gpu/drm/i915/i915_drv.h      |  589 ++++++++++++++++
 drivers/gpu/drm/i915/i915_reg.h      |  451 ++++++++++++
 drivers/gpu/drm/i915/intel_ddi.c     |    4 +
 drivers/gpu/drm/i915/intel_display.c |   20 +
 drivers/gpu/drm/i915/intel_dp.c      |  182 +++++
 drivers/gpu/drm/i915/intel_drv.h     |   64 ++
 drivers/gpu/drm/i915/intel_vdsc.c    | 1243 ++++++++++++++++++++++++++++++++++
 include/drm/drm_dp_helper.h          |    3 +
 9 files changed, 2557 insertions(+)
 create mode 100644 drivers/gpu/drm/i915/intel_vdsc.c

-- 
1.9.1

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 20+ messages in thread

end of thread, other threads:[~2018-03-05  7:59 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-23 15:55 [PATCH 00/10] Enabling VDSC in i915 driver for GLK Gaurav K Singh
2018-02-23 15:55 ` [PATCH 01/10] drm: i915: Defining Compression Capabilities Gaurav K Singh
2018-02-23 23:54   ` Manasi Navare
2018-02-24  8:50     ` Singh, Gaurav K
2018-02-23 15:55 ` [PATCH 02/10] drm: i915: Get DSC capability from DP sink Gaurav K Singh
2018-02-24  0:39   ` Manasi Navare
2018-03-05  7:59   ` [Intel-gfx] " Dan Carpenter
2018-02-23 15:55 ` [PATCH 03/10] drm: i915: Enable/Disable DSC in " Gaurav K Singh
2018-02-23 15:55 ` [PATCH 04/10] drm: i915: Compute RC & DSC parameters Gaurav K Singh
2018-02-23 15:55 ` [PATCH 05/10] drm: i915: Define Picture Parameter Set Gaurav K Singh
2018-02-23 15:55 ` [PATCH 06/10] drm/i915: Populate PPS Secondary Data Pkt for Sink Gaurav K Singh
2018-02-23 15:55 ` [PATCH 07/10] drm: i915: Define VDSC regs and DSC params Gaurav K Singh
2018-02-23 15:55 ` [PATCH 08/10] drm: i915: Enable VDSC in Source Gaurav K Singh
2018-02-26  4:45   ` kbuild test robot
2018-02-26 10:51   ` kbuild test robot
2018-02-23 15:55 ` [PATCH 09/10] drm: i915: Disable VDSC from Source Gaurav K Singh
2018-02-23 15:55 ` [PATCH 10/10] drm/i915: Encoder enable/disable seq wrt DSC Gaurav K Singh
2018-02-23 16:15 ` ✗ Fi.CI.BAT: failure for Enabling VDSC in i915 driver for GLK Patchwork
2018-02-23 22:53 ` [PATCH 00/10] " Manasi Navare
2018-02-24  7:15   ` Singh, Gaurav K

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox