summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm
AgeCommit message (Expand)Author
2017-03-13drm/omap: fix dmabuf mmap for dma_alloc'ed buffersTomi Valkeinen
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-24mm, fs: reduce fault, page_mkwrite, and pfn_mkwrite to take only vmfDave Jiang
2017-02-23Merge tag 'drm-for-v4.11-less-shouty' of git://people.freedesktop.org/~airlie...Linus Torvalds
2017-02-16drm/omapdrm: dispc: Refuse x-decimation above 4 for all but 8-bit formatsJyri Sarha
2017-02-16drm/omapdrm: Move commit_modeset_enables() before commit_planes()Jyri Sarha
2017-02-16Revert "drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCs"Jyri Sarha
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-01-27drm/omap: Remove omap_debugfs_cleanup()Noralf Trønnes
2017-01-27Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-01-23Merge tag 'omapdrm-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tom...Dave Airlie
2017-01-14locking/atomic, kref: Add kref_read()Peter Zijlstra
2017-01-12drm/omap: Stop using drm_framebuffer_unregister_privateDaniel Vetter
2017-01-10Merge tag 'drm-misc-next-2017-01-09' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2017-01-09Merge tag 'drm-misc-next-2016-12-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-01-04drm/omap: panel-sony-acx565akm.c: Add MODULE_ALIASJarkko Nikula
2017-01-04drm/omap: dsi: fix compile errors when enabling debug printsH. Nikolaus Schaller
2016-12-30drm/mm: Convert to drm_printerDaniel Vetter
2016-12-19drm: omapdrm: Perform initialization/cleanup at probe/remove timeLaurent Pinchart
2016-12-19drm: omapdrm: Use sizeof(*var) instead of sizeof(type) for structuresLaurent Pinchart
2016-12-19drm: omapdrm: Remove global variablesLaurent Pinchart
2016-12-19drm: omapdrm: Simplify IRQ wait implementationLaurent Pinchart
2016-12-19drm: omapdrm: Inline the pipe2vbl functionLaurent Pinchart
2016-12-19drm: omapdrm: Don't call DISPC power handling in IRQ wait functionsLaurent Pinchart
2016-12-19drm: omapdrm: Remove unused parameter from omap_drm_irq handlerLaurent Pinchart
2016-12-19drm: omapdrm: Don't expose the omap_irq_(un)register() functionsLaurent Pinchart
2016-12-19drm: omapdrm: Keep vblank interrupt enabled while CRTC is activeLaurent Pinchart
2016-12-19drm: omapdrm: Use a spinlock to protect the CRTC pending flagLaurent Pinchart
2016-12-19drm: omapdrm: Prevent processing the same event multiple timesLaurent Pinchart
2016-12-19drm: omapdrm: Check the CRTC software state at enable/disable timeLaurent Pinchart
2016-12-19drm: omapdrm: Let the DRM core skip plane commit on inactive CRTCsLaurent Pinchart
2016-12-19drm: omapdrm: Replace DSS manager state check with omapdrm CRTC stateLaurent Pinchart
2016-12-19drm: omapdrm: Handle OCP error IRQ directlyLaurent Pinchart
2016-12-19drm: omapdrm: Handle CRTC error IRQs directlyLaurent Pinchart
2016-12-19drm: omapdrm: Handle FIFO underflow IRQs internallyLaurent Pinchart
2016-12-19drm: omapdrm: fb: Turn framebuffer creation error messages into debugLaurent Pinchart
2016-12-19drm: omapdrm: fb: Simplify mode command checks when creating framebufferLaurent Pinchart
2016-12-19drm: omapdrm: fb: Simplify objects lookup when creating framebufferLaurent Pinchart
2016-12-19drm: omapdrm: fb: Use format information provided by the DRM coreLaurent Pinchart
2016-12-19drm: omapdrm: fb: Limit number of planes per framebuffer to twoLaurent Pinchart
2016-12-15drm: Nuke fb->pixel_formatVille Syrjälä
2016-12-15drm: Nuke fb->depthVille Syrjälä
2016-12-15drm: Replace drm_format_num_planes() with fb->format->num_planesVille Syrjälä
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-12-08drm/omap: tpd12s015: fix error handlingTomi Valkeinen
2016-12-08drm/omap: fix primary-plane's possible_crtcsTomi Valkeinen
2016-11-14drm/omapdrm: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ