[PATCH RFC 09/11] drm/tilcdc: Set DRIVER_ATOMIC and use atomic crtc helpers

2016-04-12 Thread Jyri Sarha
On 04/11/16 19:46, Jyri Sarha wrote: > Set DRIVER_ATOMIC and use atomic helpers and rename commit and prepare > crtc helpers to enable and disable. This makes the final jump to mode > setting, but there is lot of obsolete code to clean up. > > Signed-off-by: Jyri Sarha > --- > drivers/gpu/drm/ti

[PATCH RFC 09/11] drm/tilcdc: Set DRIVER_ATOMIC and use atomic crtc helpers

2016-04-11 Thread Jyri Sarha
Set DRIVER_ATOMIC and use atomic helpers and rename commit and prepare crtc helpers to enable and disable. This makes the final jump to mode setting, but there is lot of obsolete code to clean up. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 16 +++- drivers/g