index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/omap: Store CRTC lookup by channel table in omap_drm_private
Laurent Pinchart
2018-09-03
3
-13
/
+29
*
drm/omap: Pass pipe pointer to omap_crtc_init()
Laurent Pinchart
2018-09-03
5
-15
/
+8
*
drm/omap: dss: Merge two disconnection helpers
Laurent Pinchart
2018-09-03
9
-28
/
+2
*
drm/omap: dss: Move display type validation to initialization time
Laurent Pinchart
2018-09-03
8
-98
/
+72
*
drm/omap: dss: Move connection checks to omapdss_device_(dis)connect
Laurent Pinchart
2018-09-03
2
-27
/
+3
*
drm/omap: Reverse direction of DSS device (dis)connect operations
Laurent Pinchart
2018-09-03
24
-432
/
+239
*
drm/omap: Group CRTC, encoder, connector and dssdev in a structure
Laurent Pinchart
2018-09-03
5
-92
/
+84
*
drm/omap: Create all planes before CRTCs
Laurent Pinchart
2018-09-03
1
-26
/
+19
*
drm/omap: Remove unneeded variable assignments in omap_modeset_init
Laurent Pinchart
2018-09-03
1
-13
/
+5
*
drm/omap: dss: Get regulators at probe time
Laurent Pinchart
2018-09-03
6
-161
/
+72
*
drm/omap: dss: Remove duplicated parameter to dss_mgr_(dis)connect()
Laurent Pinchart
2018-09-03
8
-39
/
+24
*
drm/omap: dss: Add function to retrieve display for an output
Laurent Pinchart
2018-09-03
2
-0
/
+10
*
drm/omap: dss: Add for_each_dss_output() macro
Laurent Pinchart
2018-09-03
2
-9
/
+23
*
drm/omap: dss: Acquire next dssdev at probe time
Laurent Pinchart
2018-09-03
10
-14
/
+120
*
drm/omap: dss: venc: Move initialization code from bind to probe
Laurent Pinchart
2018-09-03
1
-44
/
+60
*
drm/omap: dss: hdmi5: Move initialization code from bind to probe
Laurent Pinchart
2018-09-03
1
-95
/
+110
*
drm/omap: dss: hdmi4: Move initialization code from bind to probe
Laurent Pinchart
2018-09-03
1
-101
/
+117
*
drm/omap: dss: dsi: Move initialization code from bind to probe
Laurent Pinchart
2018-09-03
1
-140
/
+161
*
drm/omap: dss: Cleanup error paths in output init functions
Laurent Pinchart
2018-09-03
6
-28
/
+19
*
drm/omap: displays: Don't cast dssdev to panel data unnecessarily
Laurent Pinchart
2018-09-03
2
-6
/
+4
*
drm/omap: dss: Extend omapdss_of_find_source_for_first_ep() to sinks
Laurent Pinchart
2018-09-03
16
-44
/
+44
*
drm/omap: dss: Replace omap_dss_device port number with bitmask
Laurent Pinchart
2018-09-03
22
-16
/
+31
*
drm/omap: dss: Modify omapdss_find_output_from_display() to return channel
Laurent Pinchart
2018-09-03
4
-18
/
+11
*
drm/omap: dss: Move DSS mgr ops and private data to dss_device
Laurent Pinchart
2018-09-03
6
-33
/
+44
*
drm/omap: dss: Store dss_device pointer in omap_dss_device
Laurent Pinchart
2018-09-03
17
-18
/
+27
*
drm/omap: dss: Move and rename omap_dss_(get|put)_device()
Laurent Pinchart
2018-09-03
21
-66
/
+62
*
drm/omap: dss: Remove panel devices list
Laurent Pinchart
2018-09-03
13
-123
/
+31
*
drm/omap: dss: Split omapdss_register_display()
Laurent Pinchart
2018-09-03
13
-1
/
+17
*
drm/omap: dss: Make omap_dss_get_next_device() more generic
Laurent Pinchart
2018-09-03
3
-51
/
+56
*
drm/omap: dss: Rename for_each_dss_dev macro to for_each_dss_display
Laurent Pinchart
2018-09-03
3
-4
/
+4
*
drm/omap: dss: Remove output devices list
Laurent Pinchart
2018-09-03
12
-65
/
+20
*
drm/omap: Move DSI debugfs clocks dump to dsi%u_clks files
Laurent Pinchart
2018-09-03
3
-39
/
+9
*
drm/omap: dsi: Simplify debugfs implementation
Laurent Pinchart
2018-09-03
1
-49
/
+14
*
drm/omap: displays: Remove input omap_dss_device from panel data
Laurent Pinchart
2018-09-03
14
-447
/
+362
*
drm/omap: dss: Move src and dst check and set to connection handlers
Laurent Pinchart
2018-09-03
12
-74
/
+25
*
drm/omap: displays: Don't call disconnect handlers directly
Laurent Pinchart
2018-09-03
14
-14
/
+14
*
drm/omap: dss: Move debug message and checks to connection handlers
Laurent Pinchart
2018-09-03
14
-92
/
+12
*
drm/omap: dss: Add functions to connect and disconnect devices
Laurent Pinchart
2018-09-03
17
-31
/
+55
*
drm/omap: dss: Move common device operations to common structure
Laurent Pinchart
2018-09-03
21
-321
/
+256
*
drm/omap: dss: Allow looking up any device by port
Laurent Pinchart
2018-09-03
4
-16
/
+16
*
drm/omap: dss: Rework output lookup by port node
Laurent Pinchart
2018-09-03
3
-39
/
+23
*
drm/omap: dss: Create and use omapdss_device_is_registered()
Laurent Pinchart
2018-09-03
4
-37
/
+19
*
drm/omap: dss: Create global list of all omap_dss_device instances
Laurent Pinchart
2018-09-03
4
-9
/
+46
*
drm/omap: dss: Rename omap_dss_device list field to output_list
Laurent Pinchart
2018-09-03
2
-6
/
+6
*
drm/omap: dss: Remove omap_dss_device panel fields
Laurent Pinchart
2018-09-03
2
-6
/
+0
*
drm/omap: displays: Remove videomode from omap_dss_device structure
Laurent Pinchart
2018-09-03
15
-30
/
+3
*
drm/omap: dss: Constify omap_dss_driver operations structure
Laurent Pinchart
2018-09-03
14
-18
/
+18
*
drm/omap: dss: Remove unused omapdss_default_get_timings()
Laurent Pinchart
2018-09-03
1
-10
/
+0
*
drm/omap: dss: Remove DSS encoders get_timings operation
Laurent Pinchart
2018-09-03
9
-92
/
+0
*
drm/omap: dss: Remove omapdss_atv_ops get_wss and set_wss operations
Laurent Pinchart
2018-09-03
3
-66
/
+0
[next]