aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/qxl/qxl_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann1-2/+2
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä1-0/+1
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä1-0/+1
2022-05-05drm/qxl: add drm_gem_plane_helper_prepare_fbChristian König1-1/+7
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi1-4/+4
2021-05-12drm/qxl: balance dumb_shadow_bo pinGerd Hoffmann1-0/+1
2021-05-12drm/qxl: drop redundant codeGerd Hoffmann1-3/+1
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-160/+208
2021-03-11qxl: Fix uninitialised struct field head.surface_idColin Ian King1-0/+1
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard1-2/+4
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard1-4/+10
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard1-8/+10
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard1-1/+3
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard1-3/+3
2021-02-19drm/qxl: rework cursor planeGerd Hoffmann1-115/+133
2021-02-19drm/qxl: move shadow handling to new qxl_prepare_shadow()Gerd Hoffmann1-27/+34
2021-02-19drm/qxl: fix monitors object vmapGerd Hoffmann1-5/+2
2021-02-19drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_lockedGerd Hoffmann1-7/+7
2021-02-19drm/qxl: use ttm bo prioritiesGerd Hoffmann1-2/+2
2021-02-19drm/qxl: properly handle device init failuresGerd Hoffmann1-0/+3
2021-02-05drm/qxl: handle shadow in primary destroyGerd Hoffmann1-0/+2
2021-02-05drm/qxl: properly pin/unpin shadowGerd Hoffmann1-0/+4
2021-02-05drm/qxl: release shadow on shutdownGerd Hoffmann1-0/+4
2021-02-05drm/qxl: use drmm_mode_config_initGerd Hoffmann1-2/+3
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann1-3/+12
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard1-1/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard1-2/+2
2020-09-29drm/qxl: simplify the return expression of qxl_plane_prepare_fb()Qinglang Miao1-6/+1
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie1-2/+3
2020-08-17drm/qxl: Replace deprecated function in qxl_displaySidong Yang1-10/+11
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie1-3/+3
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-16/+16
2020-05-19drm/qxl: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov1-3/+3
2020-04-29drm/qxl: qxl_release use after freeVasily Averin1-3/+3
2020-04-28drm/qxl: Don't use drm_device->dev_privateDaniel Vetter1-16/+16
2020-03-02drm/qxl: Use simple encoderThomas Zimmermann1-15/+14
2020-01-30drm/qxl: Remove sending of vblank eventThomas Zimmermann1-14/+0
2019-08-06drm/qxl: use embedded gem objectGerd Hoffmann1-4/+4
2019-07-15drm/qxl: drop use of drmP.hSam Ravnborg1-0/+3
2019-02-21drm/qxl: remove set but not used variable 'bo_old'YueHaibing1-7/+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: 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