aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl
AgeCommit message (Expand)Author
2019-01-28drm/qxl: move qxl_primary_apply_cursor to correct placeGerd Hoffmann
2019-01-28drm/qxl: use QXL_GEM_DOMAIN_SURFACE for dumb gem objectsGerd Hoffmann
2019-01-28drm/qxl: use QXL_GEM_DOMAIN_SURFACE for shadow bo.Gerd Hoffmann
2019-01-28drm/qxl: allow both PRIV and VRAM placement for QXL_GEM_DOMAIN_SURFACEGerd Hoffmann
2019-01-28drm/qxl: use separate offset spaces for the two slots / ttm memory types.Gerd Hoffmann
2019-01-28drm/qxl: drop unused fields from struct qxl_deviceGerd Hoffmann
2019-01-28drm/qxl: change the way slot is detectedFrediano Ziglio
2019-01-28drm/qxl: simplify slot managementGerd Hoffmann
2019-01-28drm/qxl: drop unused qxl_fb_virtual_addressGerd Hoffmann
2019-01-28drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()Gerd Hoffmann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg
2019-01-14drm/qxl: drop prime import/export callbacksGerd Hoffmann
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/d...Dave Airlie
2019-01-09qxl: Use struct_size() in kzalloc()Gustavo A. R. Silva
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-13Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-12-12drm/qxl: Don't set the dpms hookDaniel Vetter
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König
2018-11-22Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2018-11-21qxl: Make sure qxl_cursor memory is pinnedChristophe Fergeau
2018-11-21qxl: Remove unused qxl_bo_pin argumentsChristophe Fergeau
2018-11-21qxl: No need for NULL check before calling qxl_bo_unref()Christophe Fergeau
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2018-11-14drm/qxl: remove set but not used variables 'driver, qbo'YueHaibing
2018-11-14drm/qxl: remove set but not used variable 'map'YueHaibing
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann
2018-10-30drm/qxl: Use 'unsigned int' instead of 'bool'Shayenne da Luz Moura
2018-10-30drm/qxl: Add space before open parenthesesShayenne da Luz Moura
2018-10-30drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura
2018-10-30drm/qxl: Remove trailing whitespaceShayenne da Luz Moura
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König
2018-09-12qxl: refactor to use drm_fb_helper_fbdev_setupPeter Wu
2018-09-05qxl: fix null-pointer crash during suspendPeter Wu
2018-08-30drm/qxl: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann
2018-08-10drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_configAnton Vasilyev
2018-08-10drm: qxl: Fix error handling at qxl_device_initAnton Vasilyev
2018-08-10drm/qxl: Replace drm_dev_unref with drm_dev_putThomas Zimmermann
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-07-03drm/qxl: Remove unecessary dma_fence_opsDaniel Vetter
2018-06-20Merge tag 'drm-misc-fixes-2018-06-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-06-04drm/qxl: Call qxl_bo_unref outside atomic contextJeremy Cline
2018-05-14gpu: drm: qxl: Adding new typedef vm_fault_tSouptick Joarder