Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
libdrm
/
65b90fb37744fdd335c59fdc70079fa058301858
65b90fb
Don't use DRM_BO_FLAG_NO_MOVE in bufmgr fake. It's a ttm flag.
by Owain G. Ainsworth
· 16 years ago
13ff0e5
Remove drmModeReplaceFb after it was removed from the kernel.
by Owain G. Ainsworth
· 16 years ago
ac8b330
nv50: ack nsource to prevent continuous protection fault irqs
by Ben Skeggs
· 16 years ago
badc634
libdrm: add autoconf check for clock_gettime
by Jesse Barnes
· 16 years ago
ca37077
libdrm: only check for vblank timeout if we caught EINTR
by Jesse Barnes
· 16 years ago
f4f76a6
libdrm: add timeout handling to drmWaitVBlank
by Jesse Barnes
· 16 years ago
a8c5480
Remove executable from modeprint test dir
by Jesse Barnes
· 16 years ago
58d557c
[FreeBSD] Fix build on FreeBSD after modesetting import.
by Robert Noland
· 16 years ago
b48bd3a
radeon: only write irq regs if irq is enabled
by Dave Airlie
· 16 years ago
dfd7fda
intel: Rename plane[AB]* back to pipe[AB]*.
by Eric Anholt
· 16 years ago
28771e0
intel: Remove linux build of i915 DRM, as it's unmaintained and a user trap.
by Eric Anholt
· 16 years ago
d221e00
intel: Sync GEM ioctl comments for easier diffing against the kernel.
by Eric Anholt
· 16 years ago
0243c9f
modetest: Print more stuff. Prettier.
by Kristian Høgsberg
· 16 years ago
06ab2f6
libdrm: Fix modetest/modeprint to use automake stuff.
by Eric Anholt
· 16 years ago
18f091d
intel: Cache tiling/swizzle state in user mode. Reset tiling on reuse.
by Keith Packard
· 16 years ago
40334c6
intel: Debug output %u vs uint64_t warning fix
by Keith Packard
· 16 years ago
bd14b2c
intel: return error status from drm_intel_gem_bo_map
by Keith Packard
· 16 years ago
b13f4e1
intel: Dump out memory usage information when the kernel fails to pin
by Keith Packard
· 16 years ago
731cd55
libdrm: add mode setting files
by Jesse Barnes
· 16 years ago
c86d431
intel: don't skip set_domain on mapping of shared buffers.
by Eric Anholt
· 16 years ago
cebbd2e
intel: don't let named buffers into the BO cache.
by Eric Anholt
· 16 years ago
7823168
intel: Remove the mapped flag, which is adequately covered by bo_gem->virtual.
by Eric Anholt
· 16 years ago
9583c09
Revert "Merge branch 'modesetting-gem'"
by Jesse Barnes
· 16 years ago
c34539e
Bump version to 2.4.3 to reflect addition of mode setting header
by Jesse Barnes
· 16 years ago
b718b93
Update .gitignore with new modetest program
by Jesse Barnes
· 16 years ago
6656db1
Merge branch 'modesetting-gem'
by Jesse Barnes
· 16 years ago
c99566f
libdrm: bump to 2.4 for lib version
by Dave Airlie
· 16 years ago
12e68f8
Merge branch 'master' into modesetting-gem
by Jesse Barnes
· 16 years ago
d5d5aca
Merge branch 'master' into modesetting-gem
by Jesse Barnes
· 16 years ago
b0d93c7
Bump version to 2.4.2 to signal new libdrm_intel functions.
by Eric Anholt
· 16 years ago
6fb1ad7
intel: Add a function for setting (GTT,GTT) domain, for use by UXA.
by Eric Anholt
· 16 years ago
7e4e0fb
nv50: support NV94 chipset
by Ben Skeggs
· 16 years ago
52232ad
nv50: update context-related tables for original 8800GTS
by Ben Skeggs
· 16 years ago
10c3e1a
Merge branch 'master' into modesetting-gem
by Jesse Barnes
· 16 years ago
2e2fd6c
DRM: make drm_map_type match upstream kernel
by Jesse Barnes
· 16 years ago
5923831
DRM: make drm_map_type match kernel
by Jesse Barnes
· 16 years ago
c029ed2
Unbreak drm build.
by Stephane Marchesin
· 16 years ago
c67a83d
Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into modesetting-gem
by Jesse Barnes
· 16 years ago
60c1e3a
libdrm_intel: fix merge error
by Jesse Barnes
· 16 years ago
8f5d8ba
Update modetest
by Jesse Barnes
· 16 years ago
e98eda9
Revert "gem: protect idr_pre with the spinlock"
by Jerome Glisse
· 16 years ago
f46aba4
gem: protect idr_pre with the spinlock
by Jerome Glisse
· 16 years ago
7270731
radeon: protect cs ioctl atomic part with a mutex
by Jerome Glisse
· 16 years ago
c0ba14f
libdrm-radeon: add print callback to cs & small fixes
by Jerome Glisse
· 16 years ago
5ae79e7
libdrm-radeon: unref return current BO ptr to reflect BO destruction
by Jerome Glisse
· 16 years ago
1f66021
drm/bo: fix stupid lock imbalance
by Dave Airlie
· 16 years ago
080a456
libdrm-radeon: unreference buffer once cs stream is submited or on cs clean
by Jerome Glisse
· 16 years ago
bfbecc5
libdrm-radeon: new tracker tools
by Jerome Glisse
· 16 years ago
965b4d6
Merge branch 'master' into modesetting-gem
by Jesse Barnes
· 16 years ago
7e27b3b
libdrm_intel: fix warnings on 64 bit
by Jesse Barnes
· 16 years ago
276c07d
libdrm: add support for i915 GTT mapping ioctl
by Jesse Barnes
· 16 years ago
9a4cb7e
mode: Minor reodering and renaming
by Jakob Bornecrantz
· 16 years ago
17789a4
mode: Reorder the ioctls and numbering
by Jakob Bornecrantz
· 16 years ago
ea849d7
mode: Unify userspace API to uint_t
by Jakob Bornecrantz
· 16 years ago
1ead45c
mode: Remove hotplug support from ioctl interface
by Jakob Bornecrantz
· 16 years ago
13948c6
mode: Unify types for ids and strings
by Jakob Bornecrantz
· 16 years ago
a745791
radeon+libdrm-radeon: change relocation informations
by Jerome Glisse
· 16 years ago
6d59bad
Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into modesetting-gem
by Jerome Glisse
· 16 years ago
72997fb
libdrm-radeon: be verbose on bo failure and cleanup cs a bit
by Jerome Glisse
· 16 years ago
15464f5
radeon: add gart useable size to report to userspace
by Dave Airlie
· 16 years ago
532c63c
radeon: upgrade atom headers
by Dave Airlie
· 16 years ago
213a71f
radeon: fix fence race condition hopefully
by Dave Airlie
· 16 years ago
195cc0d
drm/radeon: add dpms connector functions
by Dave Airlie
· 16 years ago
327631c
radeon: avivo cursors are across the full surface.
by Dave Airlie
· 16 years ago
b1cf463
modesetting: set the crtc x,y after the mode base change
by Dave Airlie
· 16 years ago
241a9b6
drm/radeon: add uncached allocator to drm ttm code.
by Dave Airlie
· 16 years ago
994f240
radeon: fix ring tail overflow issue since alignment
by Dave Airlie
· 16 years ago
758376e
radeon: disable HDP read cache for now
by Dave Airlie
· 16 years ago
08ef5b5
radeon: force all ring writes to 16-dword alignment.
by Dave Airlie
· 16 years ago
31b0c4c
radeon: fixup vram visible calculation to take a/c pinned objects for now
by Dave Airlie
· 16 years ago
7abb841
radeon: add more packet3 relocations handling
by Jerome Glisse
· 16 years ago
751d024
libdrm-radeon: update libdrm-radeon to match current CS relocation structures
by Jerome Glisse
· 16 years ago
930c0e7
intel: Restart on interrupt of bo_wait_rendering instead of complaining.
by Eric Anholt
· 16 years ago
273cc1a
radeon: lib radeon add bo & cs gem backend
by Jerome Glisse
· 16 years ago
2d82254
radeon: libdrm_radeon add handle to debug string
by Jerome Glisse
· 16 years ago
ddfb12b
Merge branch 'modesetting-gem' of ssh://git.freedesktop.org/git/mesa/drm into modesetting-gem
by Jerome Glisse
· 16 years ago
68fcb77
radeon: make build again
by Dave Airlie
· 16 years ago
b710844
radeon: fix ROP values for the paint ROP
by Dave Airlie
· 16 years ago
0e1df62
radeon: add mtrr support for VRAM aperture.
by Dave Airlie
· 16 years ago
2b9a7d5
radeon: disable AGP for certain chips if not specified until we figure it out
by Dave Airlie
· 16 years ago
d3aa052
radeon: disable debugging message
by Dave Airlie
· 16 years ago
28c9eb7
radeon: commit ring after emitting the buffer discards
by Dave Airlie
· 16 years ago
c153a86
radeon: add more HDMI bits
by Dave Airlie
· 16 years ago
49551f8
radeon: set dma bufs bo type to a kernel type
by Dave Airlie
· 16 years ago
cdddff8
radeon: enable DVI-D + HDMI connectors.
by Dave Airlie
· 16 years ago
e829d5b
radeon: setup isync cntl properly
by Dave Airlie
· 16 years ago
13d9acd
radeon: add more debugging
by Dave Airlie
· 16 years ago
31b8a64
radeon: overhaul ring interactions
by Dave Airlie
· 16 years ago
ce2cd14
radeon: fix race in sysfs
by Dave Airlie
· 16 years ago
4ef8ace
radeon: add proc debugging for interrupts/ring
by Dave Airlie
· 16 years ago
be3dac9
radeon: only enable dynclks if asked for
by Dave Airlie
· 16 years ago
31f8d42
radeon: add wait rendering API
by Dave Airlie
· 16 years ago
fc25c81
radeon: rs480 fixes for bus mastering
by Dave Airlie
· 16 years ago
4ccec67
radeon: remove unused gem indirect ioctl
by Dave Airlie
· 16 years ago
f5e6dbe
radeon: fix some warnings
by Dave Airlie
· 16 years ago
e57072b
radeon: fix free after refcount
by Dave Airlie
· 16 years ago
6000fa6
radeon: CS2 make it all work with new relocs style
by Dave Airlie
· 16 years ago
35f0805
radeon: don't copy to user the cs ids
by Dave Airlie
· 16 years ago
8b29254
radeon: make new CS2 command submission interface port older interface to this
by Dave Airlie
· 16 years ago
563e7e5
radeon/drm: fixup ref counting in on fb objs
by Dave Airlie
· 16 years ago
Next »