2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2025-01-01 00:54:15 +08:00
linux-next/drivers/gpu/drm/exynos
Gustavo Padovan cf67cc9a29 drm/exynos: remove struct exynos_drm_display
This struct was just representing encoder information, it was a member of
struct exynos_drm_encoder, so any code trying to access encoder data would
have to go through the encoder struct, get the display struct and then get
the data it want.

During this patchset we also realized that the only data
exynos_drm_encoder needs to store is the drm_encoder parent and the
exynos_drm_encoder_ops.

Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>
Signed-off-by: Inki Dae <inki.dae@samsung.com>
2015-08-16 10:23:36 +09:00
..
exynos7_drm_decon.c drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos5433_drm_decon.c drm/exynos: unify exynos_drm_plane names with drm core 2015-08-16 10:23:35 +09:00
exynos_dp_core.c drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_dp_core.h drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_dp_reg.c drm/exynos: Fix checkpatch warning in exynos_dp_reg.c 2014-06-02 02:07:12 +09:00
exynos_dp_reg.h drm/exynos: Move dp driver from video/ to drm/ 2014-03-24 00:36:34 +09:00
exynos_drm_buf.c drm/exynos: fix DMA_ATTR_NO_KERNEL_MAPPING usage 2015-02-07 16:38:41 +09:00
exynos_drm_buf.h drm/exynos: change file license to GPL 2013-01-04 15:54:32 +09:00
exynos_drm_core.c drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_drm_crtc.c drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_drm_crtc.h drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_drm_dmabuf.c dma-buf: cleanup dma_buf_export() to make it easily extensible 2015-04-21 14:47:16 +05:30
exynos_drm_dmabuf.h drm/exynos: remove DRM_EXYNOS_DMABUF config 2015-02-07 16:38:40 +09:00
exynos_drm_dpi.c drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_drm_drv.c drm/exynos: move order to register vidi kms driver 2015-08-16 10:23:33 +09:00
exynos_drm_drv.h drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_drm_dsi.c drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_drm_encoder.c drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_drm_encoder.h drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_drm_fb.c drm/exynos: do not wait for vblank at atomic operation 2015-06-20 00:33:02 +09:00
exynos_drm_fb.h drm/exynos: change file license to GPL 2013-01-04 15:54:32 +09:00
exynos_drm_fbdev.c drm/exynos: Use new drm_fb_helper functions 2015-08-06 14:12:58 +02:00
exynos_drm_fbdev.h drm/exynos: change file license to GPL 2013-01-04 15:54:32 +09:00
exynos_drm_fimc.c drm/exynos/fimc: fix runtime pm support 2015-08-16 10:23:30 +09:00
exynos_drm_fimc.h drm/exynos: change file license to GPL 2013-01-04 15:54:32 +09:00
exynos_drm_fimd.c drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_drm_g2d.c drm/exynos: remove unnecessary checking to support iommu 2015-08-16 10:23:32 +09:00
exynos_drm_g2d.h drm/exynos: add G2D driver 2012-05-17 20:14:48 +09:00
exynos_drm_gem.c drm/exynos: use drm generic mmap interface 2014-09-20 01:00:13 +09:00
exynos_drm_gem.h drm/exynos: Remove unused vma field of exynos_drm_gem_obj 2015-06-20 00:33:01 +09:00
exynos_drm_gsc.c drm/exynos: gsc: Handles the combination of rotation and flip 2015-08-16 10:23:32 +09:00
exynos_drm_gsc.h drm/exynos: change file license to GPL 2013-01-04 15:54:32 +09:00
exynos_drm_iommu.c drm/exynos: remove drm_iommu_attach_device_if_possible 2015-08-16 10:23:33 +09:00
exynos_drm_iommu.h drm/exynos: remove drm_iommu_attach_device_if_possible 2015-08-16 10:23:33 +09:00
exynos_drm_ipp.c drm/exynos: remove unnecessary checking to support iommu 2015-08-16 10:23:32 +09:00
exynos_drm_ipp.h drm/exynos/ipp: remove unused field in command node 2014-09-20 00:56:10 +09:00
exynos_drm_mic.c drm/exynos: mic: add MIC driver 2015-06-22 20:04:56 +09:00
exynos_drm_plane.c drm/exynos: unify exynos_drm_plane names with drm core 2015-08-16 10:23:35 +09:00
exynos_drm_plane.h drm/exynos: remove exported functions from exynos_drm_plane 2015-06-20 00:32:49 +09:00
exynos_drm_rotator.c drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM 2014-12-04 01:04:55 +01:00
exynos_drm_rotator.h drm/exynos: change file license to GPL 2013-01-04 15:54:32 +09:00
exynos_drm_vidi.c drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_drm_vidi.h drm/exynos: change file license to GPL 2013-01-04 15:54:32 +09:00
exynos_hdmi.c drm/exynos: remove struct exynos_drm_display 2015-08-16 10:23:36 +09:00
exynos_mixer.c drm/exynos: unify exynos_drm_plane names with drm core 2015-08-16 10:23:35 +09:00
exynos_mixer.h drm/exynos: Remove exynos_drm_hdmi shim 2014-03-24 00:36:32 +09:00
Kconfig drm/exynos: dsi: add support for Exynos5433 2015-06-22 20:05:02 +09:00
Makefile drm/exynos: mic: add MIC driver 2015-06-22 20:04:56 +09:00
regs-fimc.h drm/exynos: add device tree support for fimc ipp driver 2013-04-29 14:35:32 +09:00
regs-gsc.h drm/exynos: add gsc ipp driver 2012-12-15 02:40:00 +09:00
regs-hdmi.h drm/exynos: add hdmiphy power on/off sequence 2014-06-02 02:07:15 +09:00
regs-mixer.h drm/exynos: fix typos in hdmi and mixer 2015-04-13 11:39:40 +09:00
regs-rotator.h drm/exynos: add rotator ipp driver 2012-12-15 02:39:41 +09:00
regs-vp.h drm/exynos: added hdmi display support 2011-12-29 11:21:42 +09:00