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
> ++
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
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
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
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
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
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