index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
exynos
/
exynos_hdmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-16
drm/exynos/hdmi: fix edid memory leak
Andrzej Hajda
1
-1
/
+6
2015-06-20
drm/exynos: fix broken component binding in case of multiple pipelines
Andrzej Hajda
1
-17
/
+5
2015-06-20
drm/exynos: atomic dpms support
Gustavo Padovan
1
-3
/
+3
2015-06-20
drm/exynos: atomic phase 2: wire up state reset(), duplicate() and destroy()
Gustavo Padovan
1
-0
/
+4
2015-04-16
Merge tag 'topic/drm-misc-2015-04-15' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-1
/
+1
2015-04-13
drm/exynos: fix typos in hdmi and mixer
Tobias Jakobi
1
-1
/
+1
2015-04-07
drm/exynos: constify all struct drm_*_helper funcs pointers
Jani Nikula
1
-1
/
+1
2015-02-07
drm/exynos: use driver internal struct
Joonyoung Shim
1
-7
/
+5
2015-01-18
drm/exynos: fix reset codes for memory mapped hdmi phy
Joonyoung Shim
1
-6
/
+2
2014-11-24
drm/exynos/hdmi: stop using display->ctx pointer
Andrzej Hajda
1
-7
/
+11
2014-11-24
drm/exynos/hdmi: embed display into private context
Andrzej Hajda
1
-29
/
+20
2014-11-03
drm/exynos: remove explicit encoder/connector de-initialization
Andrzej Hajda
1
-6
/
+0
2014-09-20
drm/exynos/hdmi: unregister connector on removal
Andrzej Hajda
1
-1
/
+3
2014-08-04
drm/exynos: hdmi: add null check for hdmiphy_port
Seung-Woo Kim
1
-1
/
+2
2014-08-04
drm/exynos: Add MODULE_DEVICE_TABLE entries for various components
Sjoerd Simons
1
-0
/
+1
2014-08-03
drm/exynos: hdmi: enable exynos 4210 and 4x12 soc support
Marek Szyprowski
1
-0
/
+10
2014-08-03
drm/exynos: hdmi: make 'hdmi-en' regulator optional and keep it enabled
Marek Szyprowski
1
-1
/
+18
2014-08-03
drm/exynos: Remove unused variable from exynos_hdmi.c
Sachin Kamat
1
-2
/
+1
2014-07-08
Merge tag 'topic/core-stuff-2014-06-30' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-1
/
+1
2014-06-24
drm/exynos: hdmi: fix power order issue
Inki Dae
1
-0
/
+19
2014-06-19
drm: add register and unregister functions for connectors
Thomas Wood
1
-1
/
+1
2014-06-02
drm/exynos: consider deferred probe case
Inki Dae
1
-21
/
+57
2014-06-02
drm/exynos: add hdmiphy power on/off sequence
Shirish S
1
-6
/
+34
2014-06-02
drm/exynos: Staticize local symbols in exynos_hdmi.c
Sachin Kamat
1
-3
/
+3
2014-06-02
drm/exynos: Remove duplicate inclusion of i2c.h
Sachin Kamat
1
-1
/
+0
2014-06-02
drm/exynos: use regmap interface to set hdmiphy control bit in pmu
Rahul Sharma
1
-8
/
+19
2014-06-02
drm/exynos: hdmi: consider legacy dt binding
Inki Dae
1
-0
/
+30
2014-06-02
drm/exynos: restore core HDMI settings
Shirish S
1
-0
/
+2
2014-06-02
drm/exynos: enable support for exynos5420 hdmi device
Rahul Sharma
1
-0
/
+165
2014-06-02
drm/exynos: add support for apb mapped phys in hdmi driver
Rahul Sharma
1
-53
/
+89
2014-06-02
drm/exynos: remove unnecessary read for phy configuration values
Rahul Sharma
1
-10
/
+0
2014-06-02
drm/exynos: replace hdmi reset with hdmi disable
Rahul Sharma
1
-24
/
+16
2014-06-02
drm/exynos: Read hpd gpio in is_connected callback
Sean Paul
1
-0
/
+2
2014-06-02
drm/exynos: hdmi: remove unnecessary memset
Daniel Kurtz
1
-2
/
+0
2014-06-02
drm/exynos: check for null pointers in error handling
Paul Taysom
1
-1
/
+2
2014-06-02
drm/exynos: Debounce HDMI hotplug interrupts
Sean Paul
1
-2
/
+21
2014-06-02
drm/exynos: Don't reset hdmiphy on hdmi off
Sean Paul
1
-5
/
+0
2014-06-02
drm/exynos: update phy settings for RB resolutions
Shirish S
1
-21
/
+12
2014-06-02
drm/exynos: add component framework support
Inki Dae
1
-22
/
+37
2014-06-02
drm/exynos: hdmi: make local symbols static
Jingoo Han
1
-2
/
+2
2014-03-24
drm/exynos: hdmi: use i2c_adapter instead of i2c_client
Inki Dae
1
-8
/
+8
2014-03-24
drm/exynos: hdmi: consider APB PHY
Inki Dae
1
-3
/
+23
2014-03-24
drm/exynos: Implement drm_connector in hdmi directly
Sean Paul
1
-41
/
+85
2014-03-24
drm/exynos: Consolidate suspend/resume in drm_drv
Sean Paul
1
-79
/
+9
2014-03-24
drm/exynos: Use drm_mode_copy to copy modes
Sean Paul
1
-9
/
+1
2014-03-24
drm/exynos: Remove exynos_drm_hdmi shim
Sean Paul
1
-59
/
+103
2014-03-24
drm/exynos: hdmi: remove the i2c drivers and use
Daniel Kurtz
1
-32
/
+27
2014-03-24
drm/exynos: Rename display_op power_on to dpms
Sean Paul
1
-1
/
+1
2014-03-24
drm/exynos: Remove apply manager callback
Sean Paul
1
-0
/
+1
2014-03-24
drm/exynos: hdmi: Implement initialize op for hdmi
Sean Paul
1
-4
/
+14
[prev]
[next]