Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
953742c8fe8ac45be453fee959d7be40cd89f920
/
drivers
/
gpu
/
drm
/
vmwgfx
f35119d
drivers: use kzalloc/kcalloc instead of 'kmalloc+memset', where possible
by Rakib Mullick
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
a2c06ee
Revert "ttm: Include the 'struct dev' when using the DMA API."
by Dave Airlie
· 14 years ago
de1e7cd
Merge branch 'stable/ttm.pci-api.v5' of git://git.kernel.org/pub/scm/linux/kernel/git/konrad/xen into drm-next
by Dave Airlie
· 14 years ago
b1f559e
drm: Mark constant arrays of drm_display_mode const
by Chris Wilson
· 14 years ago
5a893fc
ttm: Include the 'struct dev' when using the DMA API.
by Konrad Rzeszutek Wilk
· 14 years ago
8410ea3
drm: rework PCI/platform driver interface.
by Dave Airlie
· 14 years ago
27e8b23
ttm: Expand (*populate) to support an array of DMA addresses.
by Konrad Rzeszutek Wilk
· 14 years ago
5b2eef9
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
a666594
vmwgfx: don't use flush_scheduled_work()
by Tejun Heo
· 14 years ago
57084d0
drm/fb: Don't expose mmio for fbdev emulation layer
by James Simmons
· 14 years ago
6570596
drm/ttm/vmwgfx: Have TTM manage the validation sequence.
by Thomas Hellstrom
· 14 years ago
2f5993c
drm/vmwgfx: Fix up an error path during bo creation
by Thomas Hellstrom
· 14 years ago
dccb2a9
drm: vmwgfx: fix information leak to userland
by Kulikov Vasiliy
· 14 years ago
1ef0724
drm/vmwgfx: Fix oops on failing bo pin
by Thomas Hellstrom
· 14 years ago
85b54e0
drivers/gpu/drm/vmwgfx: Fix k.alloc switched arguments
by Joe Perches
· 14 years ago
c48c43e
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
135cba0
vmwgfx: Implement a proper GMR eviction mechanism
by Thomas Hellstrom
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
092e0e7
Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bkl
by Linus Torvalds
· 14 years ago
0c8eb0d
Merge remote branch 'nouveau/for-airlied' of ../drm-nouveau-next into drm-core-next
by Dave Airlie
· 14 years ago
8aea528
drm/vmwgfx: Bump minor and driver date
by Thomas Hellstrom
· 14 years ago
029e50b
drm/vmwgfx: Save at least one screen layout
by Thomas Hellstrom
· 14 years ago
73558ea
drm/vmwgfx: Add modinfo version
by Thomas Hellstrom
· 14 years ago
30f47fc8
drm/vmwgfx: Add a parameter to get the max fb size
by Thomas Hellstrom
· 14 years ago
09e2601
drm/vmwgfx: Don't flush fb if we're in the suspended state.
by Thomas Hellstrom
· 14 years ago
e133e73
drm/vmwgfx: Prune modes based on available VRAM size
by Thomas Hellstrom
· 14 years ago
3a939a5
drm/vmwgfx: Take the ttm lock around the dirty ioctl
by Thomas Hellstrom
· 14 years ago
02b0016
drm: vmwgfx: Add a struct drm_file parameter to the dirty framebuffer callback
by Thomas Hellstrom
· 14 years ago
7fbd721
drm/vmwgfx: Add new-style PM hooks to improve hibernation behavior
by Thomas Hellstrom
· 14 years ago
094e0fa
drm/vmwgfx: Fix ACPI S3 & S4 functionality.
by Thomas Hellstrom
· 14 years ago
d3216a0
drm/vmwgfx: Really support other depths than 32
by Thomas Hellstrom
· 14 years ago
fb7ba21
Merge remote branch 'korg/drm-fixes' into drm-vmware-next
by Dave Airlie
· 14 years ago
d961db7
drm/ttm: restructure to allow driver to plug in alternate memory manager
by Ben Skeggs
· 14 years ago
abb295f
vmwgfx: Fix fb VRAM pinning failure due to fragmentation
by Thomas Hellstrom
· 14 years ago
f1a28ee
vmwgfx: Remove initialisation of dev::devname
by Thomas Hellstrom
· 14 years ago
7a1c2f6
vmwgfx: Enable use of the vblank system
by Thomas Hellstrom
· 14 years ago
30c78bb
vmwgfx: vt-switch (master drop) fixes
by Thomas Hellstrom
· 14 years ago
2854eed
drm/vmwgfx: Fix breakage introduced by commit "drm: block userspace under allocating buffer and having drivers overwrite it (v2)"
by Thomas Hellstrom
· 14 years ago
4a445f2
Merge remote branch 'origin/master' of /home/airlied/kernel//linux-2.6 into drm-core-next
by Dave Airlie
· 14 years ago
40b3be3
drivers/gpu/drm: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
dc880ab
drm: use noop_llseek
by Arnd Bergmann
· 14 years ago
930a9e2
drm: Use a nondestructive mode for output detect when polling (v2)
by Chris Wilson
· 14 years ago
7b334fc
drm: Use a nondestructive mode for output detect when polling
by Chris Wilson
· 14 years ago
cbc60ca
drm: kill get_reg_ofs callback
by Daniel Vetter
· 14 years ago
793a97e
drm: kill drm_map_ofs callbacks
by Daniel Vetter
· 14 years ago
ee00557
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
1b2f148
drm: block userspace under allocating buffer and having drivers overwrite it (v2)
by Dave Airlie
· 14 years ago
aa9f56b
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
7203425
drm: expand gamma_set
by James Simmons
· 14 years ago
cce13ff
drm: Propagate error code from fb_create()
by Chris Wilson
· 14 years ago
fc1caf6
Merge branch 'drm-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
d790d4d
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
ba4420c
drm: move ttm global code to core drm
by Dave Airlie
· 15 years ago
7827627
Merge branch 'drm-radeon-next' of ../drm-radeon-next into drm-core-next
by Dave Airlie
· 14 years ago
c39721c
drm/vmgfx: operation on ‘par->dirty.y1’ may be undefined
by Chris Wilson
· 14 years ago
d656ae5
Merge tag 'v2.6.35-rc6' into drm-radeon-next
by Dave Airlie
· 14 years ago
4ede00c
vmwgfx: return -EFAULT if copy_to_user fails
by Dan Carpenter
· 14 years ago
db8cc27
Merge branch 'drm-platform' into drm-testing
by Dave Airlie
· 14 years ago
f1bbbb6
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
65155b3
fix typos concerning "management"
by Uwe Kleine-König
· 14 years ago
9b8eb4d
drm/vmwgfx: return -EFAULT for copy_to_user errors
by Dan Carpenter
· 15 years ago
d8bd19d
drm/vmwgfx: Allow userspace to change default layout. Bump minor.
by Jakob Bornecrantz
· 15 years ago
991b7b4
drm/vmwgfx: Fix framebuffer modesetting
by Jakob Bornecrantz
· 15 years ago
7c4f778
drm/vmwgfx: Fix vga save / restore with display topology.
by Thomas Hellstrom
· 15 years ago
dcdb167
drm: Add support for platform devices to register as DRM devices
by Jordan Crouse
· 15 years ago
1ca14e7
drm/vmwgfx: Remove some leftover debug messages.
by Thomas Hellstrom
· 15 years ago
316ab13
drm/vmwgfx: Print warnings in kernel log about bo pinning that fails.
by Jakob Bornecrantz
· 15 years ago
792778e
drm/vmwgfx: Unpause overlay on update.
by Jakob Bornecrantz
· 15 years ago
259600d5
drm/vmwgfx: Some modesetting cleanups and fixes.
by Jakob Bornecrantz
· 15 years ago
d451f62
drm/vmwgfx: Don't use SVGA_REG_ENABLE in modesetting code.
by Jakob Bornecrantz
· 15 years ago
bbfad33
drm/vmwgfx: Remove duplicate member from struct vmw_legacy_display_unit.
by Jakob Bornecrantz
· 15 years ago
22ee861
drm/vmwgfx: Reserve first part of VRAM for framebuffer.
by Thomas Hellstrom
· 15 years ago
d7e1958
drm/vmwgfx: Support older hardware.
by Jakob Bornecrantz
· 15 years ago
1ae1ddd
drm/vmwgfx: Get connector status from detection function.
by Jakob Bornecrantz
· 15 years ago
1925d45
drm/vmwgfx: Add kernel throttling support. Bump minor.
by Thomas Hellstrom
· 15 years ago
04e9e94
drm/vmwgfx: Make sure to unpin old and pin new framebuffer.
by Jakob Bornecrantz
· 15 years ago
6a591a9
drm/vmwgfx: Fix single framebuffer detection.
by Jakob Bornecrantz
· 15 years ago
7e71f8a
drm/vmwgfx: Assume larger framebuffer max size.
by Jakob Bornecrantz
· 15 years ago
1471ca9
fbdev: allow passing more than one aperture for handoff
by Marcin Slusarz
· 15 years ago
7547a91
Merge branch 'drm-ttm-unmappable' into drm-core-next
by Dave Airlie
· 15 years ago
0c321c7
drm/ttm: remove io_ field from TTM V6
by Jerome Glisse
· 15 years ago
96bf8b8
drm/vmwgfx: add support for new TTM fault callback V5
by Jerome Glisse
· 15 years ago
9d87fa2
drm/ttm: split no_wait argument in 2 GPU or reserve wait
by Jerome Glisse
· 15 years ago
3865167
drm/fb: fix fbdev object model + cleanup properly.
by Dave Airlie
· 15 years ago
ae6445a
drm/vmwgfx: depends on FB
by Randy Dunlap
· 15 years ago
4e4ddd4
drm/vmwgfx: Fix queries if no dma buffer thrashing is occuring.
by Thomas Hellstrom
· 15 years ago
f2d12b8
drm/vmwgfx: Use fb handover mechanism instead of stealth mode.
by Thomas Hellstrom
· 15 years ago
85b9e48
drm/vmwgfx: Fix a circular locking dependency bug.
by Thomas Hellstrom
· 15 years ago
a87897e
drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members. Bumps major.
by Jakob Bornecrantz
· 15 years ago
3bef357
drm/vmwgfx: Report propper framebuffer_{max|min}_{width|height}
by Jakob Bornecrantz
· 15 years ago
f77cef3
drm/vmwgfx: Update the user-space interface.
by Thomas Hellstrom
· 15 years ago
5ffdb65
drm/vmwgfx: Don't send bad flags to the host
by Jakob Bornecrantz
· 15 years ago
c188660
drm/vmwgfx: Request SVGA version 2 and bail if not found
by Peter Hanzel
· 15 years ago
8e19a95
drm/vmwgfx: Correctly detect 3D
by Jakob Bornecrantz
· 15 years ago
8ba5152
drm/vmwgfx: Optimize memory footprint for DMA buffers.
by Thomas Hellstrom
· 15 years ago
d9f36a0
drm/vmwgfx: Implement basic pm operations.
by Thomas Hellstrom
· 15 years ago
476d51d
drm/vmwgfx: Implement a swap_notify callback.
by Thomas Hellstrom
· 15 years ago
effe110
drm/vmwgfx: Use bo_driver::move_notify to unbind GMRs.
by Thomas Hellstrom
· 15 years ago
7704bef
drm/vmwgfx: Make fence sequences continous across a VT switch.
by Thomas Hellstrom
· 15 years ago
Next »