summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bochs
AgeCommit message (Expand)AuthorFilesLines
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König1-0/+1
2016-09-28Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-nextDave Airlie1-0/+7
2016-09-25drm/bochs: mark bochs_connector_get_modes() staticBaoyou Xie1-1/+1
2016-09-20bochs: ignore device if there isn't enougth memoryGerd Hoffmann1-0/+7
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann1-1/+2
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter1-1/+0
2016-08-12drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter1-1/+2
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter1-10/+1
2016-07-18drm/bochs: make fbdev support really optionalTobias Jakobi1-4/+0
2016-07-18drm/bochs: Delete an unnecessary check before drm_gem_object_unreference_unlo...Markus Elfring1-2/+2
2016-07-07drm/ttm: remove dummy bo_move implementationsChristian König1-10/+1
2016-06-01drm/bochs: Use lockless gem BO free callbackDaniel Vetter1-1/+1
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson1-2/+2
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König1-0/+2
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2-3/+3
2016-04-12drm/bochs: Drop fake gamma supportDaniel Vetter2-22/+0
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-16/+0
2016-03-08PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson1-2/+2
2016-03-04drm/bochs: removed optional dummy crtc mode_fixup function.Carlos Palminha1-8/+0
2016-02-16drm/bochs: removed optional dummy encoder mode_fixup function.Carlos Palminha1-8/+0
2015-12-15drm/bochs: Constify function pointer structsVille Syrjälä1-3/+3
2015-12-15drm/bochs: Store correct CRTC index in eventsThierry Reding1-1/+1
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä1-1/+1
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä3-4/+4
2015-08-10drm/bochs: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter1-12/+4
2015-08-06drm/bochs: Use new drm_fb_helper functionsArchit Taneja2-27/+13
2015-04-01drm/bochs: disable video before changing video modeChris Ruffin1-0/+1
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding1-2/+12
2014-12-10drm/bochs: Remove dummy ->load_lut() implementationThierry Reding1-5/+0
2014-11-20bochs: add page_flipGerd Hoffmann1-0/+21
2014-11-20bochs: fix bochsdrmfb mmapGerd Hoffmann1-4/+14
2014-11-20bochs: add endian switching supportGerd Hoffmann1-1/+19
2014-11-20bochs: little cleanupGerd Hoffmann1-2/+1
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter1-0/+1
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-10/+19
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst1-1/+1
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/bochs: 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/+14
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine1-1/+1
2014-07-22drm: bochs: fix warningsRussell King1-0/+2
2014-07-22drm/ttm: Fix a few sparse warningsThierry Reding2-3/+3
2014-07-18drm/bochs: use helpersRob Clark1-11/+2
2014-07-08drm: Introduce drm_fb_helper_prepare()Thierry Reding1-1/+2
2014-07-08drm: Constify struct drm_fb_helper_funcsThierry Reding1-1/+1
2014-07-08drm/bochs: replace ALIGN(PAGE_SIZE) by PAGE_ALIGNFabian Frederick1-1/+1
2014-04-22drm/bochs: Remove unecessary NULL check in gem_freeDaniel Vetter1-2/+0
2014-04-22drm/bochs: Remove unnecessary NULL check in bo_unrefDaniel Vetter1-3/+1