dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/etnaviv: Add new GC3000 sensitive states
@ 2016-12-14  8:53 Wladimir J. van der Laan
  2016-12-15 11:25 ` Lucas Stach
  0 siblings, 1 reply; 2+ messages in thread
From: Wladimir J. van der Laan @ 2016-12-14  8:53 UTC (permalink / raw)
  To: dri-devel, etnaviv; +Cc: Chris Healy

- Add PS.INST_ADDR and VS.INST_ADDR: GC3000 loads shader code from these addresses if ICACHE
is enabled.

- Add new NFE vertex stream addresses.
---
 drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c b/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
index 2a2e5e3..abb37c6 100644
--- a/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
+++ b/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
@@ -56,6 +56,8 @@ static const struct {
 	ST(0x0644, 1),
 	ST(0x064c, 1),
 	ST(0x0680, 8),
+	ST(0x086c, 1),
+	ST(0x1028, 1),
 	ST(0x1410, 1),
 	ST(0x1430, 1),
 	ST(0x1458, 1),
@@ -75,6 +77,7 @@ static const struct {
 	ST(0x1740, 8),
 	ST(0x2400, 14 * 16),
 	ST(0x10800, 32 * 16),
+	ST(0x14600, 16),
 #undef ST
 };
 
-- 
2.7.4

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/etnaviv: Add new GC3000 sensitive states
  2016-12-14  8:53 [PATCH] drm/etnaviv: Add new GC3000 sensitive states Wladimir J. van der Laan
@ 2016-12-15 11:25 ` Lucas Stach
  0 siblings, 0 replies; 2+ messages in thread
From: Lucas Stach @ 2016-12-15 11:25 UTC (permalink / raw)
  To: Wladimir J. van der Laan; +Cc: Chris Healy, etnaviv, dri-devel

Am Mittwoch, den 14.12.2016, 09:53 +0100 schrieb Wladimir J. van der
Laan:
> - Add PS.INST_ADDR and VS.INST_ADDR: GC3000 loads shader code from these addresses if ICACHE
> is enabled.
> 
> - Add new NFE vertex stream addresses.

Please resend with a proper Signed-off-by line. I can't take a patch for
mainline inclusion without it.

> ---
>  drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c b/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
> index 2a2e5e3..abb37c6 100644
> --- a/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
> +++ b/drivers/gpu/drm/etnaviv/etnaviv_cmd_parser.c
> @@ -56,6 +56,8 @@ static const struct {
>  	ST(0x0644, 1),
>  	ST(0x064c, 1),
>  	ST(0x0680, 8),
> +	ST(0x086c, 1),
> +	ST(0x1028, 1),
>  	ST(0x1410, 1),
>  	ST(0x1430, 1),
>  	ST(0x1458, 1),
> @@ -75,6 +77,7 @@ static const struct {
>  	ST(0x1740, 8),
>  	ST(0x2400, 14 * 16),
>  	ST(0x10800, 32 * 16),
> +	ST(0x14600, 16),
>  #undef ST
>  };
>  


_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-15 11:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-12-14  8:53 [PATCH] drm/etnaviv: Add new GC3000 sensitive states Wladimir J. van der Laan
2016-12-15 11:25 ` Lucas Stach

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).