[PATCH 3/4] [RFC] drm/Exynos: Added 'disable' function to Exynos drm crtc module.

2012-04-16 Thread Inki Dae
sung.com; > sunilm at samsung.com; prathyush.k at samsung.com > Subject: [PATCH 3/4] [RFC] drm/Exynos: Added 'disable' function to Exynos > drm crtc module. > > While freeing an fb, if the fb is being used by a crtc, the drm > driver tries to disable the CRTC. Curren

RE: [PATCH 3/4] [RFC] drm/Exynos: Added 'disable' function to Exynos drm crtc module.

2012-04-15 Thread Inki Dae
sung.com; prathyus...@samsung.com > Subject: [PATCH 3/4] [RFC] drm/Exynos: Added 'disable' function to Exynos > drm crtc module. > > While freeing an fb, if the fb is being used by a crtc, the drm > driver tries to disable the CRTC. Currently there is no disable > func

[PATCH 3/4] [RFC] drm/Exynos: Added 'disable' function to Exynos drm crtc module.

2012-04-14 Thread Prathyush
While freeing an fb, if the fb is being used by a crtc, the drm driver tries to disable the CRTC. Currently there is no disable function provided by exynos drm crtc module so the driver tries to suspend the crtc (by calling dpms) which only works if RUNTIME PM is enabled. Signed-off-by: Prathyush

[PATCH 3/4] [RFC] drm/Exynos: Added 'disable' function to Exynos drm crtc module.

2012-04-14 Thread Prathyush
While freeing an fb, if the fb is being used by a crtc, the drm driver tries to disable the CRTC. Currently there is no disable function provided by exynos drm crtc module so the driver tries to suspend the crtc (by calling dpms) which only works if RUNTIME PM is enabled. Signed-off-by: Prathyush