Searched hist:f041b257a8997c8472a1013e9f252c3e2a1d879e (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/drm/exynos/ |
H A D | Makefile | diff f041b257a8997c8472a1013e9f252c3e2a1d879e Thu Jan 30 22:19:15 CET 2014 Sean Paul <seanpaul@chromium.org> drm/exynos: Remove exynos_drm_hdmi shim
This patch trims exynos_drm_hdmi out of the driver. The reason it existed in the first place was to make up for the mixture of display/overlay/manager ops being spread across hdmi and mixer. With that code now rationalized, mixer and hdmi map directly to exynos_drm_crtc and exynos_drm_encoder, respectively. Since there is a 1:1 mapping, we no longer need this layer.
Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
|
H A D | exynos_mixer.c | diff f041b257a8997c8472a1013e9f252c3e2a1d879e Thu Jan 30 22:19:15 CET 2014 Sean Paul <seanpaul@chromium.org> drm/exynos: Remove exynos_drm_hdmi shim
This patch trims exynos_drm_hdmi out of the driver. The reason it existed in the first place was to make up for the mixture of display/overlay/manager ops being spread across hdmi and mixer. With that code now rationalized, mixer and hdmi map directly to exynos_drm_crtc and exynos_drm_encoder, respectively. Since there is a 1:1 mapping, we no longer need this layer.
Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
|
H A D | exynos_drm_drv.c | diff f041b257a8997c8472a1013e9f252c3e2a1d879e Thu Jan 30 22:19:15 CET 2014 Sean Paul <seanpaul@chromium.org> drm/exynos: Remove exynos_drm_hdmi shim
This patch trims exynos_drm_hdmi out of the driver. The reason it existed in the first place was to make up for the mixture of display/overlay/manager ops being spread across hdmi and mixer. With that code now rationalized, mixer and hdmi map directly to exynos_drm_crtc and exynos_drm_encoder, respectively. Since there is a 1:1 mapping, we no longer need this layer.
Signed-off-by: Sean Paul <seanpaul@chromium.org> Signed-off-by: Inki Dae <inki.dae@samsung.com>
|