summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/bochs
AgeCommit message (Expand)Author
2017-02-02drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi
2017-02-02drm/bochs: Implement nomodesetMax Staudt
2017-01-27drm/ttm: revert "implement LRU add callbacks v2"Christian König
2017-01-09drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard
2017-01-09drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi
2016-12-18drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart
2016-12-15drm: Nuke fb->depthVille Syrjälä
2016-12-15drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä
2016-12-01drm: Make the connector .detect() callback optionalLaurent Pinchart
2016-11-14drm/bochs: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ
2016-11-02drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula
2016-10-25drm/ttm: make eviction decision a driver callback v2Christian König
2016-09-28Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-nextDave Airlie
2016-09-25drm/bochs: mark bochs_connector_get_modes() staticBaoyou Xie
2016-09-20bochs: ignore device if there isn't enougth memoryGerd Hoffmann
2016-09-19drm: use drm_file to tag vm-bosDavid Herrmann
2016-08-12drm: Remove superflous linux/fb.h includesDaniel Vetter
2016-08-12drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter
2016-07-19Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter
2016-07-18drm/bochs: make fbdev support really optionalTobias Jakobi
2016-07-18drm/bochs: Delete an unnecessary check before drm_gem_object_unreference_unlo...Markus Elfring
2016-07-07drm/ttm: remove dummy bo_move implementationsChristian König
2016-06-01drm/bochs: Use lockless gem BO free callbackDaniel Vetter
2016-05-17drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson
2016-05-04drm/ttm: implement LRU add callbacks v2Christian König
2016-05-04drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König
2016-04-12drm/bochs: Drop fake gamma supportDaniel Vetter
2016-03-21Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-03-08PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson
2016-03-04drm/bochs: removed optional dummy crtc mode_fixup function.Carlos Palminha
2016-02-16drm/bochs: removed optional dummy encoder mode_fixup function.Carlos Palminha
2015-12-15drm/bochs: Constify function pointer structsVille Syrjälä
2015-12-15drm/bochs: Store correct CRTC index in eventsThierry Reding
2015-12-11drm: Pass 'name' to drm_encoder_init()Ville Syrjälä
2015-11-24drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä
2015-08-10drm/bochs: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter
2015-08-06drm/bochs: Use new drm_fb_helper functionsArchit Taneja
2015-04-01drm/bochs: disable video before changing video modeChris Ruffin
2015-01-21drm/fb-helper: Propagate errors from initial config failureThierry Reding
2014-12-10drm/bochs: Remove dummy ->load_lut() implementationThierry Reding
2014-11-20bochs: add page_flipGerd Hoffmann
2014-11-20bochs: fix bochsdrmfb mmapGerd Hoffmann
2014-11-20bochs: add endian switching supportGerd Hoffmann
2014-11-20bochs: little cleanupGerd Hoffmann
2014-11-05drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter
2014-10-14Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2014-09-30drm/ttm: add reservation_object as argument to ttm_bo_initMaarten Lankhorst
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/bochs: add missing drm_connector_register callGerd Hoffmann