aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard1-1/+1
2017-08-16drm/bochs: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-07-03drm/bochs: switch fb_ops over to use drm_fb_helper_cfb helpersMark Cave-Ayland1-3/+3
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter1-2/+2
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter1-1/+0
2017-05-16drm/bochs: fix include notation and remove -Iinclude/drm flagMasahiro Yamada2-3/+2
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+1
2017-03-29drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter1-1/+2
2017-03-27drm: bochs: Prevent double-free of fb helperGabriel Krisman Bertazi1-1/+3
2017-03-20drm: bochs: Don't remove uninitialized fbdev framebufferGabriel Krisman Bertazi1-5/+4
2017-02-07drm/fb-helper: Automatically clean up fb_infoDaniel Vetter1-4/+1
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi1-2/+1
2017-02-02drm/bochs: Implement nomodesetMax Staudt1-0/+10
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König1-2/+0
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard1-1/+1
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi1-2/+1
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart1-0/+1
2016-12-15drm: Nuke fb->depthVille Syrjälä1-1/+1
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä1-1/+1
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart1-7/+0
2016-11-14drm/bochs: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ1-5/+1
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula1-2/+0
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_unlocked()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