aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/cirrus
AgeCommit message (Expand)Author
2015-08-10drm/cirrus: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter
2015-08-06drm/cirrus: Use new drm_fb_helper functionsArchit Taneja
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2015-02-05drm/cirrus: Limit modes depending on bpp optionTakashi Iwai
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding
2014-11-20drm/cirrus: allow 32bpp framebuffers for cirrus drmZach Reizner
2014-11-20drm/cirrus: fix leaky driver load error handlingZach Reizner
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter
2014-10-23drm/cirrus: bind also to qemu-xen-traditionalOlaf Hering
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-10-01Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Dave Airlie
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst
2014-09-24drm/cirrus: use container_of to resolve cirrus_fbdev from drm_fb_helperFabian Frederick
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter
2014-09-20drm/cirrus: add missing drm_connector_register callGerd Hoffmann
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-22drm: cirrus: fix warningsRussell King
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding
2014-07-18drm/cirrus: use helpersRob Clark
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding
2014-05-16Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...Dave Airlie
2014-04-22drm/cirrus: Remove unecessary NULL check in gem_freeDaniel Vetter
2014-04-22drm/cirrus: Remove unnecessary NULL check in bo_unrefDaniel Vetter
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda
2014-04-18drm: cirrus: add power management supportGerd Hoffmann
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann
2014-02-06drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversionDave Airlie
2014-01-29drm: ast,cirrus,mgag200: use drm_can_sleepDave Airlie
2014-01-23drm/cirrus: correct register values for 16bppTakashi Iwai
2014-01-14drivers: gpu: Mark functions as static and remove unused function in cirrus_t...Rashika
2014-01-14drivers: gpu: Mark functions as static in cirrus_mode.cRashika
2014-01-14drivers: gpu: Mark function as static in cirrus_main.cRashika
2014-01-13drm/cirrus: Fix cirrus drm driver for fbdev + qemuMartin Koegler
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter
2013-11-06drm/cirrus: use drm_set_preferred_modeGerd Hoffmann
2013-10-11drm: Add separate Kconfig option for fbdev helpersDaniel Vetter
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2013-08-27drm: verify vma access in TTM+GEM driversDavid Herrmann
2013-08-19drm: rip out drm_core_has_MTRR checksDaniel Vetter
2013-08-19drm: remove FASYNC supportDaniel Vetter
2013-08-19drm/cirrus: remove unused driver_private accessDavid Herrmann
2013-08-07drm/cirrus: Invalidate page tables when pinning a BOMichal Srb
2013-08-07drm/gem: create drm_gem_dumb_destroyDaniel Vetter