aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/cirrus (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+1
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann1-1/+3
2013-08-19drm: rip out drm_core_has_MTRR checksDaniel Vetter1-1/+1
2013-08-19drm: remove FASYNC supportDaniel Vetter1-1/+0
2013-08-19drm/cirrus: remove unused driver_private accessDavid Herrmann1-1/+0
2013-08-07drm/cirrus: Invalidate page tables when pinning a BOMichal Srb1-0/+1
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter3-11/+1
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann1-1/+1
2013-06-28drm/cirrus: inline reservationsMaarten Lankhorst2-20/+19
2013-06-28drm/cirrus: do not attempt to acquire a reservation while in an interrupt handlerMaarten Lankhorst1-2/+3
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski1-11/+4
2013-05-02drm/cirrus: deal with bo reserve fail in dirty update pathDave Airlie3-2/+40
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2-29/+10
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter1-19/+3
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter1-0/+4
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter1-0/+1
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter1-8/+0
2013-01-20drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter1-2/+2
2013-01-17drivers/gpu/drm/cirrus: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman1-2/+2
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst1-5/+5
2012-11-20drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb()Tommi Rantala1-2/+11
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz1-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-1/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells6-13/+13
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells4-4/+0
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter1-0/+3
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard1-0/+3
2012-08-24drm/cirrus: Remove unused validate_sequenceMaarten Lankhorst1-1/+0
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-3/+3
2012-06-01drm/cirrus: kick out conflicting framebuffers earlierDave Airlie1-0/+19
2012-05-31cirrus: avoid crash if driver fails to loadDave Airlie2-1/+6
2012-05-23drm: update ast/cirrus/mgag200 for change in TTM apiDave Airlie1-1/+1
2012-05-20drm/kms: fix Kconfig for new drivers.Dave Airlie1-3/+4
2012-05-19drm/cirrus/ast/mgag200: fix build without CONFIG_VGA_CONSOLEDave Airlie1-0/+2
2012-05-17drm/kms: driver for virtual cirrus under qemuDave Airlie8-0/+2092