index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
/
gpu
/
drm
/
omapdrm
/
dss
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-03
drm/omap: dss: Move connection checks to omapdss_device_(dis)connect
Laurent Pinchart
2
-27
/
+3
2018-09-03
drm/omap: Reverse direction of DSS device (dis)connect operations
Laurent Pinchart
8
-80
/
+142
2018-09-03
drm/omap: dss: Get regulators at probe time
Laurent Pinchart
6
-161
/
+72
2018-09-03
drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()
Laurent Pinchart
8
-39
/
+24
2018-09-03
drm/omap: dss: Add function to retrieve display for an output
Laurent Pinchart
2
-0
/
+10
2018-09-03
drm/omap: dss: Add for_each_dss_output() macro
Laurent Pinchart
2
-9
/
+23
2018-09-03
drm/omap: dss: Acquire next dssdev at probe time
Laurent Pinchart
7
-14
/
+93
2018-09-03
drm/omap: dss: venc: Move initialization code from bind to probe
Laurent Pinchart
1
-44
/
+60
2018-09-03
drm/omap: dss: hdmi5: Move initialization code from bind to probe
Laurent Pinchart
1
-95
/
+110
2018-09-03
drm/omap: dss: hdmi4: Move initialization code from bind to probe
Laurent Pinchart
1
-101
/
+117
2018-09-03
drm/omap: dss: dsi: Move initialization code from bind to probe
Laurent Pinchart
1
-140
/
+161
2018-09-03
drm/omap: dss: Cleanup error paths in output init functions
Laurent Pinchart
6
-28
/
+19
2018-09-03
drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks
Laurent Pinchart
2
-8
/
+8
2018-09-03
drm/omap: dss: Replace omap_dss_device port number with bitmask
Laurent Pinchart
8
-14
/
+17
2018-09-03
drm/omap: dss: Modify omapdss_find_output_from_display() to return channel
Laurent Pinchart
3
-14
/
+10
2018-09-03
drm/omap: dss: Move DSS mgr ops and private data to dss_device
Laurent Pinchart
3
-27
/
+38
2018-09-03
drm/omap: dss: Store dss_device pointer in omap_dss_device
Laurent Pinchart
2
-3
/
+12
2018-09-03
drm/omap: dss: Move and rename omap_dss_(get|put)_device()
Laurent Pinchart
4
-31
/
+27
2018-09-03
drm/omap: dss: Remove panel devices list
Laurent Pinchart
2
-26
/
+0
2018-09-03
drm/omap: dss: Split omapdss_register_display()
Laurent Pinchart
2
-1
/
+6
2018-09-03
drm/omap: dss: Make omap_dss_get_next_device() more generic
Laurent Pinchart
3
-51
/
+56
2018-09-03
drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
Laurent Pinchart
2
-2
/
+2
2018-09-03
drm/omap: dss: Remove output devices list
Laurent Pinchart
9
-46
/
+14
2018-09-03
drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
Laurent Pinchart
3
-39
/
+9
2018-09-03
drm/omap: dsi: Simplify debugfs implementation
Laurent Pinchart
1
-49
/
+14
2018-09-03
drm/omap: dss: Move src and dst check and set to connection handlers
Laurent Pinchart
9
-43
/
+25
2018-09-03
drm/omap: dss: Move debug message and checks to connection handlers
Laurent Pinchart
1
-0
/
+12
2018-09-03
drm/omap: dss: Add functions to connect and disconnect devices
Laurent Pinchart
2
-0
/
+24
2018-09-03
drm/omap: dss: Move common device operations to common structure
Laurent Pinchart
7
-129
/
+68
2018-09-03
drm/omap: dss: Allow looking up any device by port
Laurent Pinchart
4
-16
/
+16
2018-09-03
drm/omap: dss: Rework output lookup by port node
Laurent Pinchart
3
-39
/
+23
2018-09-03
drm/omap: dss: Create and use omapdss_device_is_registered()
Laurent Pinchart
4
-37
/
+19
2018-09-03
drm/omap: dss: Create global list of all omap_dss_device instances
Laurent Pinchart
4
-9
/
+46
2018-09-03
drm/omap: dss: Rename omap_dss_device list field to output_list
Laurent Pinchart
2
-6
/
+6
2018-09-03
drm/omap: dss: Remove omap_dss_device panel fields
Laurent Pinchart
1
-5
/
+0
2018-09-03
drm/omap: displays: Remove videomode from omap_dss_device structure
Laurent Pinchart
1
-2
/
+0
2018-09-03
drm/omap: dss: Constify omap_dss_driver operations structure
Laurent Pinchart
1
-1
/
+1
2018-09-03
drm/omap: dss: Remove unused omapdss_default_get_timings()
Laurent Pinchart
1
-10
/
+0
2018-09-03
drm/omap: dss: Remove DSS encoders get_timings operation
Laurent Pinchart
6
-63
/
+0
2018-09-03
drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations
Laurent Pinchart
2
-47
/
+0
2018-09-03
drm/omap: dss: Handle DPI and SDI port initialization failures
Laurent Pinchart
1
-3
/
+10
2018-09-03
drm/omap: dss: Move platform_device_register from core.c to dss.c probe
Jyri Sarha
3
-24
/
+17
2018-09-03
drm/omap: dss: Gather OMAP DSS components at probe time
Laurent Pinchart
1
-1
/
+2
2018-09-03
drm/omap: dss: Remove display ordering from dss/display.c
Peter Ujfalusi
2
-14
/
+3
2018-09-03
drm/omap: Do dss_device (display) ordering in omap_drv.c
Peter Ujfalusi
2
-0
/
+3
2018-06-28
drm/omap: fix email address
Tomi Valkeinen
9
-10
/
+10
2018-06-28
drm/omap: Implement workaround for DRA7 errata ID:i932
Venkateswara Rao Mandela
3
-10
/
+67
2018-05-24
drm/omap: fix NULL deref crash with SDI displays
Tomi Valkeinen
1
-1
/
+4
2018-05-07
drm/omap: add missing linefeeds to prints
Tomi Valkeinen
1
-7
/
+7
2018-05-07
drm/omap: handle error if scale coefs are not found
Tomi Valkeinen
1
-0
/
+6
[prev]
[next]