index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_drv.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-12-19
drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs
Laurent Pinchart
1
-1
/
+2
2016-12-19
drm: omapdrm: Handle FIFO underflow IRQs internally
Laurent Pinchart
1
-2
/
+2
2016-12-08
drm/omap: fix primary-plane's possible_crtcs
Tomi Valkeinen
1
-5
/
+12
2016-10-21
drm/omap: Use per-plane rotation property
Ville Syrjälä
1
-27
/
+25
2016-10-21
drm/omap: Set rotation property initial value to BIT(DRM_ROTATE_0) insted of 0
Ville Syrjälä
1
-2
/
+4
2016-10-17
drm: Add reference counting to drm_atomic_state
Chris Wilson
1
-1
/
+2
2016-08-29
drm/atomic-helper: Add NO_DISABLE_AFTER_MODESET flag support for plane commit
Liu Ying
1
-1
/
+1
2016-08-08
drm: BIT(DRM_ROTATE_?) -> DRM_ROTATE_?
Joonas Lahtinen
1
-3
/
+3
2016-06-21
drm: Lobotomize set_busid nonsense for !pci drivers
Daniel Vetter
1
-1
/
+0
2016-06-10
drm/atomic-helper: Massage swap_state signature somewhat
Daniel Vetter
1
-1
/
+1
2016-06-09
Merge tag 'omapdrm-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...
Dave Airlie
1
-0
/
+2
2016-06-06
drm: omapdrm: add DSI mapping
Sebastian Reichel
1
-0
/
+2
2016-06-02
drm/omap: Use for_each_plane_in_state
Daniel Vetter
1
-6
/
+5
2016-05-17
drm: Remove unused drm_device from drm_gem_object_lookup()
Chris Wilson
1
-3
/
+3
2016-05-02
drm/omapdrm: Rename async to nonblock.
Maarten Lankhorst
1
-2
/
+2
2016-03-05
Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...
Dave Airlie
1
-3
/
+49
2016-03-03
drm/omap: remove use of omapdss_find_mgr_from_display()
Tomi Valkeinen
1
-3
/
+5
2016-03-03
drm/omap: fix suspend/resume handling
Tomi Valkeinen
1
-0
/
+44
2016-02-08
drm/omap: Nuke close hooks
Daniel Vetter
1
-42
/
+0
2015-12-31
drm/omap: set DRIVER_ATOMIC for omapdrm
Tomi Valkeinen
1
-1
/
+2
2015-12-31
drm: omapdrm: gem: Mask out private flags passed from userspace
Laurent Pinchart
1
-3
/
+8
2015-12-31
drm: omapdrm: Make fbdev emulation optional
Laurent Pinchart
1
-4
/
+0
2015-12-31
drm/omap: Use platform_register/unregister_drivers()
Thierry Reding
1
-19
/
+7
2015-10-16
drm/<drivers>: Drop DRM_UNLOCKED from modeset drivers
Daniel Vetter
1
-6
/
+6
2015-10-07
drm: Stop using drm_vblank_count() as the hw frame counter
Ville Syrjälä
1
-1
/
+1
2015-09-24
drm: Spell vga_switcheroo consistently
Lukas Wunner
1
-1
/
+1
2015-09-08
drm/atomic-helper: Add option to update planes only on active crtc
Daniel Vetter
1
-1
/
+1
2015-06-12
drm: omapdrm: new vblank and event handling
Tomi Valkeinen
1
-1
/
+21
2015-06-12
drm: omapdrm: Simplify DSS power management
Laurent Pinchart
1
-0
/
+4
2015-06-12
drm: omapdrm: Support unlinking page flip events prematurely
Laurent Pinchart
1
-3
/
+27
2015-06-12
drm: omapdrm: Implement asynchronous commit support
Laurent Pinchart
1
-1
/
+112
2015-06-12
drm: omapdrm: Switch plane update to atomic helpers
Laurent Pinchart
1
-0
/
+3
2015-06-12
drm: omapdrm: Wire up atomic state object scaffolding
Laurent Pinchart
1
-0
/
+2
2015-06-12
drm: omapdrm: Clean up #include's
Laurent Pinchart
1
-3
/
+3
2015-06-12
drm: omapdrm: Turn vblank on/off when enabling/disabling CRTC
Laurent Pinchart
1
-0
/
+5
2015-06-12
drm: omapdrm: Cancel pending page flips when closing device
Laurent Pinchart
1
-0
/
+6
2015-06-12
drm: omapdrm: Simplify IRQ registration
Laurent Pinchart
1
-6
/
+1
2015-06-12
drm: omapdrm: Apply settings synchronously
Laurent Pinchart
1
-5
/
+0
2015-06-12
drm: omapdrm: Store the rotation property in dev->mode_config
Laurent Pinchart
1
-3
/
+28
2015-03-24
drm/omap: add hibernation callbacks
Grygorii Strashko
1
-8
/
+3
2015-03-24
drm/omap: fix race condition with dev->obj_list
Tomi Valkeinen
1
-0
/
+1
2015-03-24
drm/omap: stop connector polling during suspend
Tomi Valkeinen
1
-1
/
+20
2015-03-24
drm/omap: remove dummy PM functions
Tomi Valkeinen
1
-20
/
+0
2015-03-24
drm/omap: fix operation without fbdev
Tomi Valkeinen
1
-4
/
+7
2015-03-24
drm/omap: fix encoder-crtc mapping
Tomi Valkeinen
1
-4
/
+3
2015-03-20
drm: omapdrm: Switch to the universal plane API
Laurent Pinchart
1
-2
/
+2
2015-03-20
drm: omapdrm: Refactor CRTC creation code
Laurent Pinchart
1
-32
/
+44
2015-03-20
drm: omapdrm: Fix indentation of structure and array initializers
Laurent Pinchart
1
-53
/
+53
2014-10-20
gpu: drm: omapdrm: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-09-10
drm: add driver->set_busid() callback
David Herrmann
1
-0
/
+1
[next]