summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs
AgeCommit message (Expand)AuthorLines
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding-2/+12
2014-12-10drm/bochs: Remove dummy ->load_lut() implementationThierry Reding-5/+0
2014-11-20bochs: add page_flipGerd Hoffmann-0/+21
2014-11-20bochs: fix bochsdrmfb mmapGerd Hoffmann-4/+14
2014-11-20bochs: add endian switching supportGerd Hoffmann-1/+19
2014-11-20bochs: little cleanupGerd Hoffmann-2/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter-0/+1
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-10/+19
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst-1/+1
2014-09-24drm: Extract <drm/drm_gem.h>Daniel Vetter-0/+2
2014-09-24drm/<ttm-based-drivers>: Don't call drm_mmapDaniel Vetter-1/+1
2014-09-20drm/bochs: add missing drm_connector_register callGerd Hoffmann-0/+1
2014-09-10drm: add driver->set_busid() callbackDavid Herrmann-0/+1
2014-08-27drm/ttm: move fpfn and lpfn into each placement v2Christian König-8/+14
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine-1/+1
2014-07-22drm: bochs: fix warningsRussell King-0/+2
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding-3/+3
2014-07-18drm/bochs: use helpersRob Clark-11/+2
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding-1/+2
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding-1/+1
2014-07-08drm/bochs: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick-1/+1
2014-04-22drm/bochs: Remove unecessary NULL check in gem_freeDaniel Vetter-2/+0
2014-04-22drm/bochs: Remove unnecessary NULL check in bo_unrefDaniel Vetter-3/+1
2014-04-18drm: bochs: drop unused struct fieldsGerd Hoffmann-3/+0
2014-04-18drm: bochs: add power management supportGerd Hoffmann-0/+45
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper-2/+2
2014-03-18Merge branch 'drm-next' of git://people.freedesktop.org/~dvdhrm/linux into dr...Dave Airlie-2/+4
2014-03-16drm: init TTM dev_mapping in ttm_bo_device_init()David Herrmann-1/+3
2014-03-16drm: use anon-inode instead of relying on cdevsDavid Herrmann-1/+1
2014-03-07drm: fix bochs kconfig dependenciesGerd Hoffmann-0/+1
2013-12-23drm/bochs: new driverGerd Hoffmann-0/+1589