summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)AuthorFilesLines
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 buffersdrm-misc-fixes-2017-11-02Gerd 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-fixesdrm-misc-fixes-2017-09-28Sean 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
2017-03-07qxl: read monitors config at bootGerd Hoffmann1-0/+5
2017-03-07qxl: limit monitor config read retriesGerd Hoffmann1-8/+12
2017-03-07qxl: drop mode_info.modes & related code.Gerd Hoffmann2-24/+0
2017-03-07drm: qxl: Don't alloc fbdev if emulation is not supportedGabriel Krisman Bertazi1-1/+8
2017-03-01drm/qxl: Remove qxl_debugfs_takedown()Noralf Trønnes3-11/+0
2017-02-28drm: qxl: Enable atomic modesetting ioctlGabriel Krisman Bertazi1-1/+2
2017-02-28drm: qxl: Atomic phase 3: Wire up atomic page_flip helperGabriel Krisman Bertazi1-46/+1
2017-02-28drm: qxl: Atomic phase 3: Wire up atomic set_config helperGabriel Krisman Bertazi1-10/+1
2017-02-28drm: qxl: Atomic phase 3: Use atomic handlers for planesGabriel Krisman Bertazi1-4/+6
2017-02-28drm: qxl: Atomic phase 2: Use drm_atomic_set_fb_for_plane helperGabriel Krisman Bertazi1-1/+3
2017-02-28drm: qxl: Atomic phase 2: Wire up state object handlersGabriel Krisman Bertazi1-0/+14