| .. |
|
Kconfig
|
3da6acfc89
drm/exynos: fix typo config name correctly.
|
10 년 전 |
|
Makefile
|
96976c3d9a
drm/exynos: Add DECON driver
|
11 년 전 |
|
exynos7_drm_decon.c
|
cb8a3db29f
drm/exynos: use src_x and src_y instead of fb_x and fb_y
|
10 년 전 |
|
exynos_dp_core.c
|
1c363c7ccc
drm/exynos: Enable DP clock to fix display on Exynos5250 and other
|
10 년 전 |
|
exynos_dp_core.h
|
801855671a
drm/exynos: dp: support drm_bridge
|
11 년 전 |
|
exynos_dp_reg.c
|
7a80ec79f0
drm/exynos: Fix checkpatch warning in exynos_dp_reg.c
|
11 년 전 |
|
exynos_dp_reg.h
|
2e4e678aa8
drm/exynos: Move dp driver from video/ to drm/
|
11 년 전 |
|
exynos_drm_buf.c
|
a5d7ac30fa
drm/exynos: fix DMA_ATTR_NO_KERNEL_MAPPING usage
|
11 년 전 |
|
exynos_drm_buf.h
|
d81aecb5e6
drm/exynos: change file license to GPL
|
13 년 전 |
|
exynos_drm_core.c
|
f37cd5e809
drm/exynos: add component framework support
|
11 년 전 |
|
exynos_drm_crtc.c
|
e752747b98
drm/exynos: track vblank events on a per crtc basis
|
10 년 전 |
|
exynos_drm_crtc.h
|
5d09a67f1c
drm/exynos: remove leftover functions declarations
|
10 년 전 |
|
exynos_drm_dmabuf.c
|
d8fbe341be
dma-buf: cleanup dma_buf_export() to make it easily extensible
|
10 년 전 |
|
exynos_drm_dmabuf.h
|
b74ea6a97e
drm/exynos: remove DRM_EXYNOS_DMABUF config
|
11 년 전 |
|
exynos_drm_dpi.c
|
5af3d9bb78
drm/exynos/dpi: stop using display->ctx pointer
|
11 년 전 |
|
exynos_drm_drv.c
|
e752747b98
drm/exynos: track vblank events on a per crtc basis
|
10 년 전 |
|
exynos_drm_drv.h
|
3cabaf7ea7
drm/exynos: add ratio calculation
|
10 년 전 |
|
exynos_drm_dsi.c
|
643c3024a5
drm/exynos: dsi: remove the empty mode_valid callback
|
10 년 전 |
|
exynos_drm_encoder.c
|
936ce5cce6
drm/exynos: fix NULL pointer reference
|
11 년 전 |
|
exynos_drm_encoder.h
|
b5b1a4bb15
drm/exynos: remove extra declaration of struct exynos_drm_manager
|
11 년 전 |
|
exynos_drm_fb.c
|
7ded85885d
drm/exynos: remove superfluous error messages
|
10 년 전 |
|
exynos_drm_fb.h
|
d81aecb5e6
drm/exynos: change file license to GPL
|
13 년 전 |
|
exynos_drm_fbdev.c
|
ecbf1d5afe
drm/exynos: use correct fb width/height
|
10 년 전 |
|
exynos_drm_fbdev.h
|
d81aecb5e6
drm/exynos: change file license to GPL
|
13 년 전 |
|
exynos_drm_fimc.c
|
083500baef
drm: remove DRM_FORMAT_NV12MT
|
11 년 전 |
|
exynos_drm_fimc.h
|
d81aecb5e6
drm/exynos: change file license to GPL
|
13 년 전 |
|
exynos_drm_fimd.c
|
68a2913407
drm/exynos: Fix FIMD buffer size calculation
|
10 년 전 |
|
exynos_drm_fimd.h
|
1c363c7ccc
drm/exynos: Enable DP clock to fix display on Exynos5250 and other
|
10 년 전 |
|
exynos_drm_g2d.c
|
06453edba4
drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
|
11 년 전 |
|
exynos_drm_g2d.h
|
d7f1642c90
drm/exynos: add G2D driver
|
13 년 전 |
|
exynos_drm_gem.c
|
832316c704
drm/exynos: use drm generic mmap interface
|
11 년 전 |
|
exynos_drm_gem.h
|
a5d7ac30fa
drm/exynos: fix DMA_ATTR_NO_KERNEL_MAPPING usage
|
11 년 전 |
|
exynos_drm_gsc.c
|
083500baef
drm: remove DRM_FORMAT_NV12MT
|
11 년 전 |
|
exynos_drm_gsc.h
|
d81aecb5e6
drm/exynos: change file license to GPL
|
13 년 전 |
|
exynos_drm_iommu.c
|
68efd7d2fb
arm: dma-mapping: remove order parameter from arm_iommu_create_mapping()
|
11 년 전 |
|
exynos_drm_iommu.h
|
ff9c87ce9b
drm/exynos: remove uneeded declaration of struct dma_iommu_mapping
|
11 년 전 |
|
exynos_drm_ipp.c
|
e44bf6b7a5
drm/exynos/ipp: Validate buffer enqueue requests
|
10 년 전 |
|
exynos_drm_ipp.h
|
985c293d09
drm/exynos/ipp: remove unused field in command node
|
11 년 전 |
|
exynos_drm_plane.c
|
3cabaf7ea7
drm/exynos: add ratio calculation
|
10 년 전 |
|
exynos_drm_plane.h
|
6e2a3b66e7
drm/exynos: preset zpos value for overlay planes
|
10 년 전 |
|
exynos_drm_rotator.c
|
06453edba4
drm / exynos / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
|
11 년 전 |
|
exynos_drm_rotator.h
|
d81aecb5e6
drm/exynos: change file license to GPL
|
13 년 전 |
|
exynos_drm_vidi.c
|
6e2a3b66e7
drm/exynos: preset zpos value for overlay planes
|
10 년 전 |
|
exynos_drm_vidi.h
|
d81aecb5e6
drm/exynos: change file license to GPL
|
13 년 전 |
|
exynos_hdmi.c
|
4a11248856
Merge tag 'topic/drm-misc-2015-04-15' of git://anongit.freedesktop.org/drm-intel into drm-next
|
10 년 전 |
|
exynos_mixer.c
|
3cabaf7ea7
drm/exynos: add ratio calculation
|
10 년 전 |
|
exynos_mixer.h
|
f041b257a8
drm/exynos: Remove exynos_drm_hdmi shim
|
11 년 전 |
|
regs-fimc.h
|
5186fc5e8e
drm/exynos: add device tree support for fimc ipp driver
|
12 년 전 |
|
regs-gsc.h
|
f264638065
drm/exynos: add gsc ipp driver
|
13 년 전 |
|
regs-hdmi.h
|
6a296e2049
drm/exynos: add hdmiphy power on/off sequence
|
11 년 전 |
|
regs-mixer.h
|
1e6d459df6
drm/exynos: fix typos in hdmi and mixer
|
10 년 전 |
|
regs-rotator.h
|
bea8a429d9
drm/exynos: add rotator ipp driver
|
13 년 전 |
|
regs-vp.h
|
d84083268b
drm/exynos: added hdmi display support
|
14 년 전 |