Searched hist:a2986e8032bddbe237ed16e2e26c71f5416cd5fd (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_dpi.c | diff a2986e8032bddbe237ed16e2e26c71f5416cd5fd Thu Aug 06 01:24:20 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove exynos_drm_create_enc_conn()
This functions was just hiding the encoder and connector creation in a way that was less clean than if we get rid of it. For example, exynos_encoder ops had .create_connector() defined only because we were handing off the encoder and connector creation to exynos_drm_create_enc_conn(). Without this function we can directly call the create_connector function internally in the code, without the need of any vtable access.
It also does some refactoring in the code like creating a bind function for dpi devices.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>
|
H A D | exynos7_drm_decon.c | diff a2986e8032bddbe237ed16e2e26c71f5416cd5fd Thu Aug 06 01:24:20 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove exynos_drm_create_enc_conn()
This functions was just hiding the encoder and connector creation in a way that was less clean than if we get rid of it. For example, exynos_encoder ops had .create_connector() defined only because we were handing off the encoder and connector creation to exynos_drm_create_enc_conn(). Without this function we can directly call the create_connector function internally in the code, without the need of any vtable access.
It also does some refactoring in the code like creating a bind function for dpi devices.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>
|
H A D | exynos_drm_dsi.c | diff a2986e8032bddbe237ed16e2e26c71f5416cd5fd Thu Aug 06 01:24:20 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove exynos_drm_create_enc_conn()
This functions was just hiding the encoder and connector creation in a way that was less clean than if we get rid of it. For example, exynos_encoder ops had .create_connector() defined only because we were handing off the encoder and connector creation to exynos_drm_create_enc_conn(). Without this function we can directly call the create_connector function internally in the code, without the need of any vtable access.
It also does some refactoring in the code like creating a bind function for dpi devices.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>
|
H A D | exynos_drm_vidi.c | diff a2986e8032bddbe237ed16e2e26c71f5416cd5fd Thu Aug 06 01:24:20 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove exynos_drm_create_enc_conn()
This functions was just hiding the encoder and connector creation in a way that was less clean than if we get rid of it. For example, exynos_encoder ops had .create_connector() defined only because we were handing off the encoder and connector creation to exynos_drm_create_enc_conn(). Without this function we can directly call the create_connector function internally in the code, without the need of any vtable access.
It also does some refactoring in the code like creating a bind function for dpi devices.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>
|
H A D | exynos_drm_drv.h | diff a2986e8032bddbe237ed16e2e26c71f5416cd5fd Thu Aug 06 01:24:20 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove exynos_drm_create_enc_conn()
This functions was just hiding the encoder and connector creation in a way that was less clean than if we get rid of it. For example, exynos_encoder ops had .create_connector() defined only because we were handing off the encoder and connector creation to exynos_drm_create_enc_conn(). Without this function we can directly call the create_connector function internally in the code, without the need of any vtable access.
It also does some refactoring in the code like creating a bind function for dpi devices.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>
|
H A D | exynos_drm_fimd.c | diff a2986e8032bddbe237ed16e2e26c71f5416cd5fd Thu Aug 06 01:24:20 CEST 2015 Gustavo Padovan <gustavo.padovan@collabora.co.uk> drm/exynos: remove exynos_drm_create_enc_conn()
This functions was just hiding the encoder and connector creation in a way that was less clean than if we get rid of it. For example, exynos_encoder ops had .create_connector() defined only because we were handing off the encoder and connector creation to exynos_drm_create_enc_conn(). Without this function we can directly call the create_connector function internally in the code, without the need of any vtable access.
It also does some refactoring in the code like creating a bind function for dpi devices.
Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk> Signed-off-by: Inki Dae <inki.dae@samsung.com>
|