summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang2017-02-252-3/+3
* Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds2017-02-2417-506/+479Star
|\
| * drm/omapdrm: dispc: Refuse x-decimation above 4 for all but 8-bit formatsJyri Sarha2017-02-161-0/+19
| * drm/omapdrm: Move commit_modeset_enables() before commit_planes()Jyri Sarha2017-02-161-1/+15
| * Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha2017-02-162-9/+2Star
| * drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1Star
| * Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-313-11/+0Star
| |\
| | * drm/omap: Remove omap_debugfs_cleanup()Noralf Trønnes2017-01-273-11/+0Star
| * | Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-271-6/+2Star
| |\|
| | * drm/omap: Stop using drm_framebuffer_unregister_privateDaniel Vetter2017-01-121-6/+2Star
| * | Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie2017-01-2315-477/+438Star
| |\ \ | | |/ | |/|
| | * drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIASJarkko Nikula2017-01-041-0/+1
| | * drm/omap: dsi: fix compile errors when enabling debug printsH. Nikolaus Schaller2017-01-041-9/+9
| | * drm: omapdrm: Perform initialization/cleanup at probe/remove timeLaurent Pinchart2016-12-192-108/+105Star
| | * drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structuresLaurent Pinchart2016-12-195-8/+7Star
| | * drm: omapdrm: Remove global variablesLaurent Pinchart2016-12-192-21/+24
| | * drm: omapdrm: Simplify IRQ wait implementationLaurent Pinchart2016-12-192-74/+37Star
| | * drm: omapdrm: Inline the pipe2vbl functionLaurent Pinchart2016-12-193-11/+3Star
| | * drm: omapdrm: Don't call DISPC power handling in IRQ wait functionsLaurent Pinchart2016-12-191-4/+0Star
| | * drm: omapdrm: Remove unused parameter from omap_drm_irq handlerLaurent Pinchart2016-12-192-3/+3
| | * drm: omapdrm: Don't expose the omap_irq_(un)register() functionsLaurent Pinchart2016-12-192-22/+5Star
| | * drm: omapdrm: Keep vblank interrupt enabled while CRTC is activeLaurent Pinchart2016-12-193-47/+37Star
| | * drm: omapdrm: Use a spinlock to protect the CRTC pending flagLaurent Pinchart2016-12-191-11/+22
| | * drm: omapdrm: Prevent processing the same event multiple timesLaurent Pinchart2016-12-191-8/+15
| | * drm: omapdrm: Check the CRTC software state at enable/disable timeLaurent Pinchart2016-12-193-18/+16Star
| | * drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCsLaurent Pinchart2016-12-192-2/+9
| | * drm: omapdrm: Replace DSS manager state check with omapdrm CRTC stateLaurent Pinchart2016-12-191-9/+13
| | * drm: omapdrm: Handle OCP error IRQ directlyLaurent Pinchart2016-12-192-19/+10Star
| | * drm: omapdrm: Handle CRTC error IRQs directlyLaurent Pinchart2016-12-193-10/+11
| | * drm: omapdrm: Handle FIFO underflow IRQs internallyLaurent Pinchart2016-12-194-30/+67
| | * drm: omapdrm: fb: Turn framebuffer creation error messages into debugLaurent Pinchart2016-12-191-5/+5
| | * drm: omapdrm: fb: Simplify mode command checks when creating framebufferLaurent Pinchart2016-12-191-27/+23Star
| | * drm: omapdrm: fb: Simplify objects lookup when creating framebufferLaurent Pinchart2016-12-192-36/+18Star
| | * drm: omapdrm: fb: Use format information provided by the DRM coreLaurent Pinchart2016-12-191-45/+46
| | * drm: omapdrm: fb: Limit number of planes per framebuffer to twoLaurent Pinchart2016-12-191-2/+2
| * | Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-092-4/+6
| |\ \
| | * | drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-3/+1Star
| | * | drm/mm: Convert to drm_printerDaniel Vetter2016-12-301-1/+5
| * | | Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-092-7/+7
| |\| |
| | * | drm: Nuke fb->pixel_formatVille Syrjälä2016-12-151-1/+1
| | * | drm: Nuke fb->depthVille Syrjälä2016-12-151-1/+1
| | * | drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä2016-12-151-4/+4
| | * | drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
| | |/
* | / locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
|/ /
* / mm: use vmf->address instead of of vmf->virtual_addressJan Kara2016-12-151-12/+8Star
|/
* drm/omap: tpd12s015: fix error handlingTomi Valkeinen2016-12-081-4/+9
* drm/omap: fix primary-plane's possible_crtcsTomi Valkeinen2016-12-083-9/+17
* drm/omapdrm: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ2016-11-141-4/+1Star
* drm/omap: panel-lgphilips-lb035q02: Add note for incorrect data drive edge an...Peter Ujfalusi2016-11-021-0/+5
* drm/omap: panel-sharp-ls037v7dw01: Add note for incorrect data drive edgePeter Ujfalusi2016-11-021-0/+4