summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/qxl/qxl_display.c
AgeCommit message (Expand)Author
2023-11-24drm/qxl: Use the hotspot properties from cursor planesZack Rusin
2023-11-06drm/qxl: prevent memory leakZongmin Zhou
2022-10-19drm: Remove drm_mode_config::fb_baseZack Rusin
2022-07-26drm/plane-helper: Export individual helpersThomas Zimmermann
2022-06-20drm: Drop drm_framebuffer.h from drm_crtc.hVille Syrjälä
2022-06-20drm: Drop drm_edid.h from drm_crtc.hVille Syrjälä
2022-05-05drm/qxl: add drm_gem_plane_helper_prepare_fbChristian König
2022-02-07dma-buf-map: Rename to iosys-mapLucas De Marchi
2021-05-12drm/qxl: balance dumb_shadow_bo pinGerd Hoffmann
2021-05-12drm/qxl: drop redundant codeGerd Hoffmann
2021-03-16Merge tag 'drm-misc-next-2021-03-03' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2021-03-11qxl: Fix uninitialised struct field head.surface_idColin Ian King
2021-02-25drm: Use state helper instead of the plane state pointerMaxime Ripard
2021-02-25drm/atomic: Pass the full state to planes atomic disable and updateMaxime Ripard
2021-02-24drm: Store new plane state in a variable for atomic_update and disableMaxime Ripard
2021-02-24drm/atomic: Pass the full state to planes atomic_checkMaxime Ripard
2021-02-24drm: Rename plane atomic_check state namesMaxime Ripard
2021-02-19drm/qxl: rework cursor planeGerd Hoffmann
2021-02-19drm/qxl: move shadow handling to new qxl_prepare_shadow()Gerd Hoffmann
2021-02-19drm/qxl: fix monitors object vmapGerd Hoffmann
2021-02-19drm/qxl: rename qxl_bo_kmap -> qxl_bo_vmap_lockedGerd Hoffmann
2021-02-19drm/qxl: use ttm bo prioritiesGerd Hoffmann
2021-02-19drm/qxl: properly handle device init failuresGerd Hoffmann
2021-02-05drm/qxl: handle shadow in primary destroyGerd Hoffmann
2021-02-05drm/qxl: properly pin/unpin shadowGerd Hoffmann
2021-02-05drm/qxl: release shadow on shutdownGerd Hoffmann
2021-02-05drm/qxl: use drmm_mode_config_initGerd Hoffmann
2020-11-09drm/gem: Use struct dma_buf_map in GEM vmap ops and convert GEM backendsThomas Zimmermann
2020-11-02drm/atomic: Pass the full state to CRTC atomic begin and flushMaxime Ripard
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard
2020-09-29drm/qxl: simplify the return expression of qxl_plane_prepare_fb()Qinglang Miao
2020-09-08Merge tag 'v5.9-rc4' into drm-nextDave Airlie
2020-08-17drm/qxl: Replace deprecated function in qxl_displaySidong Yang
2020-06-24Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...Dave Airlie
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2020-05-19drm/qxl: remove _unlocked suffix in drm_gem_object_put_unlockedEmil Velikov
2020-04-29drm/qxl: qxl_release use after freeVasily Averin
2020-04-28drm/qxl: Don't use drm_device->dev_privateDaniel Vetter
2020-03-02drm/qxl: Use simple encoderThomas Zimmermann
2020-01-30drm/qxl: Remove sending of vblank eventThomas Zimmermann
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