aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-14Merge tag 'drm-misc-next-fixes-2019-03-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-1/+4
2019-03-07drm/qxl: remove conflicting framebuffers earlierGerd Hoffmann1-1/+4
2019-02-18Merge v5.0-rc7 into drm-nextDave Airlie2-18/+0
2019-01-30drm/qxl: use ttm_ttGerd Hoffmann1-5/+5
2019-01-29drm/irq: Ditch DRIVER_IRQ_SHAREDDaniel Vetter1-1/+0
2019-01-29drm/irq: Don't check for DRIVER_HAVE_IRQ in drm_irq_(un)installDaniel Vetter1-1/+1
2019-01-28drm/qxl: use kernel mode dbGerd Hoffmann1-20/+7
2019-01-28drm/qxl: add qxl_add_mode helper functionGerd Hoffmann1-35/+49
2019-01-28drm/qxl: add mode/framebuffer check functionsGerd Hoffmann1-18/+26
2019-01-28drm/qxl: implement qxl_gem_prime_(un)pinGerd Hoffmann1-3/+7
2019-01-28drm/qxl: remove dead qxl fbdev emulation codeGerd Hoffmann4-554/+1
2019-01-28drm/qxl: use generic fbdev emulationGerd Hoffmann2-7/+2
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