Re: [Intel-gfx] [PATCH] drm/i915/hwmon: Fix a build error used with clang compiler

2022-10-28 Thread Jani Nikula
On Fri, 28 Oct 2022, Gwan-gyeong Mun wrote: > Resend, because some content was accidentally omitted from the previous > reply. > Please ignore the previous email. > > Hi all, > > I should have written the original commit message more accurately, but > it seems that it was written inaccurately.

Re: [Intel-gfx] [PATCH 3/5] drm/i915/mtl: add GSC CS interrupt support

2022-10-28 Thread Tvrtko Ursulin
On 27/10/2022 23:15, Daniele Ceraolo Spurio wrote: The GSC CS re-uses the same interrupt bits that the GSC used in older platforms. This means that we can now have an engine interrupt coming out of OTHER_CLASS, so we need to handle that appropriately. Signed-off-by: Daniele Ceraolo Spurio

[Intel-gfx] ✓ Fi.CI.IGT: success for series starting with [1/2] drm/i915/display: Do both crawl and squash when changing cdclk (rev2)

2022-10-28 Thread Patchwork
== Series Details == Series: series starting with [1/2] drm/i915/display: Do both crawl and squash when changing cdclk (rev2) URL : https://patchwork.freedesktop.org/series/110199/ State : success == Summary == CI Bug Log - changes from CI_DRM_12311_full -> Patchwork_110199v2_full

[Intel-gfx] ✗ Fi.CI.BUILD: failure for Add selftest for slpc tile interaction

2022-10-28 Thread Patchwork
== Series Details == Series: Add selftest for slpc tile interaction URL : https://patchwork.freedesktop.org/series/110248/ State : failure == Summary == Error: make failed CALLscripts/checksyscalls.sh DESCEND objtool CC [M] drivers/gpu/drm/i915/gt/intel_rps.o In file included from

[Intel-gfx] [PATCH 1/1] drm/i915/guc/slpc: Add selftest for slpc tile-tile interaction

2022-10-28 Thread Riana Tauro
Run a workload on tiles simultaneously by requesting for RP0 frequency. Pcode can however limit the frequency being granted due to throttling reasons. This test fails if there is any throttling Signed-off-by: Riana Tauro --- drivers/gpu/drm/i915/gt/selftest_slpc.c | 63 +

[Intel-gfx] [PATCH 0/1] Add selftest for slpc tile interaction

2022-10-28 Thread Riana Tauro
This tests runs a workload on tiles simultaneously by requesting for RP0 frequency and fails if there is a throttling error Riana Tauro (1): drm/i915/guc/slpc: Add selftest for slpc tile-tile interaction drivers/gpu/drm/i915/gt/selftest_slpc.c | 63 + 1 file changed,

[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/hwmon: Fix a build error used with clang compiler (rev4)

2022-10-28 Thread Patchwork
== Series Details == Series: drm/i915/hwmon: Fix a build error used with clang compiler (rev4) URL : https://patchwork.freedesktop.org/series/110094/ State : failure == Summary == Error: patch https://patchwork.freedesktop.org/api/1.0/series/110094/revisions/4/mbox/ not applied Applying:

Re: [Intel-gfx] [PATCH] drm/i915/hwmon: Fix a build error used with clang compiler

2022-10-28 Thread Gwan-gyeong Mun
Resend, because some content was accidentally omitted from the previous reply. Please ignore the previous email. Hi all, I should have written the original commit message more accurately, but it seems that it was written inaccurately. If the FIELD_PREP macro is expanded, the following

Re: [Intel-gfx] [PATCHv3] drm/i915: Support Async Flip on Linear buffers

2022-10-28 Thread Ville Syrjälä
On Fri, Oct 28, 2022 at 03:23:02AM +, Murthy, Arun R wrote: > Gentle Reminder! Is the igt stuff merged, and did this pass the test? > > > -Original Message- > > From: Murthy, Arun R > > Sent: Monday, October 10, 2022 1:24 PM > > To: 'intel-gfx@lists.freedesktop.org' > > Cc:

[Intel-gfx] ✗ Fi.CI.BUILD: failure for drm/i915/hwmon: Fix a build error used with clang compiler (rev3)

2022-10-28 Thread Patchwork
== Series Details == Series: drm/i915/hwmon: Fix a build error used with clang compiler (rev3) URL : https://patchwork.freedesktop.org/series/110094/ State : failure == Summary == Error: patch https://patchwork.freedesktop.org/api/1.0/series/110094/revisions/3/mbox/ not applied Applying:

Re: [Intel-gfx] [PATCH v3 3/8] drm/i915/display: Add new member to configure PCON color conversion

2022-10-28 Thread Ville Syrjälä
On Fri, Oct 28, 2022 at 11:46:46AM +0530, Nautiyal, Ankit K wrote: > Hi Ville, > > Thanks for the reviews and suggestions. > > I agree with the suggested changes and will be incorporating them in the > next version of the series. > > I have prepared the changes (without the suggested readout

Re: [Intel-gfx] [PATCH] drm/i915/hwmon: Fix a build error used with clang compiler

2022-10-28 Thread Gwan-gyeong Mun
Hi all, I should have written the commit message more accurately, but it seems that it was written inaccurately. If the FIELD_PREP macro is expanded, the following macros are used. #define FIELD_PREP(_mask, _val) \ ({

Re: [Intel-gfx] [PATCH v3 5/8] drm/i915/dp: Use sink_format in dp_is_ycbcr420

2022-10-28 Thread Nautiyal, Ankit K
On 10/20/2022 10:24 PM, Ville Syrjälä wrote: On Tue, Oct 11, 2022 at 12:04:44PM +0530, Ankit Nautiyal wrote: Use the new crtc_state member sink_format to check if DP DFP will use YCBCR420. The earlier intel_dp->dfp members are not required as decision to use color format conversion by the

Re: [Intel-gfx] [PATCH v3 3/8] drm/i915/display: Add new member to configure PCON color conversion

2022-10-28 Thread Nautiyal, Ankit K
Hi Ville, Thanks for the reviews and suggestions. I agree with the suggested changes and will be incorporating them in the next version of the series. I have prepared the changes (without the suggested readout part though) still need to test on a panel with ycbcr420. Please find my

<    1   2