index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
video
/
omap2
/
dss
/
hdmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-09-26
OMAPDSS: HDMI: Replace dssdev->manager with dssdev->output->manager references
Archit Taneja
1
-6
/
+10
2012-09-26
OMAPDSS: outputs: Create and register output instances
Archit Taneja
1
-0
/
+24
2012-09-18
OMAPDSS: alloc dssdevs dynamically
Tomi Valkeinen
1
-3
/
+12
2012-09-18
OMAPDSS: explicitely initialize dssdev->channel for new displays
Tomi Valkeinen
1
-0
/
+2
2012-09-18
OMAPDSS: register only one display device per output
Tomi Valkeinen
1
-14
/
+43
2012-09-18
OMAPDSS: omap_dss_register_device() doesn't take display index
Tomi Valkeinen
1
-1
/
+1
2012-09-07
OMAPDSS: fix set_timings
Tomi Valkeinen
1
-12
/
+0
2012-09-07
OMAPDSS: HDMI: use vdda_hdmi_dac
Tomi Valkeinen
1
-0
/
+23
2012-09-07
OMAPDSS: HDMI: Add delay to wait for 5V power
Tomi Valkeinen
1
-0
/
+3
2012-09-07
OMAPDSS: HDMI: Move GPIO handling to HDMI driver
Tomi Valkeinen
1
-20
/
+55
2012-08-15
OMAPDSS: HDMI: Add locking for hdmi interface set timing functions
Archit Taneja
1
-0
/
+4
2012-08-15
OMAPDSS: HDMI: Use our own omap_video_timings field when setting interface ti...
Archit Taneja
1
-21
/
+14
2012-08-10
OMAPDSS: HDMI: Disable PLL properly in case of error at power_on
Ricardo Neri
1
-1
/
+2
2012-06-29
OMAPDSS: HDMI: Remove custom hdmi_video_timings struct
Archit Taneja
1
-35
/
+206
2012-06-29
OMAPDSS: HDMI: Replace spinlock with mutex in hdmi_check_hpd_state
Jassi Brar
1
-0
/
+1
2012-06-29
OMAPDSS: fix warnings if CONFIG_PM_RUNTIME=n
Tomi Valkeinen
1
-1
/
+1
2012-06-29
OMAPDSS: add clk_prepare_enable and clk_disable_unprepare
Rajendra Nayak
1
-2
/
+2
2012-05-11
OMAPDSS: HDMI: Implement DSS driver interface for audio
Ricardo Neri
1
-0
/
+42
2012-05-11
OMAPDSS: HDMI: Add support for more audio sample rates in N/CTS calculation
Ricardo Neri
1
-14
/
+74
2012-05-11
OMAPDSS: HDMI: Relocate N/CTS calculation
Ricardo Neri
1
-0
/
+42
2012-05-11
OMAPDSS: HDMI: Remove ASoC codec
Ricardo Neri
1
-236
/
+0
2012-05-11
OMAPDSS: HDMI: Split video_enable into video_enable/disable
Ricardo Neri
1
-4
/
+7
2012-05-11
OMAPDSS: HDMI: Split audio_enable into audio_enable/disable
Ricardo Neri
1
-2
/
+2
2012-05-11
OMAPDSS: separate pdata based initialization
Tomi Valkeinen
1
-19
/
+26
2012-05-11
OMAPDSS: init omap_dss_devices internally
Tomi Valkeinen
1
-1
/
+7
2012-05-11
OMAPDSS: interface drivers register their panel devices
Tomi Valkeinen
1
-1
/
+16
2012-05-11
OMAPDSS: add __init & __exit
Tomi Valkeinen
1
-5
/
+5
2012-05-11
OMAPDSS: use platform_driver_probe for dsi/hdmi/rfbi/venc/dpi/sdi
Tomi Valkeinen
1
-2
/
+1
2012-05-11
OMAPDSS: move the creation of debugfs files
Tomi Valkeinen
1
-1
/
+3
2012-05-11
OMAPDSS: remove uses of dss_runtime_get/put
Tomi Valkeinen
1
-32
/
+2
2012-05-11
OMAPDSS: remove return from platform_driver_unreg
Tomi Valkeinen
1
-1
/
+1
2012-05-11
OMAPDSS: clean up the omapdss platform data mess
Tomi Valkeinen
1
-2
/
+0
2012-05-09
OMAPDSS: DPI/HDMI: Apply manager timings even if panel is disabled
Archit Taneja
1
-0
/
+2
2012-05-09
OMAPDSS: Apply manager timings instead of direct DISPC writes
Archit Taneja
1
-1
/
+1
2012-04-23
OMAPDSS: DISPC: Use a common function to set manager timings
Archit Taneja
1
-2
/
+1
2012-03-06
OMAPDSS: HDMI: Add M2 divider while calculating clkout
Mythri P K
1
-8
/
+8
2012-03-06
Merge commit 'v3.3-rc6'
Tomi Valkeinen
1
-1
/
+23
2012-02-23
OMAPDSS: HACK: Ensure DSS clock domain gets out of idle when HDMI is enabled
Archit Taneja
1
-1
/
+23
2012-02-21
OMAPDSS: HDMI: Modify logic to configure MCLK
Ricardo Neri
1
-2
/
+4
2012-02-21
Merge commit 'v3.3-rc4'
Tomi Valkeinen
1
-1
/
+4
2012-01-26
OMAPDSS: HDMI: PHY burnout fix
Tomi Valkeinen
1
-0
/
+3
2012-01-26
OMAPDSS: use sync versions of pm_runtime_put
Tomi Valkeinen
1
-1
/
+1
2012-01-25
OMAPDSS: HDMI: remove duplicate code and mode parameter
Mythri P K
1
-11
/
+7
2012-01-25
OMAPDSS: HDMI: change the timing match logic
Mythri P K
1
-100
/
+76
2012-01-25
OMAPDSS: HDMI: update static timing table
Mythri P K
1
-48
/
+48
2012-01-05
ASoC: OMAP: HDMI: Move HDMI codec trigger function to generic HDMI driver
Ricardo Neri
1
-0
/
+31
2012-01-05
ASoC: OMAP: HDMI: Correct signature of ASoC functions
Ricardo Neri
1
-2
/
+4
2012-01-05
ASoC: OMAP: HDMI: Introduce driver data for audio codec
Ricardo Neri
1
-0
/
+9
2011-12-02
OMAPDSS: check the return value of dss_mgr_enable()
Tomi Valkeinen
1
-1
/
+8
2011-12-02
OMAPDSS: hide manager's enable/disable()
Tomi Valkeinen
1
-3
/
+3
[prev]
[next]