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
/
omapdrm
/
dss
Age
Commit message (
Expand
)
Author
Files
Lines
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
2018-05-07
drm/omap: check return value from soc_device_match
Tomi Valkeinen
1
-1
/
+6
2018-05-07
drm/omap: fix uninitialized ret variable
Tomi Valkeinen
2
-2
/
+2
2018-04-05
drm/omap: fix crash if there's no video PLL
Tomi Valkeinen
1
-7
/
+8
2018-03-14
drm/omap: fix compile error when DPI is disabled
Tomi Valkeinen
1
-1
/
+1
2018-03-14
drm/omap: fix compile error when debugfs is disabled
Tomi Valkeinen
1
-14
/
+12
2018-03-01
drm/omap: cleanup color space conversion
Tomi Valkeinen
1
-15
/
+44
2018-03-01
drm/omap: Allow HDMI audio setup even if we do not have video configured
Jyri Sarha
2
-40
/
+30
2018-03-01
drm/omap: add writeback funcs to dispc_ops
Tomi Valkeinen
3
-25
/
+35
2018-03-01
drm/omap: fix scaling limits for WB
Tomi Valkeinen
1
-4
/
+20
2018-03-01
drm/omap: fix WB height with interlace
Tomi Valkeinen
1
-12
/
+16
2018-03-01
drm/omap: fix WBDELAYCOUNT with interlace
Tomi Valkeinen
1
-5
/
+9
2018-03-01
drm/omap: fix WBDELAYCOUNT for HDMI
Tomi Valkeinen
1
-2
/
+6
[prev]
[next]