Re: [Freedreno] [PATCH] rnndb: a5xx: Update/enhance registers

2016-10-24 Thread Rob Clark
On Mon, Oct 24, 2016 at 12:29 PM, Jordan Crouse wrote: > Add some missing registers from downstream, rename a few to be more > accurate and expand the bitfields for CP_INTERRUPT_STATUS, RBBM_STATUS > and RBBM_INT0. Hi Jordan, one small comment below > --- > rnndb/adreno/a5xx.xml | 109 > ++

Re: [Freedreno] [PATCH 2/6] drm: add helper for printing to log or seq_file

2016-10-24 Thread Rob Clark
On Mon, Oct 17, 2016 at 1:00 PM, Sean Paul wrote: > On Fri, Oct 14, 2016 at 7:55 PM, Rob Clark wrote: >> Sometimes it is nice not to duplicate equivalent printk() and >> seq_printf() code. >> >> Signed-off-by: Rob Clark >> --- >> drivers/gpu/drm/Makefile| 3 ++- >> drivers/gpu/drm/drm_prin

[Freedreno] [PATCH] rnndb: a5xx: Update/enhance registers

2016-10-24 Thread Jordan Crouse
Add some missing registers from downstream, rename a few to be more accurate and expand the bitfields for CP_INTERRUPT_STATUS, RBBM_STATUS and RBBM_INT0. --- rnndb/adreno/a5xx.xml | 109 +- 1 file changed, 91 insertions(+), 18 deletions(-) diff --gi

[Freedreno] [PATCH 0/1] rnndb: a5xx: Update/enhance registers

2016-10-24 Thread Jordan Crouse
Hi all. I know it is a bit fancy to send a cover email for a single but I thought some introductions were in order. This is the first of I hope many patches enhancing, improving and expanding Adreno support upstream including the brand spanking new Adreno A5XX family. I'll be available as much as

Re: [Freedreno] [PATCH 1/2] drm/msm: add missing header dependencies

2016-10-24 Thread Daniel Vetter
On Mon, Oct 24, 2016 at 12:13:40PM +0200, Arnd Bergmann wrote: > On Saturday, October 22, 2016 5:17:45 PM CEST Baoyou Xie wrote: > > We get 2 warnings when building kernel with W=1: > > drivers/gpu/drm/msm/msm_debugfs.c:141:5: warning: no previous prototype for > > 'msm_debugfs_init' [-Wmissing-pr

Re: [Freedreno] [PATCH] drm: convert DT component matching to component_match_add_release()

2016-10-24 Thread Jyri Sarha
On 10/19/16 13:28, Russell King wrote: > Convert DT component matching to use component_match_add_release(). > > Signed-off-by: Russell King Acked-by: Jyri Sarha Reviewed-by: Jyri Sarha However, the patch description is a bit brief. It took me this mail thread to fully understand why simple c

Re: [Freedreno] [PATCH 1/2] drm/msm: add missing header dependencies

2016-10-24 Thread Arnd Bergmann
On Saturday, October 22, 2016 5:17:45 PM CEST Baoyou Xie wrote: > We get 2 warnings when building kernel with W=1: > drivers/gpu/drm/msm/msm_debugfs.c:141:5: warning: no previous prototype for > 'msm_debugfs_init' [-Wmissing-prototypes] > drivers/gpu/drm/msm/msm_debugfs.c:158:6: warning: no previo