aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_display.c
AgeCommit message (Expand)Author
2020-05-06drm/qxl: qxl_release use after freeVasily Averin
2019-08-06drm/qxl: use embedded gem objectGerd Hoffmann
2019-07-15drm/qxl: drop use of drmP.hSam Ravnborg
2019-02-21drm/qxl: remove set but not used variable 'bo_old'YueHaibing
2019-01-28drm/qxl: use kernel mode dbGerd Hoffmann
2019-01-28drm/qxl: add qxl_add_mode helper functionGerd Hoffmann
2019-01-28drm/qxl: add mode/framebuffer check functionsGerd Hoffmann
2019-01-28drm/qxl: use generic fbdev emulationGerd Hoffmann
2019-01-28drm/qxl: use qxl_num_crtc directlyGerd Hoffmann
2019-01-28drm/qxl: cover all crtcs in shadow bo.Gerd Hoffmann
2019-01-28drm/qxl: use shadow bo directlyGerd Hoffmann
2019-01-28drm/qxl: track primary boGerd Hoffmann
2019-01-28drm/qxl: drop unused offset parameter from qxl_io_create_primary()Gerd Hoffmann
2019-01-28drm/qxl: move qxl_primary_apply_cursor to correct placeGerd Hoffmann
2019-01-28drm/qxl: use QXL_GEM_DOMAIN_SURFACE for shadow bo.Gerd Hoffmann
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter
2019-01-09qxl: Use struct_size() in kzalloc()Gustavo A. R. Silva
2018-12-12drm/qxl: Don't set the dpms hookDaniel Vetter
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-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-09-12qxl: refactor to use drm_fb_helper_fbdev_setupPeter Wu
2018-08-10drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_configAnton Vasilyev
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter
2018-06-20Merge tag 'drm-misc-fixes-2018-06-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2018-06-04drm/qxl: Call qxl_bo_unref outside atomic contextJeremy Cline
2018-04-27qxl: drop dummy functionsGerd Hoffmann
2018-04-27qxl: hook monitors_config updates into crtc, not encoder.Gerd Hoffmann
2018-04-27qxl: move qxl_send_monitors_config()Gerd Hoffmann
2018-04-27qxl: remove qxl_io_log()Gerd Hoffmann
2018-04-25drm/qxl: fix mode_valid's return typeLuc Van Oostenryck
2018-03-21drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()Santha Meena Ramamoorthy
2017-12-08drm/qxl: reapply cursor after resetting primaryRay Strode
2017-12-08drm/qxl: unref cursor bo when finished with itRay Strode
2017-10-23qxl: alloc & use shadow for dumb buffersGerd Hoffmann
2017-09-25qxl: fix framebuffer unpinningGerd Hoffmann
2017-09-21Merge remote-tracking branch 'origin/master' into drm-misc-fixesSean Paul
2017-09-12qxl: fix primary surface handlingGerd Hoffmann
2017-08-01drm: Plumb modifiers through plane initBen Widawsky
2017-06-30drm: Convert atomic drivers from CRTC .disable() to .atomic_disable()Laurent Pinchart
2017-06-30drm: Add old state pointer to CRTC .enable() helper functionLaurent Pinchart
2017-06-28drm: qxl: Replace CRTC .commit() helper operation with .enable()Laurent Pinchart
2017-06-28drm: qxl: Remove unused CRTC .dpms() helper operationLaurent Pinchart
2017-06-27Merge remote-tracking branch 'airlied/drm-next' into drm-misc-nextSean Paul
2017-06-23drm/qxl: declare a bunch of functions as staticGerd Hoffmann
2017-05-30Backmerge tag 'v4.12-rc3' into drm-nextDave Airlie