aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-28drm/qxl: implement prime kmap/kunmapGerd Hoffmann3-4/+20
2019-01-28drm/qxl: use qxl_num_crtc directlyGerd Hoffmann1-14/+11
2019-01-28drm/qxl: cover all crtcs in shadow bo.Gerd Hoffmann3-29/+108
2019-01-28drm/qxl: use shadow bo directlyGerd Hoffmann2-27/+16
2019-01-28drm/qxl: track primary boGerd Hoffmann3-4/+7
2019-01-28drm/qxl: drop unused offset parameter from qxl_io_create_primary()Gerd Hoffmann3-6/+4
2019-01-28drm/qxl: move qxl_primary_apply_cursor to correct placeGerd Hoffmann1-7/+3
2019-01-28drm/qxl: use QXL_GEM_DOMAIN_SURFACE for dumb gem objectsGerd Hoffmann1-1/+1
2019-01-28drm/qxl: use QXL_GEM_DOMAIN_SURFACE for shadow bo.Gerd Hoffmann1-1/+1
2019-01-28drm/qxl: allow both PRIV and VRAM placement for QXL_GEM_DOMAIN_SURFACEGerd Hoffmann1-1/+3
2019-01-28drm/qxl: use separate offset spaces for the two slots / ttm memory types.Gerd Hoffmann3-4/+16
2019-01-28drm/qxl: drop unused fields from struct qxl_deviceGerd Hoffmann2-11/+2
2019-01-28drm/qxl: change the way slot is detectedFrediano Ziglio1-1/+2
2019-01-28drm/qxl: simplify slot managementGerd Hoffmann2-51/+36
2019-01-28drm/qxl: drop unused qxl_fb_virtual_addressGerd Hoffmann1-7/+0
2019-01-28drm/qxl: drop ttm_mem_reg arg from qxl_hw_surface_alloc()Gerd Hoffmann3-15/+4
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter4-6/+7
2019-01-14drm: move drm_can_sleep() to drm_util.hSam Ravnborg1-0/+2
2019-01-14drm/qxl: drop prime import/export callbacksGerd Hoffmann2-18/+0
2019-01-11Merge drm/drm-next into drm-misc-nextMaxime Ripard2-3/+2
2019-01-10Merge tag 'drm-misc-next-2019-01-07-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+0
2019-01-09qxl: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+1
2018-12-13Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-1/+1
2018-12-12drm/qxl: Don't set the dpms hookDaniel Vetter1-1/+0
2018-12-07drm/ttm: allow reserving more than one shared slot v3Christian König1-1/+1
2018-11-22Merge tag 'drm-misc-next-2018-11-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie7-33/+24
2018-11-21qxl: Make sure qxl_cursor memory is pinnedChristophe Fergeau1-1/+9
2018-11-21qxl: Remove unused qxl_bo_pin argumentsChristophe Fergeau4-12/+8
2018-11-21qxl: No need for NULL check before calling qxl_bo_unref()Christophe Fergeau3-9/+4
2018-11-19Merge branch 'drm-next-4.21' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie2-64/+0
2018-11-14drm/qxl: remove set but not used variables 'driver, qbo'YueHaibing1-4/+0
2018-11-14drm/qxl: remove set but not used variable 'map'YueHaibing1-7/+3
2018-11-05drm/ttm: initialize globals during device init (v2)Christian König2-35/+0
2018-11-05drm/ttm: use a static ttm_mem_global instanceChristian König2-29/+0
2018-11-05drm/ttm: Rename ttm_bo_global_{init,release}() to ttm_bo_global_ref_{,}()Thomas Zimmermann1-2/+2
2018-10-30drm/qxl: Use 'unsigned int' instead of 'bool'Shayenne da Luz Moura1-5/+5
2018-10-30drm/qxl: Add space before open parenthesesShayenne da Luz Moura1-2/+2
2018-10-30drm/qxl: Use 'unsigned int' instead of 'usigned'Shayenne da Luz Moura9-31/+31
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura11-15/+0
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura9-0/+17
2018-10-30drm/qxl: Remove trailing whitespaceShayenne da Luz Moura1-1/+1
2018-10-25dma-buf: allow reserving more than one shared fence slotChristian König1-1/+1
2018-09-12qxl: refactor to use drm_fb_helper_fbdev_setupPeter Wu4-276/+60
2018-09-05qxl: fix null-pointer crash during suspendPeter Wu1-21/+5
2018-08-30drm/qxl: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-1/+1
2018-08-10drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_configAnton Vasilyev1-3/+13
2018-08-10drm: qxl: Fix error handling at qxl_device_initAnton Vasilyev1-7/+73
2018-08-10drm/qxl: Replace drm_dev_unref with drm_dev_putThomas Zimmermann1-1/+1
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1