index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-03
drm/vc4: use simpler remove_conflicting_framebuffers(NULL)
Michał Mirosław
1
-19
/
+1
2018-09-03
drm/virtio: use simpler remove_conflicting_pci_framebuffers()
Michał Mirosław
1
-21
/
+3
2018-09-03
drm/mgag200: use simpler remove_conflicting_pci_framebuffers()
Michał Mirosław
2
-29
/
+1
2018-09-03
drm/radeon: use simpler remove_conflicting_pci_framebuffers()
Michał Mirosław
1
-22
/
+1
2018-09-03
drm/bochs: use simpler remove_conflicting_pci_framebuffers()
Michał Mirosław
1
-17
/
+1
2018-09-03
drm/cirrus: use simpler remove_conflicting_pci_framebuffers()
Michał Mirosław
1
-22
/
+1
2018-09-03
drm/amdgpu: use simpler remove_conflicting_pci_framebuffers()
Michał Mirosław
1
-23
/
+1
2018-09-03
fbdev: add remove_conflicting_pci_framebuffers()
Michał Mirosław
3
-0
/
+49
2018-09-03
fbdev: add kerneldoc do remove_conflicting_framebuffers()
Michał Mirosław
1
-0
/
+10
2018-09-03
fbdev: allow apertures == NULL in remove_conflicting_framebuffers()
Michał Mirosław
1
-0
/
+14
2018-09-03
fbdev: show fbdev number for debugging
Michał Mirosław
1
-2
/
+2
2018-09-03
regulator: Fix 'do-nothing' value for regulators without suspend state
Marek Szyprowski
3
-6
/
+4
2018-09-03
ASoC: rsnd: fixup not to call clk_get/set under non-atomic
Jiada Wang
3
-6
/
+28
2018-09-03
ALSA: rawmidi: Initialize allocated buffers
Takashi Iwai
1
-2
/
+2
2018-09-03
drm/omap: Don't call .set_timings() operation recursively
Laurent Pinchart
19
-144
/
+8
2018-09-03
drm/omap: Store CRTC timings in .set_timings() operation
Laurent Pinchart
6
-16
/
+12
2018-09-03
drm/omap: venc: Fixup video mode in .check_timings() operation
Laurent Pinchart
1
-15
/
+8
2018-09-03
drm/omap: sdi: Fixup video mode in .check_timings() operation
Laurent Pinchart
1
-15
/
+22
2018-09-03
drm/omap: hdmi: Constify video mode and related pointers
Laurent Pinchart
5
-13
/
+13
2018-09-03
drm/omap: dsi: Fixup video mode in .set_config() operation
Laurent Pinchart
1
-13
/
+14
2018-09-03
drm/omap: dpi: Don't fixup video mode in dpi_set_mode()
Laurent Pinchart
1
-11
/
+1
2018-09-03
drm/omap: Call dispc timings check operation directly
Laurent Pinchart
9
-50
/
+32
2018-09-03
drm/omap: Split mode fixup and mode set from encoder enable
Laurent Pinchart
1
-69
/
+79
2018-09-03
drm/omap: Move bus flag hack to encoder implementation
Laurent Pinchart
2
-47
/
+43
2018-09-03
drm/omap: panels: Don't modify fixed timings
Laurent Pinchart
7
-21
/
+0
2018-09-03
drm/omap: Remove .get_timings() operation from display connectors
Laurent Pinchart
3
-94
/
+0
2018-09-03
drm/omap: Query timing information from analog TV encoder
Laurent Pinchart
2
-9
/
+37
2018-09-03
drm/omap: Don't call .check_timings() operation recursively
Laurent Pinchart
15
-139
/
+32
2018-09-03
drm/omap: Store bus flags in the omap_dss_device structure
Laurent Pinchart
12
-66
/
+79
2018-09-03
drm/omap: Don't store video mode internally for external encoders
Laurent Pinchart
3
-15
/
+0
2018-09-03
drm/omap: Remove unneeded fallback for missing .check_timings()
Laurent Pinchart
2
-38
/
+3
2018-09-03
drm/omap: Remove duplicate calls to .set_timings() operation
Laurent Pinchart
13
-28
/
+0
2018-09-03
drm/omap: Make the video_mode pointer to .set_timings() const
Laurent Pinchart
19
-19
/
+19
2018-09-03
drm/omap: encoder-tfp410: Don't fix timings in .set_timings() handler
Laurent Pinchart
1
-2
/
+0
2018-09-03
drm/omap: dss: hdmi: Rename hdmi_display_(set|check)_timing() functions
Laurent Pinchart
2
-12
/
+12
2018-09-03
drm/omap: Determine connector type directly in omap_connector.c
Laurent Pinchart
3
-30
/
+31
2018-09-03
drm/omap: Pass both output and display omap_dss_device to connector init
Laurent Pinchart
3
-16
/
+21
2018-09-03
drm/omap: Don't call HDMI mode and infoframe operations recursively
Laurent Pinchart
3
-42
/
+1
2018-09-03
drm/omap: Pass both output and display omap_dss_device to encoder init
Laurent Pinchart
3
-9
/
+13
2018-09-03
drm/omap: Get from CRTC to display device directly
Laurent Pinchart
3
-31
/
+4
2018-09-03
drm/omap: Don't call EDID read operation recursively
Laurent Pinchart
6
-77
/
+65
2018-09-03
drm/omap: Move HPD disconnection handling to omap_connector
Laurent Pinchart
3
-18
/
+29
2018-09-03
drm/omap: Merge HPD enable operation with HPD callback registration
Laurent Pinchart
7
-97
/
+35
2018-09-03
drm/omap: Remove unneeded safety checks in the HPD operations
Laurent Pinchart
5
-40
/
+14
2018-09-03
drm/omap: Don't call HPD registration operations recursively
Laurent Pinchart
4
-69
/
+88
2018-09-03
drm/omap: Don't call .detect() operation recursively
Laurent Pinchart
4
-18
/
+30
2018-09-03
drm/omap: dss: Add device operations flags
Laurent Pinchart
1
-0
/
+13
2018-09-03
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
21
-137
/
+106
2018-09-03
drm/omap: panel-tpo-td043mtea1: Convert to the GPIO descriptors API
Laurent Pinchart
1
-38
/
+14
2018-09-03
drm/omap: panel-tpo-td028ttec1: Drop unneeded linux/gpio.h header
Laurent Pinchart
1
-1
/
+0
[prev]
[next]