All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Add DP MST DSC support to i915
@ 2022-09-05  8:57 ` Stanislav Lisovskiy
  0 siblings, 0 replies; 32+ 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] 32+ messages in thread
* [PATCH 0/4] Add DP MST DSC support to i915
@ 2022-09-13 14:14 Stanislav Lisovskiy
  0 siblings, 0 replies; 32+ 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] 32+ messages in thread
* [PATCH 0/4] Add DP MST DSC support to i915
@ 2022-09-01 10:11 Stanislav Lisovskiy
  0 siblings, 0 replies; 32+ 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] 32+ messages in thread
* [PATCH 0/4] Add DP MST DSC support to i915
@ 2022-08-29  9:58 Stanislav Lisovskiy
  0 siblings, 0 replies; 32+ 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] 32+ messages in thread
* [PATCH 0/4] Add DP MST DSC support to i915
@ 2022-08-26  9:20 Stanislav Lisovskiy
  0 siblings, 0 replies; 32+ 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] 32+ messages in thread

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

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-05  8:57 [PATCH 0/4] Add DP MST DSC support to i915 Stanislav Lisovskiy
2022-09-05  8:57 ` [Intel-gfx] " Stanislav Lisovskiy
2022-09-05  8:57 ` [PATCH 1/4] drm: Add missing DP DSC extended capability definitions Stanislav Lisovskiy
2022-09-05  8:57   ` [Intel-gfx] " Stanislav Lisovskiy
2022-09-06 14:35   ` Jani Nikula
2022-09-06 14:35     ` [Intel-gfx] " Jani Nikula
2022-09-06 14:37     ` Jani Nikula
2022-09-06 14:37       ` [Intel-gfx] " Jani Nikula
2022-09-06 15:43     ` Jani Nikula
2022-09-06 15:43       ` [Intel-gfx] " Jani Nikula
2022-09-06 16:50       ` Lisovskiy, Stanislav
2022-09-06 16:50         ` [Intel-gfx] " Lisovskiy, Stanislav
2022-09-06 17:34         ` Jani Nikula
2022-09-06 17:34           ` [Intel-gfx] " Jani Nikula
2022-09-05  8:57 ` [PATCH 2/4] drm/i915: Fix intel_dp_mst_compute_link_config Stanislav Lisovskiy
2022-09-05  8:57   ` [Intel-gfx] " Stanislav Lisovskiy
2022-09-05  8:57 ` [PATCH 3/4] drm/i915: Extract drm_dp_atomic_find_vcpi_slots cycle to separate function Stanislav Lisovskiy
2022-09-05  8:57   ` [Intel-gfx] " Stanislav Lisovskiy
2022-09-05  8:57 ` [PATCH 4/4] drm/i915: Add DSC support to MST path Stanislav Lisovskiy
2022-09-05  8:57   ` [Intel-gfx] " Stanislav Lisovskiy
2022-09-05  9:17 ` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Add DP MST DSC support to i915 (rev12) Patchwork
2022-09-05  9:17 ` [Intel-gfx] ✗ Fi.CI.SPARSE: " Patchwork
2022-09-05  9:38 ` [Intel-gfx] ✓ Fi.CI.BAT: success " Patchwork
2022-09-05 11:55 ` [Intel-gfx] ✗ Fi.CI.IGT: failure " Patchwork
2022-09-06 15:42 ` [Intel-gfx] [PATCH 0/4] Add DP MST DSC support to i915 Jani Nikula
2022-09-06 15:42   ` Jani Nikula
2022-09-12  8:48   ` Jani Nikula
2022-09-12  8:48     ` [Intel-gfx] " Jani Nikula
  -- strict thread matches above, loose matches on Subject: below --
2022-09-13 14:14 Stanislav Lisovskiy
2022-09-01 10:11 Stanislav Lisovskiy
2022-08-29  9:58 Stanislav Lisovskiy
2022-08-26  9:20 Stanislav Lisovskiy

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.