* Question about CCS modifier on GLK
@ 2017-12-18 0:45 Gabriel Krisman Bertazi
2017-12-18 11:36 ` Ville Syrjälä
2017-12-20 16:46 ` Ben Widawsky
0 siblings, 2 replies; 3+ messages in thread
From: Gabriel Krisman Bertazi @ 2017-12-18 0:45 UTC (permalink / raw)
To: Ben Widawsky; +Cc: intel-gfx
Hi Ben and list folks,
I've been investigating some CI failures with the kms_ccs testcase in
the GLK hardware. The original bug is linked below, but there are other
more basic tests failing when trying CCS on pipe C.
https://bugs.freedesktop.org/show_bug.cgi?id=104096
The reason for the failure is very straightforward, the function
skl_check_ccs_aux_surface() in intel_display.c rejects CCS modifiers for
PIPE_C, since that is not supported for SKL, KBL and as far as I can
tell APL as well.
But, since I don't have the specs for GLK yet (it's not available in
01.org), I can't tell if GLK will support it and the kernel must be
changed or if the testcase itself is bogus. My money is on the later,
but I could use a confirmation before writing down the patch.
In short, does pipe C support render compression (ccs modifier) in glk?
Thanks,
--
Gabriel Krisman Bertazi
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Question about CCS modifier on GLK
2017-12-18 0:45 Question about CCS modifier on GLK Gabriel Krisman Bertazi
@ 2017-12-18 11:36 ` Ville Syrjälä
2017-12-20 16:46 ` Ben Widawsky
1 sibling, 0 replies; 3+ messages in thread
From: Ville Syrjälä @ 2017-12-18 11:36 UTC (permalink / raw)
To: Gabriel Krisman Bertazi; +Cc: Ben Widawsky, intel-gfx
On Sun, Dec 17, 2017 at 10:45:13PM -0200, Gabriel Krisman Bertazi wrote:
>
> Hi Ben and list folks,
>
> I've been investigating some CI failures with the kms_ccs testcase in
> the GLK hardware. The original bug is linked below, but there are other
> more basic tests failing when trying CCS on pipe C.
>
> https://bugs.freedesktop.org/show_bug.cgi?id=104096
>
> The reason for the failure is very straightforward, the function
> skl_check_ccs_aux_surface() in intel_display.c rejects CCS modifiers for
> PIPE_C, since that is not supported for SKL, KBL and as far as I can
> tell APL as well.
>
> But, since I don't have the specs for GLK yet (it's not available in
> 01.org), I can't tell if GLK will support it and the kernel must be
> changed or if the testcase itself is bogus. My money is on the later,
> but I could use a confirmation before writing down the patch.
>
> In short, does pipe C support render compression (ccs modifier) in glk?
No. But the current code is somewhat busted anyway. See
https://patchwork.freedesktop.org/series/29308/
--
Ville Syrjälä
Intel OTC
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: Question about CCS modifier on GLK
2017-12-18 0:45 Question about CCS modifier on GLK Gabriel Krisman Bertazi
2017-12-18 11:36 ` Ville Syrjälä
@ 2017-12-20 16:46 ` Ben Widawsky
1 sibling, 0 replies; 3+ messages in thread
From: Ben Widawsky @ 2017-12-20 16:46 UTC (permalink / raw)
To: Gabriel Krisman Bertazi; +Cc: intel-gfx
On 17-12-17 22:45:13, Gabriel Krisman Bertazi wrote:
>
>Hi Ben and list folks,
>
>I've been investigating some CI failures with the kms_ccs testcase in
>the GLK hardware. The original bug is linked below, but there are other
>more basic tests failing when trying CCS on pipe C.
>
>https://bugs.freedesktop.org/show_bug.cgi?id=104096
>
>The reason for the failure is very straightforward, the function
>skl_check_ccs_aux_surface() in intel_display.c rejects CCS modifiers for
>PIPE_C, since that is not supported for SKL, KBL and as far as I can
>tell APL as well.
>
>But, since I don't have the specs for GLK yet (it's not available in
>01.org), I can't tell if GLK will support it and the kernel must be
>changed or if the testcase itself is bogus. My money is on the later,
>but I could use a confirmation before writing down the patch.
>
>In short, does pipe C support render compression (ccs modifier) in glk?
>
>Thanks,
>
The hardware almost certainly works, but it wasn't validated. So we should
probably just disable it, and I've reviewed your patch. As Ville pointed out,
the series which was merged wasn't quite right to begin with, and it'd be
helpful if you could review his patches to fix it up.
>--
>Gabriel Krisman Bertazi
_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2017-12-20 16:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-18 0:45 Question about CCS modifier on GLK Gabriel Krisman Bertazi
2017-12-18 11:36 ` Ville Syrjälä
2017-12-20 16:46 ` Ben Widawsky
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.