Re: [Intel-gfx] [PULL] topic/i915-ttm

2021-06-13 Thread Thomas Zimmermann
Hi Joonas Am 11.06.21 um 13:13 schrieb Joonas Lahtinen: Quoting Joonas Lahtinen (2021-06-11 13:40:56) Quoting Maarten Lankhorst (2021-06-11 12:27:15) Pull request for drm-misc-next and drm-intel-gt-next. topic/i915-ttm-2021-06-11: drm-misc and drm-intel pull request for topic/i915-ttm: -

[Intel-gfx] ✗ Fi.CI.IGT: failure for Pipe DMC Support (rev8)

2021-06-13 Thread Patchwork
== Series Details == Series: Pipe DMC Support (rev8) URL : https://patchwork.freedesktop.org/series/90445/ State : failure == Summary == CI Bug Log - changes from CI_DRM_10214_full -> Patchwork_20353_full Summary --- **FAILURE**

[Intel-gfx] ✓ Fi.CI.BAT: success for Pipe DMC Support (rev8)

2021-06-13 Thread Patchwork
== Series Details == Series: Pipe DMC Support (rev8) URL : https://patchwork.freedesktop.org/series/90445/ State : success == Summary == CI Bug Log - changes from CI_DRM_10214 -> Patchwork_20353 Summary --- **SUCCESS** No

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for Pipe DMC Support (rev8)

2021-06-13 Thread Patchwork
== Series Details == Series: Pipe DMC Support (rev8) URL : https://patchwork.freedesktop.org/series/90445/ State : warning == Summary == $ dim sparse --fast origin/drm-tip Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately. -

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Pipe DMC Support (rev8)

2021-06-13 Thread Patchwork
== Series Details == Series: Pipe DMC Support (rev8) URL : https://patchwork.freedesktop.org/series/90445/ State : warning == Summary == $ dim checkpatch origin/drm-tip ee2ef4cb584b drm/i915/dmc: Introduce DMC_FW_MAIN 29dfec8e2a62 drm/i915/xelpd: Pipe A DMC plugging -:49: WARNING:LONG_LINE:

[Intel-gfx] [CI 3/4] drm/i915/adl_p: Pipe B DMC Support

2021-06-13 Thread Anusha Srivatsa
ADLP requires us to load both Pipe A and Pipe B. Plug Pipe B loading support. Cc: Lucas De Marchi Signed-off-by: Anusha Srivatsa Reviewed-by: Lucas De Marchi --- drivers/gpu/drm/i915/display/intel_display_debugfs.c | 2 ++ drivers/gpu/drm/i915/display/intel_dmc.h | 1 + 2 files

[Intel-gfx] [CI 4/4] drm/i915/adl_p: Load DMC

2021-06-13 Thread Anusha Srivatsa
Load DMC v2.10 on ADLP. The release notes mention that this version enables few power savings features. v2: Add DMC_PATH() for ADLP (Lucas) Cc: Lucas De Marchi Cc: Clint Taylor Signed-off-by: Anusha Srivatsa Reviewed-by: Lucas De Marchi --- drivers/gpu/drm/i915/display/intel_dmc.c | 10

[Intel-gfx] [CI 2/4] drm/i915/xelpd: Pipe A DMC plugging

2021-06-13 Thread Anusha Srivatsa
This patch adds Pipe A plumbing to the already existing parsing and loading functions which is taken care of in the prep patches. Adding MAX_DMC_FW to keep track for both Main and Pipe A DMC while loading the respective blobs. Also adding present field in dmc_info.

[Intel-gfx] [CI 0/4] Pipe DMC Support

2021-06-13 Thread Anusha Srivatsa
One change from previous verison is a fix of SKL regression. Corner cases for stepping-substepping combination was missing from fw_info_matches_stepping() helper. Luckily SKL was the only platform in CI that came under this category and DMC refused to load. v2: SKL fix tested on SKL. v3: Minor

[Intel-gfx] [CI 1/4] drm/i915/dmc: Introduce DMC_FW_MAIN

2021-06-13 Thread Anusha Srivatsa
This is a prep patch for Pipe DMC plugging. Add dmc_info struct in intel_dmc to have all common fields shared between all DMC's in the package. Add DMC_FW_MAIN(dmc_id 0) to refer to the blob. v2: Remove dmc_offset and start_mmioaddr from dmc_info struct (Jose) Cc: Souza, Jose Signed-off-by: