Re: [PATCH v5 1/2] drm: tilcdc: implement palette loading for rev1

2016-11-16 Thread Jyri Sarha
On 11/16/16 13:34, Bartosz Golaszewski wrote: > 2016-10-31 17:05 GMT+01:00 Jyri Sarha : >> On 10/31/16 16:19, Bartosz Golaszewski wrote: >>> Revision 1 of the IP doesn't work if we don't load the palette (even >>> if it's not used, which is the case for the RGB565 format). >>> >>> Add a function ca

Re: [PATCH v5 1/2] drm: tilcdc: implement palette loading for rev1

2016-11-16 Thread Bartosz Golaszewski
2016-10-31 17:05 GMT+01:00 Jyri Sarha : > On 10/31/16 16:19, Bartosz Golaszewski wrote: >> Revision 1 of the IP doesn't work if we don't load the palette (even >> if it's not used, which is the case for the RGB565 format). >> >> Add a function called from tilcdc_crtc_enable() which performs all >>

Re: [PATCH v5 1/2] drm: tilcdc: implement palette loading for rev1

2016-10-31 Thread Jyri Sarha
On 10/31/16 16:19, Bartosz Golaszewski wrote: > Revision 1 of the IP doesn't work if we don't load the palette (even > if it's not used, which is the case for the RGB565 format). > > Add a function called from tilcdc_crtc_enable() which performs all > required actions if we're dealing with a rev1

[PATCH v5 1/2] drm: tilcdc: implement palette loading for rev1

2016-10-31 Thread Bartosz Golaszewski
Revision 1 of the IP doesn't work if we don't load the palette (even if it's not used, which is the case for the RGB565 format). Add a function called from tilcdc_crtc_enable() which performs all required actions if we're dealing with a rev1 chip. Signed-off-by: Bartosz Golaszewski --- drivers/