aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-28drm/qxl: use generic fbdev emulationGerd Hoffmann1-7/+0
2019-01-28drm/qxl: use qxl_num_crtc directlyGerd Hoffmann1-14/+11
2019-01-28drm/qxl: cover all crtcs in shadow bo.Gerd Hoffmann1-26/+97
2019-01-28drm/qxl: use shadow bo directlyGerd Hoffmann1-22/+11
2019-01-28drm/qxl: track primary boGerd Hoffmann1-1/+1
2019-01-28drm/qxl: drop unused offset parameter from qxl_io_create_primary()Gerd Hoffmann1-1/+1
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 shadow bo.Gerd Hoffmann1-1/+1
2019-01-24drm: Split out drm_probe_helper.hDaniel Vetter1-3/+3
2019-01-09qxl: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+2
2018-12-12drm/qxl: Don't set the dpms hookDaniel Vetter1-1/+0
2018-11-21qxl: Make sure qxl_cursor memory is pinnedChristophe Fergeau1-1/+9
2018-11-21qxl: Remove unused qxl_bo_pin argumentsChristophe Fergeau1-2/+2
2018-11-21qxl: No need for NULL check before calling qxl_bo_unref()Christophe Fergeau1-3/+1
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 Moura1-6/+6
2018-10-30drm/qxl: Remove exceding whitelineShayenne da Luz Moura1-1/+0
2018-10-30drm/qxl: Add line after variable declarationsShayenne da Luz Moura1-0/+2
2018-09-12qxl: refactor to use drm_fb_helper_fbdev_setupPeter Wu1-81/+20
2018-08-10drm: qxl: Fix NULL pointer dereference at qxl_alloc_client_monitors_configAnton Vasilyev1-3/+13
2018-07-13drm: drop _mode_ from drm_mode_connector_attach_encoderDaniel Vetter1-1/+1
2018-06-20Merge tag 'drm-misc-fixes-2018-06-12' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixesDave Airlie1-2/+5
2018-06-04drm/qxl: Call qxl_bo_unref outside atomic contextJeremy Cline1-2/+5
2018-04-27qxl: drop dummy functionsGerd Hoffmann1-50/+0
2018-04-27qxl: hook monitors_config updates into crtc, not encoder.Gerd Hoffmann1-92/+64
2018-04-27qxl: move qxl_send_monitors_config()Gerd Hoffmann1-24/+23
2018-04-27qxl: remove qxl_io_log()Gerd Hoffmann1-23/+4
2018-04-25drm/qxl: fix mode_valid's return typeLuc Van Oostenryck1-1/+1
2018-03-21drm/qxl: Replace drm_gem_object_reference/unreference() with _get/put()Santha Meena Ramamoorthy1-2/+2
2017-12-08drm/qxl: reapply cursor after resetting primaryRay Strode1-0/+59
2017-12-08drm/qxl: unref cursor bo when finished with itRay Strode1-1/+3
2017-10-23qxl: alloc & use shadow for dumb buffersGerd Hoffmann1-3/+46
2017-09-25qxl: fix framebuffer unpinningGerd Hoffmann1-3/+4
2017-09-21Merge remote-tracking branch 'origin/master' into drm-misc-fixesSean Paul1-19/+16
2017-09-12qxl: fix primary surface handlingGerd Hoffmann1-15/+19
2017-08-01drm: Plumb modifiers through plane initBen Widawsky1-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: declare a bunch of functions as staticGerd Hoffmann1-9/+9
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 Yamada1-5/+4
2017-03-14drm: qxl: add missing return checkDan Carpenter1-0/+2
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-02-28drm: qxl: Atomic phase 3: Wire up atomic page_flip helperGabriel Krisman Bertazi1-46/+1