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
/
omap_crtc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-09-03
drm/omap: Move bus flag hack to encoder implementation
Laurent Pinchart
1
-41
/
+1
2018-09-03
drm/omap: Store bus flags in the omap_dss_device structure
Laurent Pinchart
1
-11
/
+31
2018-09-03
drm/omap: Get from CRTC to display device directly
Laurent Pinchart
1
-21
/
+4
2018-09-03
drm/omap: Move most omap_dss_driver operations to omap_dss_device_ops
Laurent Pinchart
1
-1
/
+1
2018-09-03
drm/omap: dss: Remove the dss_mgr_(dis)connect() operations
Laurent Pinchart
1
-15
/
+0
2018-09-03
drm/omap: Set dispc_channel_connect from DSS output connect handlers
Laurent Pinchart
1
-3
/
+0
2018-09-03
drm/omap: Remove supported output check in CRTC connect handler
Laurent Pinchart
1
-6
/
+0
2018-09-03
drm/omap: Remove omap_crtc_output global array
Laurent Pinchart
1
-9
/
+3
2018-09-03
drm/omap: Store CRTC lookup by channel table in omap_drm_private
Laurent Pinchart
1
-13
/
+9
2018-09-03
drm/omap: Pass pipe pointer to omap_crtc_init()
Laurent Pinchart
1
-3
/
+4
2018-09-03
drm/omap: Group CRTC, encoder, connector and dssdev in a structure
Laurent Pinchart
1
-2
/
+2
2018-09-03
drm/omap: dss: Modify omapdss_find_output_from_display() to return channel
Laurent Pinchart
1
-4
/
+1
2018-09-03
drm/omap: dss: Move DSS mgr ops and private data to dss_device
Laurent Pinchart
1
-3
/
+3
2018-09-03
drm/omap: dss: Move and rename omap_dss_(get|put)_device()
Laurent Pinchart
1
-1
/
+1
2018-03-01
drm: omapdrm: dispc: Pass DISPC pointer to dispc_ops operations
Laurent Pinchart
1
-12
/
+19
2018-03-01
drm: omapdrm: dss: Store dispc ops in dss_device structure
Laurent Pinchart
1
-3
/
+1
2018-03-01
drm: omapdrm: dss: Pass omap_drm_private pointer to dss_mgr_ops
Laurent Pinchart
1
-13
/
+18
2018-03-01
drm: omapdrm: Use kernel integer types
Laurent Pinchart
1
-6
/
+6
2017-12-19
drm: omapdrm: Remove filename from header and fix copyright tag
Andrew F. Davis
1
-3
/
+1
2017-12-19
drm/omap: Filter displays mode based on bandwidth limit
Peter Ujfalusi
1
-0
/
+37
2017-08-16
drm/omap: Potential NULL deref in omap_crtc_duplicate_state()
Dan Carpenter
1
-2
/
+4
2017-08-08
drm: Nuke drm_atomic_helper_crtc_set_property
Daniel Vetter
1
-1
/
+0
2017-08-08
drm/omap: Rework the rotation-on-crtc hack
Maarten Lankhorst
1
-39
/
+85
2017-06-30
drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()
Laurent Pinchart
1
-2
/
+3
2017-06-30
drm: Add old state pointer to CRTC .enable() helper function
Laurent Pinchart
1
-2
/
+3
2017-06-02
drm: omapdrm: Handle events when enabling/disabling CRTCs
Laurent Pinchart
1
-8
/
+22
2017-04-03
drm/omap: Major omap_modeset_init() cleanup
Jyri Sarha
1
-3
/
+17
2017-04-03
drm/omap: fix display SYNC/DE flags
Tomi Valkeinen
1
-3
/
+37
2017-04-03
drm/omap: use dispc_ops
Tomi Valkeinen
1
-13
/
+23
2017-04-03
drm/omap: refactor CRTC HW property setup
Tomi Valkeinen
1
-8
/
+17
2017-02-26
Merge airlied/drm-next into drm-misc-next
Daniel Vetter
1
-7
/
+1
2017-02-16
Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"
Jyri Sarha
1
-7
/
+1
2017-02-08
drm/omap: use vblank hooks in struct drm_crtc_funcs
Tomi Valkeinen
1
-0
/
+2
2016-12-19
drm: omapdrm: Inline the pipe2vbl function
Laurent Pinchart
1
-7
/
+0
2016-12-19
drm: omapdrm: Keep vblank interrupt enabled while CRTC is active
Laurent Pinchart
1
-46
/
+33
2016-12-19
drm: omapdrm: Use a spinlock to protect the CRTC pending flag
Laurent Pinchart
1
-11
/
+22
2016-12-19
drm: omapdrm: Prevent processing the same event multiple times
Laurent Pinchart
1
-8
/
+15
2016-12-19
drm: omapdrm: Check the CRTC software state at enable/disable time
Laurent Pinchart
1
-3
/
+3
2016-12-19
drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs
Laurent Pinchart
1
-1
/
+7
2016-12-19
drm: omapdrm: Replace DSS manager state check with omapdrm CRTC state
Laurent Pinchart
1
-9
/
+13
2016-12-19
drm: omapdrm: Handle CRTC error IRQs directly
Laurent Pinchart
1
-10
/
+2
2016-11-02
drm/omap: Use consistent name for struct videomode
Peter Ujfalusi
1
-9
/
+9
2016-11-02
drm/omap: Replace struct omap_video_timings with videomode
Peter Ujfalusi
1
-4
/
+7
2016-11-02
drm/omapdrm: Remove double gamma table write in omap_crtc_atomic_flush()
Jyri Sarha
1
-13
/
+0
2016-10-21
drm/omap: Use per-plane rotation property
Ville Syrjälä
1
-8
/
+5
2016-06-07
drm/omapdrm: Implement gamma_lut atomic crtc properties
Jyri Sarha
1
-0
/
+56
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
[next]