summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/cirrus
AgeCommit message (Expand)AuthorLines
2014-01-29drm: ast,cirrus,mgag200: use drm_can_sleepDave Airlie-1/+1
2014-01-23drm/cirrus: correct register values for 16bppTakashi Iwai-2/+2
2014-01-14drivers: gpu: Mark functions as static and remove unused function in cirrus_t...Rashika-23/+3
2014-01-14drivers: gpu: Mark functions as static in cirrus_mode.cRashika-4/+4
2014-01-14drivers: gpu: Mark function as static in cirrus_main.cRashika-1/+1
2014-01-13drm/cirrus: Fix cirrus drm driver for fbdev + qemuMartin Koegler-0/+3
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter-1/+1
2013-11-06drm/cirrus: use drm_set_preferred_modeGerd Hoffmann-6/+5
2013-10-11drm: Add separate Kconfig option for fbdev helpersDaniel Vetter-0/+1
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann-8/+0
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie-0/+1
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann-1/+3
2013-08-19drm: rip out drm_core_has_MTRR checksDaniel Vetter-1/+1
2013-08-19drm: remove FASYNC supportDaniel Vetter-1/+0
2013-08-19drm/cirrus: remove unused driver_private accessDavid Herrmann-1/+0
2013-08-07drm/cirrus: Invalidate page tables when pinning a BOMichal Srb-0/+1
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter-11/+1
2013-07-25drm/ttm: convert to unified vma offset managerDavid Herrmann-1/+1
2013-06-28drm/cirrus: inline reservationsMaarten Lankhorst-20/+19
2013-06-28drm/cirrus: do not attempt to acquire a reservation while in an interrupt han...Maarten Lankhorst-2/+3
2013-05-31drm (ast, cirrus, mgag200, nouveau, savage, vmwgfx): Remove drm_mtrr_{add, del}Andy Lutomirski-11/+4
2013-05-02drm/cirrus: deal with bo reserve fail in dirty update pathDave Airlie-2/+40
2013-02-25Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-29/+10
2013-02-14drm/<drivers>: simplify ->fb_probe callbackDaniel Vetter-19/+3
2013-02-14drm/fb-helper: don't disable everything in initial_configDaniel Vetter-0/+4
2013-01-20drm: revamp framebuffer cleanup interfacesDaniel Vetter-0/+1
2013-01-20drm/<drivers>: Unified handling of unimplemented fb->create_handleDaniel Vetter-8/+0
2013-01-20drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter-2/+2
2013-01-17drivers/gpu/drm/cirrus: remove depends on CONFIG_EXPERIMENTALKees Cook-1/+1
2013-01-03Drivers: gpu: remove __dev* attributes.Greg Kroah-Hartman-2/+2
2012-12-10drm/ttm: remove no_wait_reserve, v3Maarten Lankhorst-5/+5
2012-11-20drm/cirrus: check alloc_apertures() success in cirrus_kick_out_firmware_fb()Tommi Rantala-2/+11
2012-11-20drm/ttm: remove ttm_buffer_object->buffer_startMarcin Slusarz-1/+1
2012-10-03Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-1/+0
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells-13/+13
2012-10-02UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells-4/+0
2012-09-24Merge tag 'v3.6-rc7' into drm-intel-next-queuedDaniel Vetter-0/+3
2012-09-06drm: use drm_compat_ioctl for 32-bit appsKeith Packard-0/+3
2012-08-24drm/cirrus: Remove unused validate_sequenceMaarten Lankhorst-1/+0
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart-3/+3
2012-06-01drm/cirrus: kick out conflicting framebuffers earlierDave Airlie-0/+19
2012-05-31cirrus: avoid crash if driver fails to loadDave Airlie-1/+6
2012-05-23drm: update ast/cirrus/mgag200 for change in TTM apiDave Airlie-1/+1
2012-05-20drm/kms: fix Kconfig for new drivers.Dave Airlie-3/+4
2012-05-19drm/cirrus/ast/mgag200: fix build without CONFIG_VGA_CONSOLEDave Airlie-0/+2
2012-05-17drm/kms: driver for virtual cirrus under qemuDave Airlie-0/+2092