summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)AuthorFilesLines
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-07-03drm/qxl: Remove unecessary dma_fence_opsDaniel Vetter1-7/+0
2018-06-20Merge tag 'drm-misc-fixes-2018-06-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-2/+5
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook1-1/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-06-04drm/qxl: Call qxl_bo_unref outside atomic contextJeremy Cline1-2/+5
2018-05-14gpu: drm: qxl: Adding new typedef vm_fault_tSouptick Joarder1-4/+4
2018-05-11Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst4-15/+14
2018-05-03Revert 190c462d5be19ba622a82f5fd0625087c870a1e6..bf3012ada1b2222e770de5c35c1b...Daniel Vetter1-0/+7
2018-05-03drm/qxl: Remove unecessary dma_fence_opsDaniel Vetter1-7/+0
2018-04-30Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+1
2018-04-27qxl: drop dummy functionsGerd Hoffmann1-50/+0
2018-04-27qxl: hook monitors_config updates into crtc, not encoder.Gerd Hoffmann2-92/+66
2018-04-27qxl: move qxl_send_monitors_config()Gerd Hoffmann1-24/+23
2018-04-27qxl: remove qxl_io_log()Gerd Hoffmann5-62/+7
2018-04-25qxl: keep separate release_bo pointerGerd Hoffmann3-10/+9
2018-04-25qxl: fix qxl_release_{map,unmap}Gerd Hoffmann2-5/+5
2018-04-25drm/qxl: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-03-21Merge airlied/drm-next into drm-misc-nextSean Paul3-30/+6
2018-03-21drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()Santha Meena Ramamoorthy6-12/+12
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König1-4/+4
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König1-1/+1
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König1-4/+2
2018-02-26drm/ttm: drop bo->globChristian König1-1/+1
2018-02-26drm/qxl: remove ttm_pool_* wrappersChristian König1-22/+0
2017-12-28drm/ttm: use an operation ctx for ttm_tt_populate in ttm_bo_driver (v2)Roger He1-2/+3
2017-12-27drm/qxl: remove the default io_mem_pfn setTan Xiaojun1-1/+0
2017-12-21Merge branch 'drm-next-4.16' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie1-2/+1
2017-12-15drm/ttm: use an ttm operation ctx for ttm_bo_move_xxxRoger He1-2/+1
2017-12-08drm/qxl: reapply cursor after resetting primaryRay Strode2-0/+61
2017-12-08drm/qxl: unref cursor bo when finished with itRay Strode1-1/+3
2017-12-06drm/ttm: add context to driver move callback as wellChristian König1-5/+4
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König3-6/+8
2017-12-06drm/ttm: consistently use reservation_object_unlockChristian König1-1/+1
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter7-51/+71
2017-11-10drm: qxl: remove pr_info message, stops log spammingColin Ian King1-4/+1
2017-10-23qxl: alloc & use shadow for dumb buffersGerd Hoffmann4-4/+54
2017-10-23drm/qxl: replace QXL_INFO with DRM_DEBUG_DRIVERGerd Hoffmann5-47/+17
2017-09-25qxl: fix framebuffer unpinningGerd Hoffmann1-3/+4
2017-09-21Merge remote-tracking branch 'origin/master' into drm-misc-fixesSean Paul7-37/+31
2017-09-12qxl: fix primary surface handlingGerd Hoffmann1-15/+19
2017-08-16drm/qxl: Use the drm_driver.dumb_destroy defaultNoralf Trønnes1-1/+0
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-1/+1
2017-07-26drm/<drivers>: Drop fbdev info flagsDaniel Vetter1-1/+0
2017-07-26drm/qxl: Drop fbdev hwaccel flagsDaniel Vetter1-1/+1
2017-07-03drm: qxl: constify ttm_place structures.Arvind Yadav1-1/+1
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart1-2/+3
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart1-2/+3
2017-06-28drm: qxl: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart1-2/+2
2017-06-28drm: qxl: Remove unused CRTC .dpms() helper operationLaurent Pinchart1-5/+0