index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-16
Merge tag 'topic/drm-misc-2016-03-14' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-8
/
+0
2016-03-05
Merge tag 'omapdrm-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tomb...
Dave Airlie
1
-49
/
+70
2016-03-04
drm/omapdrm: removed optional dummy crtc mode_fixup function.
Carlos Palminha
1
-8
/
+0
2016-03-03
drm/omap: remove last uses of omap_overlay_manager
Tomi Valkeinen
1
-10
/
+0
2016-03-03
drm/omap: add dispc_channel_connected field to omap_dss_device
Tomi Valkeinen
1
-0
/
+2
2016-03-03
drm/omap: convert dss_mgr_ops to use omap_channel
Tomi Valkeinen
1
-17
/
+21
2016-03-03
drm/omap: remove crtc->mgr field
Tomi Valkeinen
1
-13
/
+7
2016-03-03
drm/omap: Add dispc_mgr_get_supported_outputs()
Tomi Valkeinen
1
-1
/
+1
2016-03-03
drm/omap: fix crtc->plane property delegation
Tomi Valkeinen
1
-18
/
+40
2016-03-03
drm/omap: increase vblank wait timeout
Tomi Valkeinen
1
-1
/
+5
2016-03-03
drm/omap: drm_atomic_get_plane_state() may return ERR_PTR
Jyri Sarha
1
-2
/
+2
2016-03-03
drm/omap: HDMI: change enable/disable to avoid sync-losts
Tomi Valkeinen
1
-0
/
+5
2016-02-08
drm/omap: Nuke close hooks
Daniel Vetter
1
-12
/
+1
2015-12-11
drm: Pass 'name' to drm_crtc_init_with_planes()
Ville Syrjälä
1
-1
/
+1
2015-10-19
drm: Check crtc viewport correctly with rotated primary plane on atomic drivers
Ville Syrjälä
1
-3
/
+0
2015-08-06
drm/omap: Fixup compile fail
Daniel Vetter
1
-2
/
+4
2015-06-12
drm: omapdrm: new vblank and event handling
Tomi Valkeinen
1
-75
/
+48
2015-06-12
drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush
Tomi Valkeinen
1
-21
/
+14
2015-06-12
drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()
Laurent Pinchart
1
-20
/
+0
2015-06-12
drm: omapdrm: Don't flush CRTC when enabling or disabling it
Laurent Pinchart
1
-4
/
+0
2015-06-12
drm: omapdrm: Move encoder setup to encoder operations
Laurent Pinchart
1
-36
/
+2
2015-06-12
drm: omapdrm: Simplify DSS power management
Laurent Pinchart
1
-11
/
+0
2015-06-12
drm: omapdrm: Remove nested PM get/sync when configuring encoders
Laurent Pinchart
1
-4
/
+0
2015-06-12
drm: omapdrm: Support unlinking page flip events prematurely
Laurent Pinchart
1
-25
/
+11
2015-06-12
drm: omapdrm: omap_crtc_flush() isn't called with modeset locked
Laurent Pinchart
1
-1
/
+0
2015-06-12
drm: omapdrm: Don't get/put dispc in omap_crtc_flush()
Laurent Pinchart
1
-4
/
+0
2015-06-12
drm: omapdrm: Make the omap_crtc_flush function static
Laurent Pinchart
1
-1
/
+1
2015-06-12
drm: omapdrm: Remove omap_plane enabled field
Laurent Pinchart
1
-4
/
+7
2015-06-12
drm: omapdrm: Remove omap_crtc enabled field
Laurent Pinchart
1
-23
/
+9
2015-06-12
drm: omapdrm: Move crtc info out of the crtc structure
Laurent Pinchart
1
-10
/
+8
2015-06-12
drm: omapdrm: Switch crtc and plane set_property to atomic helpers
Laurent Pinchart
1
-8
/
+37
2015-06-12
drm: omapdrm: Drop manual framebuffer pin handling
Laurent Pinchart
1
-35
/
+0
2015-06-12
drm: omapdrm: Switch page flip to atomic helpers
Laurent Pinchart
1
-183
/
+41
2015-06-12
drm: omapdrm: Switch connector DPMS to atomic helpers
Laurent Pinchart
1
-14
/
+0
2015-06-12
drm: omapdrm: Switch mode config to atomic helpers
Laurent Pinchart
1
-36
/
+1
2015-06-12
drm: omapdrm: Handle primary plane config through atomic plane ops
Laurent Pinchart
1
-42
/
+27
2015-06-12
drm: omapdrm: Implement planes atomic operations
Laurent Pinchart
1
-0
/
+14
2015-06-12
drm: omapdrm: Wire up atomic state object scaffolding
Laurent Pinchart
1
-0
/
+6
2015-06-12
drm: omapdrm: Rework CRTC enable/disable for atomic updates
Laurent Pinchart
1
-24
/
+59
2015-06-12
drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefix
Laurent Pinchart
1
-18
/
+18
2015-06-12
drm: omapdrm: Clean up #include's
Laurent Pinchart
1
-4
/
+4
2015-06-12
drm: omapdrm: Fix page flip race with CRTC disable
Laurent Pinchart
1
-5
/
+19
2015-06-12
drm: omapdrm: Turn vblank on/off when enabling/disabling CRTC
Laurent Pinchart
1
-4
/
+74
2015-06-12
drm: omapdrm: Rework page flip handling
Laurent Pinchart
1
-20
/
+64
2015-06-12
drm: omapdrm: Cancel pending page flips when closing device
Laurent Pinchart
1
-1
/
+20
2015-06-12
drm: omapdrm: Rename omap_crtc page flip-related fields
Laurent Pinchart
1
-21
/
+26
2015-06-12
drm: omapdrm: Rename omap_crtc_page_flip_locked to omap_crtc_page_flip
Laurent Pinchart
1
-5
/
+5
2015-06-12
drm: omapdrm: Apply settings synchronously
Laurent Pinchart
1
-170
/
+99
2015-06-12
drm: omapdrm: Store the rotation property in dev->mode_config
Laurent Pinchart
1
-3
/
+1
2015-03-24
drm/omap: keep ref to old_fb
Tomi Valkeinen
1
-0
/
+7
[next]