[Intel-gfx] [PATCH v3 0/7] Tiger Lake batch 3.5
Lucas De Marchi
lucas.demarchi at intel.com
Thu Aug 29 09:25:47 UTC 2019
Mostly the same patches as revision 5 of
https://patchwork.freedesktop.org/series/65290/ with some dropped and
some trivial ones added.
Implementation for the first patches changed though, in order to address
the review comments. Intention here is to get these first 4 patches as
soon as possible so we can have CI enabled with TGL.
Also last patch is not to be merged, it's only here to help with CI as
comments from previous versions need to be handled. Daniele, do you plan
to submit it yourself?
I will be out for the next 2.5w, so don't expect me to handle the
comments here. However José and/or other people can handle them.
thanks
Lucas De Marchi
José Roberto de Souza (2):
drm/i915/psr: Only handle interruptions of the transcoder in use
drm/i915/tgl: Access the right register when handling PSR
interruptions
Lucas De Marchi (4):
drm/i915: protect access to DP_TP_* on non-dp
drm/i915/tgl: move DP_TP_* to transcoder
drm/i915/tgl: disable SAGV temporarily
drm/i915/tgl: add gen12 to stolen initialization
Michel Thierry (1):
FIXME: drm/i915/tgl: Register state context definition for Gen12
drivers/gpu/drm/i915/display/intel_ddi.c | 49 ++++--
.../drm/i915/display/intel_display_types.h | 9 +
drivers/gpu/drm/i915/display/intel_dp.c | 13 +-
drivers/gpu/drm/i915/display/intel_dp_mst.c | 8 +-
drivers/gpu/drm/i915/display/intel_psr.c | 163 +++++++++---------
drivers/gpu/drm/i915/gem/i915_gem_stolen.c | 5 +-
drivers/gpu/drm/i915/gt/intel_lrc.c | 156 ++++++++++++-----
drivers/gpu/drm/i915/gt/intel_lrc.h | 2 +
drivers/gpu/drm/i915/gt/intel_lrc_reg.h | 30 +++-
drivers/gpu/drm/i915/i915_irq.c | 51 +++++-
drivers/gpu/drm/i915/i915_reg.h | 27 ++-
drivers/gpu/drm/i915/intel_pm.c | 4 +
12 files changed, 345 insertions(+), 172 deletions(-)
--
2.23.0
More information about the Intel-gfx
mailing list