[PATCH v2] drm: tilcdc: implement palette loading for rev1

2016-10-24 Thread Tomi Valkeinen
On 24/10/16 12:47, Bartosz Golaszewski wrote: > 2016-10-24 11:25 GMT+02:00 Jyri Sarha : >> On 10/24/16 11:43, 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

[PATCH v2] drm: tilcdc: implement palette loading for rev1

2016-10-24 Thread Jyri Sarha
On 10/24/16 11:43, 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 v2] drm: tilcdc: implement palette loading for rev1

2016-10-24 Thread Bartosz Golaszewski
2016-10-24 11:25 GMT+02:00 Jyri Sarha : > On 10/24/16 11:43, 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 >>

[PATCH v2] drm: tilcdc: implement palette loading for rev1

2016-10-24 Thread Bartosz Golaszewski
2016-10-24 10:43 GMT+02:00 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 rev

[PATCH v2] drm: tilcdc: implement palette loading for rev1

2016-10-24 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 --- v1 -> v2: