Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fc81a06965396150a395b1fe29f1bd13d4825ad6
/
drivers
/
gpu
/
drm
/
omapdrm
231e6fa
drm/omap: Use new drm_fb_helper functions
by Archit Taneja
· 9 years ago
c201d00
drm/omap: Fixup compile fail
by Daniel Vetter
· 9 years ago
743c167
drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGN
by Fabian Frederick
· 10 years ago
d642d3a
drm/omap: fix align_pitch() for 24 bits per pixel
by Tomi Valkeinen
· 10 years ago
393a949
drm/omap: fix omap_gem_put_paddr() error handling
by Tomi Valkeinen
· 10 years ago
9c36850
drm/omap: fix omap_framebuffer_unpin() error handling
by Tomi Valkeinen
· 10 years ago
96cbd14
drm/omap: increase DMM transaction timeout
by Tomi Valkeinen
· 10 years ago
c423bc8
drm/omap: check that plane is inside crtc
by Tomi Valkeinen
· 9 years ago
a903e3b
drm/omap: return error if dma_alloc_writecombine fails
by Tomi Valkeinen
· 10 years ago
5f741b3
drm: omapdrm: new vblank and event handling
by Tomi Valkeinen
· 9 years ago
6646dfd
drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flush
by Tomi Valkeinen
· 9 years ago
f524ab7
drm: omapdrm: add lock for fb pinning
by Tomi Valkeinen
· 9 years ago
794a65f
drm: omapdrm: if omap_plane_atomic_update fails, disable plane
by Tomi Valkeinen
· 9 years ago
11ffd03
drm: omapdrm: inline omap_plane_setup into update/disable
by Tomi Valkeinen
· 9 years ago
d9157df
drm: omapdrm: omap_plane_setup() cannot fail, use WARN
by Tomi Valkeinen
· 9 years ago
0dce4d7
drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()
by Laurent Pinchart
· 9 years ago
af6da31
drm: omapdrm: Don't flush CRTC when enabling or disabling it
by Laurent Pinchart
· 9 years ago
4029755
drm: omapdrm: Move encoder setup to encoder operations
by Laurent Pinchart
· 9 years ago
69fb7c8
drm: omapdrm: Simplify DSS power management
by Laurent Pinchart
· 9 years ago
fd93a25
drm: omapdrm: Remove nested PM get/sync when configuring encoders
by Laurent Pinchart
· 9 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
fb730c9
drm: omapdrm: Move plane info and win out of the plane 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
748471a5
drm: omapdrm: Implement asynchronous commit support
by Laurent Pinchart
· 10 years ago
d97db13
drm: omapdrm: Replace encoder mode_fixup with atomic_check
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
cef77d4
drm: omapdrm: Switch plane update 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
68dc039
drm: omapdrm: Implement encoder .disable() and .enable() operations
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
f13ab00
drm: omapdrm: Simplify IRQ registration
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
d8fbe34
dma-buf: cleanup dma_buf_export() to make it easily extensible
by Sumit Semwal
· 10 years ago
bf2ae5d
Merge tag 'fbdev-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux
by Linus Torvalds
· 10 years ago
1d601da
drm/omap: tiler: add hibernation callback
by Grygorii Strashko
· 10 years ago
8450c8d
drm/omap: add hibernation callbacks
by Grygorii Strashko
· 10 years ago
223bfd6
drm/omap: keep ref to old_fb
by Tomi Valkeinen
· 10 years ago
7439507
drm/omap: fix race conditon in DMM
by Tomi Valkeinen
· 10 years ago
76c4055
drm/omap: fix race condition with dev->obj_list
by Tomi Valkeinen
· 10 years ago
8519c62
drm/omap: do not use BUG_ON(!spin_is_locked(x))
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
ccd7b5e
drm/omap: stop connector polling during suspend
by Tomi Valkeinen
· 10 years ago
f5a1d31
drm/omap: remove dummy PM functions
by Tomi Valkeinen
· 10 years ago
e7e24df
drm/omap: tiler: fix race condition with engine->async
by Tomi Valkeinen
· 10 years ago
2dd3887
drm/omap: fix plane's channel selection
by Tomi Valkeinen
· 10 years ago
7cb0d6c
drm/omap: fix TILER on OMAP5
by Tomi Valkeinen
· 10 years ago
2dab0ba
drm/omap: handle incompatible buffer stride and pixel size
by Tomi Valkeinen
· 10 years ago
925e494
drm/omap: fix error handling in omap_framebuffer_create()
by Tomi Valkeinen
· 10 years ago
c7c1aec
drm/omap: fix operation without fbdev
by Tomi Valkeinen
· 10 years ago
f7c5f5d
drm/omap: add a comment why locking is missing
by Tomi Valkeinen
· 10 years ago
f36eb5a
drm/omap: add pin refcounting to omap_framebuffer
by Tomi Valkeinen
· 10 years ago
3f4d17c
drm/omap: clear omap_obj->paddr in omap_gem_put_paddr()
by Tomi Valkeinen
· 10 years ago
549a754
drm/omap: page_flip: return -EBUSY if flip pending
by Tomi Valkeinen
· 10 years ago
1733729
drm/omap: fix encoder-crtc mapping
by Tomi Valkeinen
· 10 years ago
971fb3e
drm: omapdrm: Reorder CRTC functions
by Laurent Pinchart
· 10 years ago
87bb2ef
drm: omapdrm: Planes are already disabled when destroyed
by Laurent Pinchart
· 10 years ago
a350da8
drm: omapdrm: Pass integer source coordinates to omap_plane_mode_set()
by Laurent Pinchart
· 10 years ago
2a438c5
drm: omapdrm: Prefix all plane functions with omap_plane_
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
5a35876
drm: omapdrm: Remove manual update display support
by Laurent Pinchart
· 10 years ago
5dbe443
drm: omapdrm: Fix race condition between GO and vblank IRQ
by Laurent Pinchart
· 10 years ago
82e58855
drm: omapdrm: Reset the zorder property when disabling a plane
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
9c660b7
drm: omapdrm: Remove unused variables
by Laurent Pinchart
· 10 years ago
fb9a35f
drm: omapdrm: Refactor CRTC creation code
by Laurent Pinchart
· 10 years ago
222025e
drm: omapdrm: Fix indentation of structure and array initializers
by Laurent Pinchart
· 10 years ago
7a16360
OMAPDSS: DISPC: remove OMAPDSS_DRIVE_SIG_OPPOSITE_EDGES
by Tomi Valkeinen
· 10 years ago
01934c2
drm/fb-helper: Propagate errors from initial config failure
by Thierry Reding
· 10 years ago
988adfd
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
aeb24cc
drm: omapdrm: remove unused variable
by Boris BREZILLON
· 10 years ago
ca5a71d
Merge tag 'drm/gem-cma/for-3.19-rc1' of git://people.freedesktop.org/~tagr/linux into drm-next
by Dave Airlie
· 10 years ago
d7f8db5
drm: flip-work: change drm_flip_work_init prototype
by Boris BREZILLON
· 10 years ago
bdb2b93
drm/omap: gem: dumb: pitch is an output
by Thierry Reding
· 10 years ago
3cb9ae4
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
by Daniel Vetter
· 10 years ago
a58a3b9
gpu: drm: omapdrm: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
d9fc941
drm: Extract <drm/drm_gem.h>
by Daniel Vetter
· 10 years ago
Next »