summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/vmwgfx
Commit message (Expand)AuthorAgeFilesLines
* drm/vmwgfx: remove unused vmw_overlay functionTom Rix2023-04-111-6/+0
* drm/vmwgfx: Fix Legacy Display Unit atomic drm supportMartin Krastev2023-04-113-74/+38
* drm/vmwgfx: Print errors when running on broken/unsupported configsZack Rusin2023-04-113-0/+40
* drm/vmwgfx: Drop mksstat_init_record fn as currently unusedMartin Krastev2023-04-111-26/+0
* drm/fbdev-generic: Remove unused prefer_shadow_fbdev flagThomas Zimmermann2023-03-221-1/+0
* drm/vmwgfx: Fix src/dst_pitch confusionZack Rusin2023-03-151-2/+2
* drm: Track clients by tgid and not tidTvrtko Ursulin2023-03-151-1/+1
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2023-03-131-0/+110
|\
| * Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-1/+1
| |\
| | * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * | Merge tag 'drm-next-2023-02-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2023-02-229-8/+15
| |\ \
| * \ \ Merge tag 'drm-misc-fixes-2023-02-16' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2023-02-177-13/+25
| |\ \ \
| | * | | drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin2023-02-147-10/+20
| | * | | drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2023-02-142-3/+5
| | | |/ | | |/|
* | | | drm/vmwgfx: Do not drop the reference to the handle too soonZack Rusin2023-02-147-10/+20
* | | | drm/vmwgfx: Stop accessing buffer objects which failed initZack Rusin2023-02-142-3/+5
* | | | drm/vmwgfx: Make the driver work without the dummy resourcesZack Rusin2023-02-132-5/+16
* | | | drm/vmwgfx: Stop using raw ttm_buffer_object'sZack Rusin2023-02-1327-688/+563
* | | | drm/vmwgfx: Abstract placement selectionZack Rusin2023-02-1322-455/+311
* | | | drm/vmwgfx: Rename dummy to is_iomemZack Rusin2023-02-131-8/+8
* | | | drm/vmwgfx: Cleanup the vmw bo usage in the cursor pathsZack Rusin2023-02-132-14/+1
* | | | drm/vmwgfx: Simplify fb pinningZack Rusin2023-02-135-85/+54
* | | | drm/vmwgfx: Rename vmw_buffer_object to vmw_boZack Rusin2023-02-1325-385/+419
* | | | drm/vmwgfx: Remove the duplicate bo_free functionZack Rusin2023-02-138-58/+27
* | | | drm/vmwgfx: Use the common gem mmap instead of the custom codeZack Rusin2023-02-135-118/+10
* | | | drm/ttm: prevent moving of pinned BOsChristian König2023-02-061-17/+2
| |_|/ |/| |
* | | Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-317-234/+87
|\| |
| * | treewide: fix up files incorrectly marked executableLinus Torvalds2023-01-261-0/+0
| |/
| * drm/vmwgfx: Remove rcu locks from user resourcesZack Rusin2023-01-096-233/+87
* | Merge tag 'drm-misc-next-2023-01-19' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-241-0/+11
|\ \
| * | drm/ttm/vmwgfx: move ttm_bo_wait into VMWGFXChristian König2023-01-181-0/+11
* | | Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2023-01-048-8/+5
|\| | | |/ |/|
| * drm/ttm: merge ttm_bo_api.h and ttm_bo_driver.h v2Christian König2022-12-068-8/+5
* | Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-12-1326-1821/+697
|\|
| * drm/fb-helper: Move generic fbdev emulation into separate source fileThomas Zimmermann2022-11-051-1/+1
| * drm/vmwgfx: Cleanup the cursor snooping codeZack Rusin2022-10-313-17/+30
| * drm/vmwgfx: Validate the box size for the snooped cursorZack Rusin2022-10-311-1/+2
| * drm/ttm: rework on ttm_resource to use size_t typeSomalapuram Amaranath2022-10-276-13/+13
| * drm/vmwgfx: Fix a sparse warning in kernel docsZack Rusin2022-10-251-1/+0
| * drm/vmwgfx: Optimize initial sizes of cotablesZack Rusin2022-10-251-2/+14
| * drm/vmwgfx: Add a mksstat counter for cotable resizesZack Rusin2022-10-253-9/+22
| * drm/vmwgfx: Remove explicit and broken vblank handlingZack Rusin2022-10-255-101/+1
| * drm/vmwgfx: Port the framebuffer code to drm fb helpersZack Rusin2022-10-257-991/+28
| * drm/vmwgfx: Do not allow invalid bpp's for dumb buffersZack Rusin2022-10-251-1/+15
| * drm/vmwgfx: Remove vmwgfx_hashtabMaaz Mombasawala2022-10-257-292/+12
| * drm/vmwgfx: Refactor ttm reference object hashtable to use linux/hashtable.Maaz Mombasawala2022-10-253-49/+56
| * drm/vmwgfx: Diff cursors when using cmdsMichael Banack2022-10-252-60/+62
| * drm/vmwgfx: Support cursor surfaces with mob cursorMichael Banack2022-10-252-29/+50
| * drm/vmwgfx: Start diffing new mob cursors against old onesMichael Banack2022-10-252-26/+81
| * drm/vmwgfx: Clean up cursor mobsMichael Banack2022-10-252-193/+267