Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
49239503a364bf09845d03536b28ea434b92184d
/
drivers
/
gpu
/
drm
/
omapdrm
/
omap_crtc.c
4923950
drm/omap: add dispc_channel_connected field to omap_dss_device
by Tomi Valkeinen
· 9 years ago
e5cbb6e
drm/omap: convert dss_mgr_ops to use omap_channel
by Tomi Valkeinen
· 9 years ago
3a92413
drm/omap: remove crtc->mgr field
by Tomi Valkeinen
· 9 years ago
7b9cb5e
drm/omap: Add dispc_mgr_get_supported_outputs()
by Tomi Valkeinen
· 9 years ago
6bdad6c
drm/omap: fix crtc->plane property delegation
by Tomi Valkeinen
· 9 years ago
61f3c40
drm/omap: increase vblank wait timeout
by Tomi Valkeinen
· 9 years ago
a7696ea
drm/omap: drm_atomic_get_plane_state() may return ERR_PTR
by Jyri Sarha
· 9 years ago
4e4b53c
drm/omap: HDMI: change enable/disable to avoid sync-losts
by Tomi Valkeinen
· 10 years ago
f988287
drm: Pass 'name' to drm_crtc_init_with_planes()
by Ville Syrjälä
· 9 years ago
33e0be6
drm: Check crtc viewport correctly with rotated primary plane on atomic drivers
by Ville Syrjälä
· 9 years ago
c201d00
drm/omap: Fixup compile fail
by Daniel Vetter
· 9 years ago
5f741b3
drm: omapdrm: new vblank and event handling
by Tomi Valkeinen
· 10 years ago
6646dfd
drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush
by Tomi Valkeinen
· 10 years ago
0dce4d7
drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()
by Laurent Pinchart
· 10 years ago
af6da31
drm: omapdrm: Don't flush CRTC when enabling or disabling it
by Laurent Pinchart
· 10 years ago
4029755
drm: omapdrm: Move encoder setup to encoder operations
by Laurent Pinchart
· 10 years ago
69fb7c8
drm: omapdrm: Simplify DSS power management
by Laurent Pinchart
· 10 years ago
fd93a25
drm: omapdrm: Remove nested PM get/sync when configuring encoders
by Laurent Pinchart
· 10 years ago
1cfe19a
drm: omapdrm: Support unlinking page flip events prematurely
by Laurent Pinchart
· 10 years ago
55613ac
drm: omapdrm: omap_crtc_flush() isn't called with modeset locked
by Laurent Pinchart
· 10 years ago
0193f0c
drm: omapdrm: Don't get/put dispc in omap_crtc_flush()
by Laurent Pinchart
· 10 years ago
bec10a2
drm: omapdrm: Make the omap_crtc_flush function static
by Laurent Pinchart
· 10 years ago
edc7255
drm: omapdrm: Remove omap_plane enabled field
by Laurent Pinchart
· 10 years ago
6cca481
drm: omapdrm: Remove omap_crtc enabled field
by Laurent Pinchart
· 10 years ago
dee8260
drm: omapdrm: Move crtc info out of the crtc structure
by Laurent Pinchart
· 10 years ago
afc3493
drm: omapdrm: Switch crtc and plane set_property to atomic helpers
by Laurent Pinchart
· 10 years ago
9d29c1f2
drm: omapdrm: Drop manual framebuffer pin handling
by Laurent Pinchart
· 10 years ago
fa16d26
drm: omapdrm: Switch page flip to atomic helpers
by Laurent Pinchart
· 10 years ago
aea3cab
drm: omapdrm: Switch connector DPMS to atomic helpers
by Laurent Pinchart
· 10 years ago
9416c9d
drm: omapdrm: Switch mode config to atomic helpers
by Laurent Pinchart
· 10 years ago
f7a73b6
drm: omapdrm: Handle primary plane config through atomic plane ops
by Laurent Pinchart
· 10 years ago
de8e410
drm: omapdrm: Implement planes atomic operations
by Laurent Pinchart
· 10 years ago
69a1226
drm: omapdrm: Wire up atomic state object scaffolding
by Laurent Pinchart
· 10 years ago
f1d57fb
drm: omapdrm: Rework CRTC enable/disable for atomic updates
by Laurent Pinchart
· 10 years ago
4343f0f
drm: omapdrm: Rename CRTC DSS operations with an omap_crtc_dss_ prefix
by Laurent Pinchart
· 10 years ago
2d278f5
drm: omapdrm: Clean up #include's
by Laurent Pinchart
· 10 years ago
0c19ac9
drm: omapdrm: Fix page flip race with CRTC disable
by Laurent Pinchart
· 10 years ago
c397cfd
drm: omapdrm: Turn vblank on/off when enabling/disabling CRTC
by Laurent Pinchart
· 10 years ago
15d02e9
drm: omapdrm: Rework page flip handling
by Laurent Pinchart
· 10 years ago
1d5e5ea
drm: omapdrm: Cancel pending page flips when closing device
by Laurent Pinchart
· 10 years ago
42fb61c
drm: omapdrm: Rename omap_crtc page flip-related fields
by Laurent Pinchart
· 10 years ago
077db4d
drm: omapdrm: Rename omap_crtc_page_flip_locked to omap_crtc_page_flip
by Laurent Pinchart
· 10 years ago
a42133a
drm: omapdrm: Apply settings synchronously
by Laurent Pinchart
· 10 years ago
e2cd09b
drm: omapdrm: Store the rotation property in dev->mode_config
by Laurent Pinchart
· 10 years ago
223bfd6
drm/omap: keep ref to old_fb
by Tomi Valkeinen
· 10 years ago
ef42228
drm/omap: only ignore DIGIT SYNC LOST for TV output
by Tomi Valkeinen
· 10 years ago
a36af73
drm/omap: fix race with error_irq
by Tomi Valkeinen
· 10 years ago
3b143fc
drm/omap: use DRM_ERROR_RATELIMITED() for error irqs
by Tomi Valkeinen
· 10 years ago
549a754
drm/omap: page_flip: return -EBUSY if flip pending
by Tomi Valkeinen
· 10 years ago
971fb3e
drm: omapdrm: Reorder CRTC functions
by Laurent Pinchart
· 10 years ago
a350da8
drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()
by Laurent Pinchart
· 10 years ago
8472b57
drm: omapdrm: Avoid function forward declaration in omap_crtc.c
by Laurent Pinchart
· 10 years ago
297767b
drm: omapdrm: Remove omap_crtc->full_update field
by Laurent Pinchart
· 10 years ago
5dbe443
drm: omapdrm: Fix race condition between GO and vblank IRQ
by Laurent Pinchart
· 10 years ago
2debab9
drm: omapdrm: Rename omap_plane_dpms() to omap_plane_set_enable()
by Laurent Pinchart
· 10 years ago
ef6b0e0
drm: omapdrm: Switch to the universal plane API
by Laurent Pinchart
· 10 years ago
222025e
drm: omapdrm: Fix indentation of structure and array initializers
by Laurent Pinchart
· 10 years ago
3cb9ae4
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
by Daniel Vetter
· 10 years ago
51fd371
drm: convert crtc and connection_mutex to ww_mutex (v5)
by Rob Clark
· 11 years ago
38e5597
drm/omap: protect omap_crtc's event with event_lock spinlock
by Archit Taneja
· 11 years ago
bc905ac
drm/omap: Use old_fb to synchronize between successive page flips
by Archit Taneja
· 11 years ago
71b6667
drm/omap: Fix crash when using LCD3 overlay manager
by Archit Taneja
· 11 years ago
772cdc9
drm/omap: remove extra plane->destroy from crtc destroy
by Tomi Valkeinen
· 11 years ago
506096a
drm/omap: fix enabling/disabling of video pipeline
by Tomi Valkeinen
· 11 years ago
c7aef12
drm/omap: fix missing disable for unused encoder
by Tomi Valkeinen
· 11 years ago
e2f8fd7
drm/omap: fix race issue when unloading omapdrm
by Tomi Valkeinen
· 11 years ago
2ec8e37
drm/omap: fix output enable/disable sequence
by Tomi Valkeinen
· 11 years ago
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 11 years ago
3a01ab2
drm/omap: fix: Defer probe if an omapdss device requests for it at connect
by Archit Taneja
· 11 years ago
6da9f89
drm/omap: fix (un)registering irqs inside an irq handler
by Tomi Valkeinen
· 11 years ago
ed8d197
drm: Pass page flip ioctl flags to driver
by Keith Packard
· 11 years ago
2e17c5a
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 11 years ago
1f68d9c
OMAPDSS: combine omap_dss_output into omap_dss_device
by Tomi Valkeinen
· 12 years ago
a7e71e7
OMAPDSS: Implement display (dis)connect support
by Tomi Valkeinen
· 12 years ago
04b1fc0
OMAPDRM: fix overlay manager handling
by Tomi Valkeinen
· 12 years ago
fb85ac4
drm: Drop all the stub gamma_get, gamma_set, load_lut functions from drivers
by Ville Syrjälä
· 12 years ago
0d8f371
drm/omap: Fix and improve crtc and overlay manager correlation
by Archit Taneja
· 12 years ago
fffddfd
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 12 years ago
16ef3df
omapdrm: only take crtc->mutex in crtc callbacks
by Daniel Vetter
· 12 years ago
8bb0daf
drm/omap: move out of staging
by Rob Clark
· 12 years ago
[Renamed (99%) from drivers/staging/omapdrm/omap_crtc.c]
3314fdf
Merge branch 'drm-fb-helper' of git://people.freedesktop.org/~danvet/drm into drm-next
by Dave Airlie
· 12 years ago