[PATCH RFC 1/6] drm/tilcdc: Fix module unloading

2015-03-02 Thread Tomi Valkeinen
On 26/02/15 16:55, Jyri Sarha wrote: > Force crtc dpms off before destroying the crtc instead of just > checking the dpms state. This fixes warning message and frozen picture > after tilcdc module unloading. > > Signed-off-by: Jyri Sarha > --- > drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 3 ++- > 1

[PATCH RFC 1/6] drm/tilcdc: Fix module unloading

2015-02-26 Thread Jyri Sarha
Force crtc dpms off before destroying the crtc instead of just checking the dpms state. This fixes warning message and frozen picture after tilcdc module unloading. Signed-off-by: Jyri Sarha --- drivers/gpu/drm/tilcdc/tilcdc_crtc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff