dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/4] Add DP MST DSC support to i915
@ 2022-09-01 10:11 Stanislav Lisovskiy
  2022-09-01 10:11 ` [PATCH 1/4] drm: Add missing DP DSC extended capability definitions Stanislav Lisovskiy
                   ` (3 more replies)
  0 siblings, 4 replies; 14+ messages in thread
From: Stanislav Lisovskiy @ 2022-09-01 10:11 UTC (permalink / raw)
  To: intel-gfx
  Cc: manasi.d.navare, vinod.govindapillai, jani.nikula, dri-devel,
	Stanislav.Lisovskiy, jani.saarinen

Currently we have only DSC support for DP SST.

Stanislav Lisovskiy (4):
  drm: Add missing DP DSC extended capability definitions.
  drm/i915: Fix intel_dp_mst_compute_link_config
  drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate
    function
  drm/i915: Add DSC support to MST path

 drivers/gpu/drm/i915/display/intel_dp.c     |  73 +++----
 drivers/gpu/drm/i915/display/intel_dp.h     |  17 ++
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 204 ++++++++++++++++++--
 include/drm/display/drm_dp.h                |  10 +-
 4 files changed, 246 insertions(+), 58 deletions(-)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/4] Add DP MST DSC support to i915
@ 2022-09-13 14:14 Stanislav Lisovskiy
  0 siblings, 0 replies; 14+ messages in thread
From: Stanislav Lisovskiy @ 2022-09-13 14:14 UTC (permalink / raw)
  To: intel-gfx
  Cc: manasi.d.navare, vinod.govindapillai, jani.nikula, dri-devel,
	Stanislav.Lisovskiy, jani.saarinen

Currently we have only DSC support for DP SST.

Stanislav Lisovskiy (4):
  drm: Add missing DP DSC extended capability definitions.
  drm/i915: Fix intel_dp_mst_compute_link_config
  drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate
    function
  drm/i915: Add DSC support to MST path

 drivers/gpu/drm/i915/display/intel_dp.c     |  73 ++++----
 drivers/gpu/drm/i915/display/intel_dp.h     |  17 ++
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 189 ++++++++++++++++++--
 include/drm/display/drm_dp.h                |   9 +-
 4 files changed, 231 insertions(+), 57 deletions(-)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/4] Add DP MST DSC support to i915
@ 2022-09-05  8:57 Stanislav Lisovskiy
  2022-09-06 15:42 ` Jani Nikula
  0 siblings, 1 reply; 14+ messages in thread
From: Stanislav Lisovskiy @ 2022-09-05  8:57 UTC (permalink / raw)
  To: intel-gfx
  Cc: manasi.d.navare, vinod.govindapillai, jani.nikula, dri-devel,
	Stanislav.Lisovskiy, jani.saarinen

Currently we have only DSC support for DP SST.

Stanislav Lisovskiy (4):
  drm: Add missing DP DSC extended capability definitions.
  drm/i915: Fix intel_dp_mst_compute_link_config
  drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate
    function
  drm/i915: Add DSC support to MST path

 drivers/gpu/drm/i915/display/intel_dp.c     |  73 ++++----
 drivers/gpu/drm/i915/display/intel_dp.h     |  17 ++
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 195 ++++++++++++++++++--
 include/drm/display/drm_dp.h                |  10 +-
 4 files changed, 237 insertions(+), 58 deletions(-)

-- 
2.37.3


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/4] Add DP MST DSC support to i915
@ 2022-08-29  9:58 Stanislav Lisovskiy
  0 siblings, 0 replies; 14+ messages in thread
From: Stanislav Lisovskiy @ 2022-08-29  9:58 UTC (permalink / raw)
  To: intel-gfx
  Cc: manasi.d.navare, vinod.govindapillai, jani.nikula, dri-devel,
	Stanislav.Lisovskiy, jani.saarinen

Currently we have only DSC support for DP SST.

Stanislav Lisovskiy (4):
  drm: Add missing DP DSC extended capability definitions.
  drm/i915: Fix intel_dp_mst_compute_link_config
  drm/i915: Add DSC support to MST path
  drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate
    function

 drivers/gpu/drm/i915/display/intel_dp.c     |  73 +++----
 drivers/gpu/drm/i915/display/intel_dp.h     |  17 ++
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 205 ++++++++++++++++++--
 include/drm/display/drm_dp.h                |  10 +-
 4 files changed, 246 insertions(+), 59 deletions(-)

-- 
2.24.1.485.gad05a3d8e5


^ permalink raw reply	[flat|nested] 14+ messages in thread
* [PATCH 0/4] Add DP MST DSC support to i915
@ 2022-08-26  9:20 Stanislav Lisovskiy
  0 siblings, 0 replies; 14+ messages in thread
From: Stanislav Lisovskiy @ 2022-08-26  9:20 UTC (permalink / raw)
  To: intel-gfx
  Cc: manasi.d.navare, vinod.govindapillai, jani.nikula, dri-devel,
	Stanislav.Lisovskiy, jani.saarinen

Currently we have only DSC support for DP SST.

Stanislav Lisovskiy (4):
  drm: Add missing DP DSC extended capability definitions.
  drm/i915: Fix intel_dp_mst_compute_link_config
  drm/i915: Add DSC support to MST path
  drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate
    function

 drivers/gpu/drm/i915/display/intel_dp.c     |  73 +++----
 drivers/gpu/drm/i915/display/intel_dp.h     |  17 ++
 drivers/gpu/drm/i915/display/intel_dp_mst.c | 202 ++++++++++++++++++--
 include/drm/display/drm_dp.h                |  10 +-
 4 files changed, 244 insertions(+), 58 deletions(-)

-- 
2.24.1.485.gad05a3d8e5


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

end of thread, other threads:[~2022-09-13 14:13 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-01 10:11 [PATCH 0/4] Add DP MST DSC support to i915 Stanislav Lisovskiy
2022-09-01 10:11 ` [PATCH 1/4] drm: Add missing DP DSC extended capability definitions Stanislav Lisovskiy
2022-09-01 10:11 ` [PATCH 2/4] drm/i915: Fix intel_dp_mst_compute_link_config Stanislav Lisovskiy
2022-09-01 10:11 ` [PATCH 3/4] drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate function Stanislav Lisovskiy
2022-09-04 11:37   ` Govindapillai, Vinod
2022-09-01 10:11 ` [PATCH 4/4] drm/i915: Add DSC support to MST path Stanislav Lisovskiy
2022-09-04 12:07   ` Govindapillai, Vinod
2022-09-05  5:44     ` Lisovskiy, Stanislav
  -- strict thread matches above, loose matches on Subject: below --
2022-09-13 14:14 [PATCH 0/4] Add DP MST DSC support to i915 Stanislav Lisovskiy
2022-09-05  8:57 Stanislav Lisovskiy
2022-09-06 15:42 ` Jani Nikula
2022-09-12  8:48   ` Jani Nikula
2022-08-29  9:58 Stanislav Lisovskiy
2022-08-26  9:20 Stanislav Lisovskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).