[Intel-gfx] [5.18 regression] drm/i915 BYT rendering broken due to "Remove short-term pins from execbuf, v6"

2022-05-08 Thread Hans de Goede
Hi All, When running a 5.18-rc4 (and -rc5) kernel on a Chuwi Hi 8, which is a Bay Trail based tablet with 2G RAM and a 1200x1920 DSI panel. I noticed that gnome-shell was misrendering. Many UI elements were missing (they were all black) and at the gdm login screen (which is a special gnome-shell s

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Expose max and current bpc via debugfs (rev5)

2022-05-08 Thread Patchwork
== Series Details == Series: Expose max and current bpc via debugfs (rev5) URL : https://patchwork.freedesktop.org/series/102502/ State : warning == Summary == Error: dim checkpatch failed 55266c0360ca drm/debug: Expose connector's max supported bpc via debugfs -:21: WARNING:BAD_SIGN_OFF: 'Rev

[Intel-gfx] ✓ Fi.CI.BAT: success for Expose max and current bpc via debugfs (rev5)

2022-05-08 Thread Patchwork
== Series Details == Series: Expose max and current bpc via debugfs (rev5) URL : https://patchwork.freedesktop.org/series/102502/ State : success == Summary == CI Bug Log - changes from CI_DRM_11623 -> Patchwork_102502v5 Summary ---

Re: [Intel-gfx] [PATCH 1/1] drm/i915/guc: Convert slpc to iosys_map

2022-05-08 Thread Siva Mullati
On 19/04/22 13:47, Siva Mullati wrote: > On 18/04/22 16:33, Balasubramani Vivekanandan wrote: >> On 16.03.2022 18:26, Mullati Siva wrote: >>> From: Siva Mullati >>> >>> Convert slpc shared data to use iosys_map rather than >>> plain pointer and save it in the intel_guc_slpc struct. >>> This will

[Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for Expose max and current bpc via debugfs (rev6)

2022-05-08 Thread Patchwork
== Series Details == Series: Expose max and current bpc via debugfs (rev6) URL : https://patchwork.freedesktop.org/series/102502/ State : warning == Summary == Error: dim checkpatch failed 1ca3c5bc0e7d drm/debug: Expose connector's max supported bpc via debugfs -:21: WARNING:BAD_SIGN_OFF: 'Rev

[Intel-gfx] [PATCH 0/1] drm/i915/guc: Refactor CT access to use iosys_map

2022-05-08 Thread Mullati Siva
From: Siva Mullati ver2: remove newly added iosys map api from ver1 ver3: address review comments ver4: remove accessing vaddr This is continuation to the below patch series to use iosys map APIs, to use CT commands and descriptors. https://patchwork.freedesktop.org/series/99711/ Siva Mullati

[Intel-gfx] [PATCH 1/1] drm/i915/guc: Convert ct buffer to iosys_map

2022-05-08 Thread Mullati Siva
From: Siva Mullati Convert CT commands and descriptors to use iosys_map rather than plain pointer and save it in the intel_guc_ct_buffer struct. This will help with ct_write and ct_read for cmd send and receive after the initialization by abstracting the IO vs system memory. Signed-off-by: Siva

[Intel-gfx] ✗ Fi.CI.BAT: failure for Expose max and current bpc via debugfs (rev6)

2022-05-08 Thread Patchwork
== Series Details == Series: Expose max and current bpc via debugfs (rev6) URL : https://patchwork.freedesktop.org/series/102502/ State : failure == Summary == CI Bug Log - changes from CI_DRM_11624 -> Patchwork_102502v6 Summary ---