summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm
Commit message (Expand)AuthorAgeFilesLines
* drm/omap: remove obsolete manager assignmentTomi Valkeinen2015-12-311-2/+0
* drm/omap: set DRIVER_ATOMIC for omapdrmTomi Valkeinen2015-12-311-1/+2
* drm/omap: remove unused plugin definesTomi Valkeinen2015-12-311-6/+0
* drm/omap: Use bitmaps for TILER placementAndy Gross2015-12-313-637/+204
* drm: omapdrm: gem: Remove check for impossible conditionLaurent Pinchart2015-12-311-3/+0
* drm: omapdrm: gem: Simplify error handling when creating GEM objectLaurent Pinchart2015-12-311-5/+3
* drm: omapdrm: gem: Don't free mmap offset twiceLaurent Pinchart2015-12-311-2/+0
* drm: omapdrm: gem: Fix GEM object destroy in error pathLaurent Pinchart2015-12-311-2/+1
* drm: omapdrm: gem: Free the correct memory objectLaurent Pinchart2015-12-311-1/+1
* drm: omapdrm: gem: Mask out private flags passed from userspaceLaurent Pinchart2015-12-311-3/+8
* drm: omapdrm: gem: Move global usergart variable to omap_drm_privateLaurent Pinchart2015-12-312-21/+36
* drm: omapdrm: gem: Group functions by purposeLaurent Pinchart2015-12-311-53/+87
* drm: omapdrm: gem: Remove forward declarationsLaurent Pinchart2015-12-311-44/+46
* drm: omapdrm: gem: Remove unused function prototypesLaurent Pinchart2015-12-311-6/+0
* drm: omapdrm: Make fbdev emulation optionalLaurent Pinchart2015-12-316-5/+24
* drm: omapdrm: Fix plane state free in plane reset handlerLaurent Pinchart2015-12-311-5/+4
* drm: omapdrm: move omap_plane_reset()Tomi Valkeinen2015-12-311-27/+27
* drm/omap: Use platform_register/unregister_drivers()Thierry Reding2015-12-311-19/+7
* drm: omapdrm: tiler: Remove unneded module alias for tilerLuis de Bethencourt2015-12-311-1/+0
* Backmerge drm-fixes merge into Linus's tree into drm-next.Dave Airlie2015-12-241-4/+1
|\
| * drm/omap: fix fbdev pix format to support all platformsTomi Valkeinen2015-12-141-4/+1
* | drm/omap: use kzalloc in sita_init()Rasmus Villemoes2015-12-151-5/+2
* | drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* | drm: Pass 'name' to drm_universal_plane_init()Ville Syrjälä2015-12-111-1/+1
* | drm: Pass 'name' to drm_crtc_init_with_planes()Ville Syrjälä2015-12-111-1/+1
* | drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-242-5/+5
|/
* drm: Check crtc viewport correctly with rotated primary plane on atomic driversVille Syrjälä2015-10-191-3/+0
* drm/gem: Drop struct_mutex requirement from drm_gem_mmap_objDaniel Vetter2015-10-161-3/+0
* drm/<drivers>: Drop DRM_UNLOCKED from modeset driversDaniel Vetter2015-10-161-6/+6
* drm: Stop using drm_vblank_count() as the hw frame counterVille Syrjälä2015-10-071-1/+1
* drm/irq: Use unsigned int pipe in public APIThierry Reding2015-10-062-10/+10
* drm: Use DRM_ROTATE_MASK and DRM_REFLECT_MASKJoonas Lahtinen2015-10-052-3/+3
* drm: Spell vga_switcheroo consistentlyLukas Wunner2015-09-241-1/+1
* drm/atomic-helper: Add option to update planes only on active crtcDaniel Vetter2015-09-081-1/+1
* drm/atomic: Make prepare_fb/cleanup_fb only take state, v3.Maarten Lankhorst2015-09-081-4/+6
* drm/omap: Use new drm_fb_helper functionsArchit Taneja2015-08-061-25/+13
* drm/omap: Fixup compile failDaniel Vetter2015-08-061-2/+4
* drm/omap: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick2015-07-021-1/+1
* drm/omap: fix align_pitch() for 24 bits per pixelTomi Valkeinen2015-07-021-1/+1
* drm/omap: fix omap_gem_put_paddr() error handlingTomi Valkeinen2015-07-022-6/+4
* drm/omap: fix omap_framebuffer_unpin() error handlingTomi Valkeinen2015-07-022-13/+5
* drm/omap: increase DMM transaction timeoutTomi Valkeinen2015-07-021-1/+1
* drm/omap: check that plane is inside crtcTomi Valkeinen2015-07-021-0/+26
* drm/omap: return error if dma_alloc_writecombine failsTomi Valkeinen2015-06-241-7/+11
* drm: omapdrm: new vblank and event handlingTomi Valkeinen2015-06-123-76/+70
* drm: omapdrm: merge omap_crtc_flush and omap_crtc_atomic_flushTomi Valkeinen2015-06-121-21/+14
* drm: omapdrm: add lock for fb pinningTomi Valkeinen2015-06-121-1/+18
* drm: omapdrm: if omap_plane_atomic_update fails, disable planeTomi Valkeinen2015-06-121-1/+3
* drm: omapdrm: inline omap_plane_setup into update/disableTomi Valkeinen2015-06-121-27/+17
* drm: omapdrm: omap_plane_setup() cannot fail, use WARNTomi Valkeinen2015-06-121-9/+4
OpenPOWER on IntegriCloud