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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-13
drm/omap: fix dmabuf mmap for dma_alloc'ed buffers
Tomi Valkeinen
1
-3
/
+0
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2017-02-24
mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmf
Dave Jiang
2
-3
/
+3
2017-02-23
Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...
Linus Torvalds
17
-506
/
+479
2017-02-16
drm/omapdrm: dispc: Refuse x-decimation above 4 for all but 8-bit formats
Jyri Sarha
1
-0
/
+19
2017-02-16
drm/omapdrm: Move commit_modeset_enables() before commit_planes()
Jyri Sarha
1
-1
/
+15
2017-02-16
Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"
Jyri Sarha
2
-9
/
+2
2017-02-02
drm: Rely on mode_config data for fb_helper initialization
Gabriel Krisman Bertazi
1
-2
/
+1
2017-02-01
Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
3
-11
/
+0
2017-01-27
drm/omap: Remove omap_debugfs_cleanup()
Noralf Trønnes
3
-11
/
+0
2017-01-27
Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
1
-6
/
+2
2017-01-23
Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...
Dave Airlie
15
-477
/
+438
2017-01-14
locking/atomic, kref: Add kref_read()
Peter Zijlstra
1
-1
/
+1
2017-01-12
drm/omap: Stop using drm_framebuffer_unregister_private
Daniel Vetter
1
-6
/
+2
2017-01-10
Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2
-4
/
+6
2017-01-09
drm: Change the return type of the unload hook to void
Gabriel Krisman Bertazi
1
-3
/
+1
2017-01-09
Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...
Dave Airlie
2
-7
/
+7
2017-01-04
drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIAS
Jarkko Nikula
1
-0
/
+1
2017-01-04
drm/omap: dsi: fix compile errors when enabling debug prints
H. Nikolaus Schaller
1
-9
/
+9
2016-12-30
drm/mm: Convert to drm_printer
Daniel Vetter
1
-1
/
+5
2016-12-19
drm: omapdrm: Perform initialization/cleanup at probe/remove time
Laurent Pinchart
2
-108
/
+105
2016-12-19
drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structures
Laurent Pinchart
5
-8
/
+7
2016-12-19
drm: omapdrm: Remove global variables
Laurent Pinchart
2
-21
/
+24
2016-12-19
drm: omapdrm: Simplify IRQ wait implementation
Laurent Pinchart
2
-74
/
+37
2016-12-19
drm: omapdrm: Inline the pipe2vbl function
Laurent Pinchart
3
-11
/
+3
2016-12-19
drm: omapdrm: Don't call DISPC power handling in IRQ wait functions
Laurent Pinchart
1
-4
/
+0
2016-12-19
drm: omapdrm: Remove unused parameter from omap_drm_irq handler
Laurent Pinchart
2
-3
/
+3
2016-12-19
drm: omapdrm: Don't expose the omap_irq_(un)register() functions
Laurent Pinchart
2
-22
/
+5
2016-12-19
drm: omapdrm: Keep vblank interrupt enabled while CRTC is active
Laurent Pinchart
3
-47
/
+37
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
3
-18
/
+16
2016-12-19
drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs
Laurent Pinchart
2
-2
/
+9
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 OCP error IRQ directly
Laurent Pinchart
2
-19
/
+10
2016-12-19
drm: omapdrm: Handle CRTC error IRQs directly
Laurent Pinchart
3
-10
/
+11
2016-12-19
drm: omapdrm: Handle FIFO underflow IRQs internally
Laurent Pinchart
4
-30
/
+67
2016-12-19
drm: omapdrm: fb: Turn framebuffer creation error messages into debug
Laurent Pinchart
1
-5
/
+5
2016-12-19
drm: omapdrm: fb: Simplify mode command checks when creating framebuffer
Laurent Pinchart
1
-27
/
+23
2016-12-19
drm: omapdrm: fb: Simplify objects lookup when creating framebuffer
Laurent Pinchart
2
-36
/
+18
2016-12-19
drm: omapdrm: fb: Use format information provided by the DRM core
Laurent Pinchart
1
-45
/
+46
2016-12-19
drm: omapdrm: fb: Limit number of planes per framebuffer to two
Laurent Pinchart
1
-2
/
+2
2016-12-15
drm: Nuke fb->pixel_format
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Nuke fb->depth
Ville Syrjälä
1
-1
/
+1
2016-12-15
drm: Replace drm_format_num_planes() with fb->format->num_planes
Ville Syrjälä
1
-4
/
+4
2016-12-15
drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()
Ville Syrjälä
1
-1
/
+1
2016-12-14
mm: use vmf->address instead of of vmf->virtual_address
Jan Kara
1
-12
/
+8
2016-12-08
drm/omap: tpd12s015: fix error handling
Tomi Valkeinen
1
-4
/
+9
2016-12-08
drm/omap: fix primary-plane's possible_crtcs
Tomi Valkeinen
3
-9
/
+17
2016-11-14
drm/omapdrm: use DRM_FB_HELPER_DEFAULT_OPS for fb_ops
Stefan Christ
1
-4
/
+1
[next]