summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/cirrus
AgeCommit message (Expand)AuthorFilesLines
2015-08-10drm/cirrus: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter1-11/+4
2015-08-06drm/cirrus: Use new drm_fb_helper functionsArchit Taneja2-35/+10
2015-02-16Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-6/+6
2015-02-05drm/cirrus: Limit modes depending on bpp optionTakashi Iwai4-2/+15
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding1-6/+6
2014-11-20drm/cirrus: allow 32bpp framebuffers for cirrus drmZach Reizner3-5/+30
2014-11-20drm/cirrus: fix leaky driver load error handlingZach Reizner1-4/+9
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-23drm/cirrus: bind also to qemu-xen-traditionalOlaf Hering1-0/+2
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds4-11/+18
2014-10-01Merge branch 'for-airlied-next' of git://people.freedesktop.org/~mlankhorst/l...Dave Airlie1-1/+1
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst1-1/+1
2014-09-24drm/cirrus: use container_of to resolve cirrus_fbdev from drm_fb_helperFabian Frederick1-1/+2
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter1-0/+2
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter1-1/+1
2014-09-20drm/cirrus: add missing drm_connector_register callGerd Hoffmann1-0/+1
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann1-0/+1
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König2-8/+11
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-22drm: cirrus: fix warningsRussell King1-0/+2
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding1-1/+1
2014-07-18drm/cirrus: use helpersRob Clark1-12/+2
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+3
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-05-16Merge tag 'topic/core-stuff-2014-05-05' of git://anongit.freedesktop.org/drm-...Dave Airlie1-8/+0
2014-04-22drm/cirrus: Remove unecessary NULL check in gem_freeDaniel Vetter1-2/+0
2014-04-22drm/cirrus: Remove unnecessary NULL check in bo_unrefDaniel Vetter1-3/+1
2014-04-22drm: make mode_valid callback optionalAndrzej Hajda1-8/+0
2014-04-18drm: cirrus: add power management supportGerd Hoffmann2-0/+45
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-5/+5
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann1-2/+3
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann1-1/+1
2014-02-06drm/mgag200,ast,cirrus: fix regression with drm_can_sleep conversionDave Airlie1-1/+1
2014-01-29drm: ast,cirrus,mgag200: use drm_can_sleepDave Airlie1-1/+1
2014-01-23drm/cirrus: correct register values for 16bppTakashi Iwai1-2/+2
2014-01-14drivers: gpu: Mark functions as static and remove unused function in cirrus_t...Rashika1-23/+3
2014-01-14drivers: gpu: Mark functions as static in cirrus_mode.cRashika1-4/+4
2014-01-14drivers: gpu: Mark function as static in cirrus_main.cRashika1-1/+1
2014-01-13drm/cirrus: Fix cirrus drm driver for fbdev + qemuMartin Koegler1-0/+3
2013-12-18drm: Kill DRM_IRQ_ARGSDaniel Vetter1-1/+1
2013-11-06drm/cirrus: use drm_set_preferred_modeGerd Hoffmann1-6/+5
2013-10-11drm: Add separate Kconfig option for fbdev helpersDaniel Vetter1-0/+1
2013-10-09drm: kill ->gem_init_object() and friendsDavid Herrmann3-8/+0
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...Dave 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