aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-30Merge tag 'drm-misc-next-2018-04-26' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+1
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 into drm-nextDave 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
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul1-2/+2
2017-06-23drm/qxl: move extern variable declaration header fileGerd Hoffmann2-1/+1
2017-06-23drm/qxl: declare a bunch of functions as staticGerd Hoffmann2-11/+11
2017-06-23drm/qxl: fix __user annotationsGerd Hoffmann1-8/+9
2017-06-20drm/pci: Deprecate drm_pci_init/exit completelyDaniel Vetter1-2/+2
2017-06-20drm: Remove drm_driver->set_busid hookDaniel Vetter1-2/+0
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie1-2/+2
2017-05-23drm: qxl: Delay entering atomic context during cursor updateGabriel Krisman Bertazi1-2/+2
2017-05-17drm/qxl: fix include notation and remove -Iinclude/drm flagMasahiro Yamada8-33/+30
2017-04-04drm/ttm: add io_mem_pfn callbackChristian König1-0/+1
2017-03-14Merge tag 'doc-4.11-images' of git://git.lwn.net/linux into drm-misc-nextDaniel Vetter1-3/+3
2017-03-14drm: qxl: add missing return checkDan Carpenter1-0/+2
2017-03-09drm/qxl: Remove qxl_debugfs_remove_files()Noralf Trønnes3-15/+0
2017-03-07qxl: fix qxl_conn_get_modesGerd Hoffmann1-10/+12