[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: HuC loading for DG2 (rev2)

2022-08-24 Thread Patchwork
== Series Details == Series: drm/i915: HuC loading for DG2 (rev2) URL : https://patchwork.freedesktop.org/series/107477/ State : success == Summary == CI Bug Log - changes from CI_DRM_12022 -> Patchwork_107477v2 Summary --- **SUCCESS

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Enable Pipewriteback (rev2)

2022-08-24 Thread Patchwork
== Series Details == Series: Enable Pipewriteback (rev2) URL : https://patchwork.freedesktop.org/series/107440/ State : warning == Summary == Error: dim checkpatch failed ce0a8c1d6693 drm/i915: Define WD trancoder for i915 -:68: CHECK:LINE_SPACING: Please don't use multiple blank lines #68: FI

[Intel-gfx] ✓ Fi.CI.BAT: success for Enable Pipewriteback (rev2)

2022-08-24 Thread Patchwork
== Series Details == Series: Enable Pipewriteback (rev2) URL : https://patchwork.freedesktop.org/series/107440/ State : success == Summary == CI Bug Log - changes from CI_DRM_12022 -> Patchwork_107440v2 Summary --- **SUCCESS** No

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/kms: Stop registering multiple /sys/class/backlight devs for a single display

2022-08-24 Thread Patchwork
== Series Details == Series: drm/kms: Stop registering multiple /sys/class/backlight devs for a single display URL : https://patchwork.freedesktop.org/series/107674/ State : warning == Summary == Error: dim checkpatch failed ce615e6eacec ACPI: video: Add acpi_video_backlight_use_native() help

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/kms: Stop registering multiple /sys/class/backlight devs for a single display

2022-08-24 Thread Patchwork
== Series Details == Series: drm/kms: Stop registering multiple /sys/class/backlight devs for a single display URL : https://patchwork.freedesktop.org/series/107674/ State : success == Summary == CI Bug Log - changes from CI_DRM_12022 -> Patchwork_107674v1

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for drm/i915: add display sub-struct to drm_i915_private (rev2)

2022-08-24 Thread Patchwork
== Series Details == Series: drm/i915: add display sub-struct to drm_i915_private (rev2) URL : https://patchwork.freedesktop.org/series/107170/ State : warning == Summary == Error: dim checkpatch failed 9a1bed4062a5 drm/i915: add display sub-struct to drm_i915_private Traceback (most recent ca

[Intel-gfx] ✗ Fi.CI.SPARSE: warning for drm/i915: add display sub-struct to drm_i915_private (rev2)

2022-08-24 Thread Patchwork
== Series Details == Series: drm/i915: add display sub-struct to drm_i915_private (rev2) URL : https://patchwork.freedesktop.org/series/107170/ State : warning == Summary == Error: dim sparse failed Sparse version: v0.6.2 Fast mode used, each commit won't be checked separately.

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915: fix null pointer dereference (rev4)

2022-08-24 Thread Patchwork
== Series Details == Series: drm/i915: fix null pointer dereference (rev4) URL : https://patchwork.freedesktop.org/series/99621/ State : success == Summary == CI Bug Log - changes from CI_DRM_12017_full -> Patchwork_99621v4_full Summary ---

[Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: add display sub-struct to drm_i915_private (rev2)

2022-08-24 Thread Patchwork
== Series Details == Series: drm/i915: add display sub-struct to drm_i915_private (rev2) URL : https://patchwork.freedesktop.org/series/107170/ State : success == Summary == CI Bug Log - changes from CI_DRM_12022 -> Patchwork_107170v2 Summa

[Intel-gfx] ✗ Fi.CI.BUILD: failure for Drop version numbers from firmware files (rev2)

2022-08-24 Thread Patchwork
== Series Details == Series: Drop version numbers from firmware files (rev2) URL : https://patchwork.freedesktop.org/series/107340/ State : failure == Summary == Error: patch https://patchwork.freedesktop.org/api/1.0/series/107340/revisions/2/mbox/ not applied Applying: drm/i915/uc: Support

[Intel-gfx] ✓ Fi.CI.IGT: success for Enable Pipewriteback Framework (rev2)

2022-08-24 Thread Patchwork
== Series Details == Series: Enable Pipewriteback Framework (rev2) URL : https://patchwork.freedesktop.org/series/107573/ State : success == Summary == CI Bug Log - changes from CI_DRM_12017_full -> Patchwork_107573v2_full Summary ---

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/dg2: Incorporate Wa_16014892111 into DRAW_WATERMARK tuning

2022-08-24 Thread Patchwork
== Series Details == Series: drm/i915/dg2: Incorporate Wa_16014892111 into DRAW_WATERMARK tuning URL : https://patchwork.freedesktop.org/series/107638/ State : success == Summary == CI Bug Log - changes from CI_DRM_12017_full -> Patchwork_107638v1_full =

[Intel-gfx] ✓ Fi.CI.IGT: success for drm/i915/backlight: Disable pps power hook for aux based backlight

2022-08-24 Thread Patchwork
== Series Details == Series: drm/i915/backlight: Disable pps power hook for aux based backlight URL : https://patchwork.freedesktop.org/series/107555/ State : success == Summary == CI Bug Log - changes from CI_DRM_12011_full -> Patchwork_107555v1_full ==

[Intel-gfx] [PATCH 0/2] drm/i915: Remove frontbuffer tracking from gem.

2022-08-24 Thread Maarten Lankhorst
Frontbuffer tracking in gem is used in old drivers, but nowadays everyone calls dirtyfb explicitly. Remove frontbuffer tracking from gem, and isolate it to display only. Maarten Lankhorst (2): drm/i915: Remove gem and overlay frontbuffer tracking drm/i915: Remove special frontbuffer type dri

[Intel-gfx] [PATCH 2/2] drm/i915: Remove special frontbuffer type

2022-08-24 Thread Maarten Lankhorst
Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/display/intel_cursor.c | 6 +- drivers/gpu/drm/i915/display/intel_display.c | 4 +- .../drm/i915/display/intel_display_types.h| 8 +- drivers/gpu/drm/i915/display/intel_fb.c | 10 +- drivers/gpu/drm/i915/display/intel_f

[Intel-gfx] [PATCH 1/2] drm/i915: Remove gem and overlay frontbuffer tracking

2022-08-24 Thread Maarten Lankhorst
Frontbuffer update handling should be done explicitly by using dirtyfb calls only. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/display/intel_fb.c | 1 + drivers/gpu/drm/i915/display/intel_overlay.c | 14 --- .../drm/i915/display/intel_plane_initial.c| 1 + driv

[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915: Remove frontbuffer tracking from gem.

2022-08-24 Thread Patchwork
== Series Details == Series: drm/i915: Remove frontbuffer tracking from gem. URL : https://patchwork.freedesktop.org/series/107715/ State : failure == Summary == Error: make failed CALLscripts/checksyscalls.sh CALLscripts/atomic/check-atomics.sh DESCEND objtool CHK include/

<    1   2   3