index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-01-24
drm: Split out drm_probe_helper.h
Daniel Vetter
6
-6
/
+4
2019-01-14
drm: move drm_can_sleep() to drm_util.h
Sam Ravnborg
1
-0
/
+1
2019-01-11
Merge drm/drm-next into drm-misc-next
Maxime Ripard
4
-36
/
+45
2019-01-10
drm/edid: Pass connector to AVI infoframe functions
Ville Syrjälä
1
-2
/
+2
2019-01-09
drm: omapdrm: Cleanup drm_display_mode print str
Shayenne Moura
2
-13
/
+4
2018-12-03
drm/omap: fix incorrect union usage
Sebastian Reichel
1
-25
/
+33
2018-12-03
drm/omap: populate DSI platform bus earlier
Sebastian Reichel
1
-10
/
+10
2018-12-03
drm/omap: fix bus_flags for panel-dpi
Tomi Valkeinen
2
-1
/
+2
2018-11-12
drm/omap: dsi: Fix missing of_platform_depopulate()
Tony Lindgren
1
-2
/
+6
2018-11-12
drm/omap: Move DISPC runtime PM handling to omapdrm
Laurent Pinchart
5
-68
/
+6
2018-11-12
drm/omap: dsi: Ensure the device is active during probe
Laurent Pinchart
1
-2
/
+5
2018-11-12
drm/omap: hdmi4: Ensure the device is active during bind
Laurent Pinchart
1
-1
/
+9
2018-11-12
drm/omap: Populate DSS children in omapdss driver
Laurent Pinchart
1
-1
/
+10
2018-10-02
drm/omap: fix use of freed memory
Tomi Valkeinen
1
-1
/
+2
2018-10-02
drm/omap: Replace drm_dev_unref with drm_dev_put
Thomas Zimmermann
1
-2
/
+2
2018-10-02
drm/omap: Replace drm_gem_object_unreference_unlocked with put function
Thomas Zimmermann
4
-5
/
+5
2018-10-02
drm/omap: Replace drm_gem_object_{un/reference} with put,get functions
Thomas Zimmermann
1
-1
/
+1
2018-10-02
drm/omap: Substitute format_is_yuv() with format->is_yuv
Ayan Kumar Halder
1
-16
/
+10
2018-10-02
drm/omap: partial workaround for DRA7xx DMM errata i878
Tomi Valkeinen
2
-2
/
+154
2018-10-02
drm/omap: dmm_tiler: Fix interrupt request/free sequence during probe/remove
Peter Ujfalusi
1
-20
/
+22
2018-10-02
drm/omap: dmm_tiler: No need to check if irq is valid in omap_dmm_remove
Peter Ujfalusi
1
-2
/
+1
2018-10-02
drm/omap: fix memory barrier bug in DMM driver
Tomi Valkeinen
1
-0
/
+11
2018-10-02
drm/omap: remove set but not used variable 'frame_height'
YueHaibing
1
-6
/
+3
2018-10-02
drm/omap: Use ERR_CAST directly instead of ERR_PTR(PTR_ERR())
zhong jiang
1
-1
/
+1
2018-10-02
drm/omap: remove unused header tcm-sita.h
Corentin Labbe
1
-93
/
+0
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
[next]