summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/omapdrm (follow)
Commit message (Expand)AuthorAge
* drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()Yang Yingliang2020-12-29
* drm/omap: fix memory barrier bug in DMM driverTomi Valkeinen2018-11-21
* drm/omap: fix tiled buffer stride calculationsTomi Valkeinen2018-04-13
* drm/omap: DMM: Check for DMM readiness after successful transaction commitPeter Ujfalusi2018-03-24
* drm/omap: Fix error handling path in 'omap_dmm_probe()'Christophe JAILLET2018-02-03
* drm/omap: fix dmabuf mmap for dma_alloc'ed buffersTomi Valkeinen2017-12-20
* drm/omap: fix fbdev pix format to support all platformsTomi Valkeinen2015-12-14
* drm: Check crtc viewport correctly with rotated primary plane on atomic driversVille Syrjälä2015-10-19
* drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter2015-10-16
* drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter2015-10-16
* drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-07
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-06
* drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen2015-10-05
* drm: Spell vga_switcheroo consistentlyLukas Wunner2015-09-24
* drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter2015-09-08
* drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst2015-09-08
* drm/omap: Use new drm_fb_helper functionsArchit Taneja2015-08-06
* drm/omap: Fixup compile failDaniel Vetter2015-08-06
* drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick2015-07-02
* drm/omap: fix align_pitch() for 24 bits per pixelTomi Valkeinen2015-07-02
* drm/omap: fix omap_gem_put_paddr() error handlingTomi Valkeinen2015-07-02
* drm/omap: fix omap_framebuffer_unpin() error handlingTomi Valkeinen2015-07-02
* drm/omap: increase DMM transaction timeoutTomi Valkeinen2015-07-02
* drm/omap: check that plane is inside crtcTomi Valkeinen2015-07-02
* drm/omap: return error if dma_alloc_writecombine failsTomi Valkeinen2015-06-24
* drm: omapdrm: new vblank and event handlingTomi Valkeinen2015-06-12
* drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen2015-06-12
* drm: omapdrm: add lock for fb pinningTomi Valkeinen2015-06-12
* drm: omapdrm: if omap_plane_atomic_update fails, disable planeTomi Valkeinen2015-06-12
* drm: omapdrm: inline omap_plane_setup into update/disableTomi Valkeinen2015-06-12
* drm: omapdrm: omap_plane_setup() cannot fail, use WARNTomi Valkeinen2015-06-12
* drm: omapdrm: Don't setup planes manually from CRTC .enable()/.disable()Laurent Pinchart2015-06-12
* drm: omapdrm: Don't flush CRTC when enabling or disabling itLaurent Pinchart2015-06-12
* drm: omapdrm: Move encoder setup to encoder operationsLaurent Pinchart2015-06-12
* drm: omapdrm: Simplify DSS power managementLaurent Pinchart2015-06-12
* drm: omapdrm: Remove nested PM get/sync when configuring encodersLaurent Pinchart2015-06-12
* drm: omapdrm: Support unlinking page flip events prematurelyLaurent Pinchart2015-06-12
* drm: omapdrm: omap_crtc_flush() isn't called with modeset lockedLaurent Pinchart2015-06-12
* drm: omapdrm: Don't get/put dispc in omap_crtc_flush()Laurent Pinchart2015-06-12
* drm: omapdrm: Make the omap_crtc_flush function staticLaurent Pinchart2015-06-12
* drm: omapdrm: Remove omap_plane enabled fieldLaurent Pinchart2015-06-12
* drm: omapdrm: Remove omap_crtc enabled fieldLaurent Pinchart2015-06-12
* drm: omapdrm: Move crtc info out of the crtc structureLaurent Pinchart2015-06-12
* drm: omapdrm: Move plane info and win out of the plane structureLaurent Pinchart2015-06-12
* drm: omapdrm: Switch crtc and plane set_property to atomic helpersLaurent Pinchart2015-06-12
* drm: omapdrm: Drop manual framebuffer pin handlingLaurent Pinchart2015-06-12
* drm: omapdrm: Switch page flip to atomic helpersLaurent Pinchart2015-06-12
* drm: omapdrm: Implement asynchronous commit supportLaurent Pinchart2015-06-12
* drm: omapdrm: Replace encoder mode_fixup with atomic_checkLaurent Pinchart2015-06-12
* drm: omapdrm: Switch connector DPMS to atomic helpersLaurent Pinchart2015-06-12