summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/bochs
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: add io_mem_pfn callbackChristian König2017-04-041-0/+1
* drm: Add acquire ctx parameter to ->page_flip(_target)Daniel Vetter2017-03-291-1/+2
* drm: bochs: Prevent double-free of fb helperGabriel Krisman Bertazi2017-03-271-1/+3
* drm: bochs: Don't remove uninitialized fbdev framebufferGabriel Krisman Bertazi2017-03-201-5/+4
* drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-4/+1
* drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1
* drm/bochs: Implement nomodesetMax Staudt2017-02-021-0/+10
* drm/ttm: revert "implement LRU add callbacks v2"Christian König2017-01-271-2/+0
* drm: fix compilations issues introduced by "drm: allow to use mmuless SoC"Benjamin Gaignard2017-01-091-1/+1
* drm: Change the return type of the unload hook to voidGabriel Krisman Bertazi2017-01-091-2/+1
* drm: Don't include <drm/drm_encoder.h> in <drm/drm_crtc.h>Laurent Pinchart2016-12-181-0/+1
* drm: Nuke fb->depthVille Syrjälä2016-12-151-1/+1
* drm: Pass 'dev' to drm_helper_mode_fill_fb_struct()Ville Syrjälä2016-12-151-1/+1
* drm: Make the connector .detect() callback optionalLaurent Pinchart2016-12-011-7/+0
* drm/bochs: use DRM_FB_HELPER_DEFAULT_OPS for fb_opsStefan Christ2016-11-141-5/+1
* drm: define drm_compat_ioctl NULL on CONFIG_COMPAT=n and reduce #ifdefsJani Nikula2016-11-021-2/+0
* drm/ttm: make eviction decision a driver callback v2Christian König2016-10-251-0/+1
* Merge tag 'drm-qemu-20160921' of git://git.kraxel.org/linux into drm-nextDave Airlie2016-09-281-0/+7
|\
| * bochs: ignore device if there isn't enougth memoryGerd Hoffmann2016-09-201-0/+7
* | drm/bochs: mark bochs_connector_get_modes() staticBaoyou Xie2016-09-251-1/+1
* | drm: use drm_file to tag vm-bosDavid Herrmann2016-09-191-1/+2
* | drm: Remove superflous linux/fb.h includesDaniel Vetter2016-08-121-1/+0
* | drm/fb-helper: Add a dummy remove_conflicting_framebuffersDaniel Vetter2016-08-121-1/+2
|/
* Merge remote-tracking branch 'airlied/drm-next' into topic/drm-miscDaniel Vetter2016-07-191-10/+1
|\
| * drm/ttm: remove dummy bo_move implementationsChristian König2016-07-071-10/+1
* | drm/bochs: make fbdev support really optionalTobias Jakobi2016-07-181-4/+0
* | drm/bochs: Delete an unnecessary check before drm_gem_object_unreference_unlo...Markus Elfring2016-07-181-2/+2
|/
* drm/bochs: Use lockless gem BO free callbackDaniel Vetter2016-06-011-1/+1
* drm: Remove unused drm_device from drm_gem_object_lookup()Chris Wilson2016-05-171-2/+2
* drm/ttm: implement LRU add callbacks v2Christian König2016-05-041-0/+2
* drm/ttm: remove use_ticket parameter from ttm_bo_reserveChristian König2016-05-042-3/+3
* drm/bochs: Drop fake gamma supportDaniel Vetter2016-04-122-22/+0
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-211-16/+0
|\
| * drm/bochs: removed optional dummy crtc mode_fixup function.Carlos Palminha2016-03-041-8/+0
| * drm/bochs: removed optional dummy encoder mode_fixup function.Carlos Palminha2016-02-161-8/+0
* | PCI: Add QEMU top-level IDs for (sub)vendor & deviceRobin H. Johnson2016-03-081-2/+2
|/
* drm/bochs: Constify function pointer structsVille Syrjälä2015-12-151-3/+3
* drm/bochs: Store correct CRTC index in eventsThierry Reding2015-12-151-1/+1
* drm: Pass 'name' to drm_encoder_init()Ville Syrjälä2015-12-111-1/+1
* drm: Pass the user drm_mode_fb_cmd2 as const to .fb_create()Ville Syrjälä2015-11-243-4/+4
* drm/bochs: Don't grab dev->struct_mutex for in mmap offset ioctlDaniel Vetter2015-08-101-12/+4
* drm/bochs: Use new drm_fb_helper functionsArchit Taneja2015-08-062-27/+13
* drm/bochs: disable video before changing video modeChris Ruffin2015-04-011-0/+1
* drm/fb-helper: Propagate errors from initial config failureThierry Reding2015-01-211-2/+12
* drm/bochs: Remove dummy ->load_lut() implementationThierry Reding2014-12-101-5/+0
* bochs: add page_flipGerd Hoffmann2014-11-201-0/+21
* bochs: fix bochsdrmfb mmapGerd Hoffmann2014-11-201-4/+14
* bochs: add endian switching supportGerd Hoffmann2014-11-201-1/+19
* bochs: little cleanupGerd Hoffmann2014-11-201-2/+1
* drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.hDaniel Vetter2014-11-051-0/+1
OpenPOWER on IntegriCloud