Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
auto* build system and installing/using a libdrm specific set of drm
headers. Thanks to Emil Velikov for removing the GNU makeisms
upstream.
|
|
|
|
|
|
|
|
ok matthieu@
|
|
ok mpi@ kettenis@
|
|
ok mpi@, jsg@
|
|
ok mpi@ kettenis@
|
|
the gem ioctl changes kettenis made.
ok kettenis@
|
|
ok kettenis@ mpi@, tested by ajacoutot@
|
|
DRM_I915_GEM_MMAP_GGT ioctls, effectively reverting a local change we made.
|
|
tested by matthieu@ krw@ mpi@ shadchin@ and ajacoutot@
ok mpi@
|
|
based on a modesetting ioctl that checks the DRIVER_MODESET flag on
the kernel side instead of the sysfs approach linux takes.
ok mpi@
|
|
Tested by jsg@, ajacoutot@, shadchin@ and matthieu@, ok matthieu@
|
|
updates to the ddx and to stop mesa 7.9.2 crashing very fast.
ok matthieu@
|
|
in the userland BO cache or not. Bump minor.
From Chris Wilson in upstream git. ok matthieu@
|
|
need to learn this.
When set_tiling fails, keep tiling type at the type we already had, do
NOT use the parameters that we passed to the ioctl.
Noticed when i botched a kernel diff (locally) so that that ioctl failed
more often.
ok matthieu@
|
|
structs. Fixes cases where you need a lot of relocs so you overflow the
array.
Commited upstream about ten minutes ago. ok matthieu@
|
|
This diff seems larger than it is since upstream reindented some
sources. This updates libdrm_intel to -current (which only affect the
GEM code) and libdrm to 2.4.15. bumping both minor versions.
Discussed with matthieu@
|
|
cache growing stupidly big (like it used to).
ok matthieu@ ages ago.
|
|
We always map through the gtt, never using the cpu mapping (this decreases
complexity a lot). Keep use of the original ioctl for this. Also don't bother
with userland domain setting, the kernel handles this correctly.
Finally, don't persist mapping across calls to unmap and remapping, this aids
with debugging, but may change later.
ok matthieu@.
|
|
are to some assertions and a small change to modesetting code).
bump libdrm_intel minor due to added symbols, libdrm doesn't get bumped,
no change to symbol list.
ok matthieu@.
|
|
This is needed for us to be able to update Mesa and xf86-video-intel.
Includes a few fixes, as well as the intel bufmgr interface and the
modesetting interface (which currently errors when you check if it's
enabled).
ok matthieu@
|