Displaying 4 results from an estimated 4 matches for "set_tiling".
2015 May 20
3
[PATCH 0/2] drm/nouveau: option for staging ioctls and new SET_TILING ioctl
This patchset proposes to introduce a "staging" module option to dynamically
enable features (mostly ioctls) that are merged but may be refined before
they are declared "stable". The second patch illustrates the use of this
staging option with the SET_TILING ioctl, which can be used to specify the
tiling options of a PRIME-imported buffer.
The staging parameter will allow us (especially, us at NVIDIA) to experiment
more freely with new features and avoid carrying patches across version. To
prevent abuse, the number of staging IOCTLs is limited to 8 (r...
2015 Dec 02
0
[ANNOUNCE] intel-gpu-tools 1.13
...red
lib: Make instdone initialisation fail gracefully
lib: Add missing #include <stdbool.h>
benchmarks/gem_blt: Report peak throughput
benchmarks: Add README
igt/gem_concurrent_all: Add testcases that split the copying across rings
igt/gem_mmap_gtt: Require SET_TILING to work before doing large
tiled tests
benchmarks/gem_blt: Fixup a couple of non-llc foibles
overlay: Show power consumption without i915-pmu
drmtest: Use standard gem_execbuf() calls in gem_quiescent_gpu()
benchmarks: Add a set-domain benchmark
igt/drm_read: Check han...
2015 Jan 21
0
[ANNOUNCE] libdrm 2.4.59
...detest: alpha buffers
update signed/object prop types
configure/freedreno: make KGSL support optional
configure/freedreno: enable freedreno by default
Thierry Reding (6):
libdrm: Add NVIDIA Tegra support
tegra: Add simple test for drm_tegra_open()
tegra: Add GET/SET_TILING IOCTLs
tegra: Add SET/GET_FLAGS IOCTLs
tegra: Implement drm_tegra_bo_{get,set}_flags()
tegra: Implement drm_tegra_bo_{get,set}_tiling()
Thomas Meyer (1):
intel: Fix SIGSEGV in libdrm for heigth = 0 and width = 0
Ville Syrjälä (1):
modetest: Print newline for empty bl...
2015 Jun 15
4
[PATCH v2 0/2] drm/nouveau: option for staging ioctls and new GEM_SET_TILING ioctl
...and fixing a few
extra things.
This patchset proposes to introduce a "staging" module option to dynamically
enable features (mostly ioctls) that are merged but may be refined before
they are declared "stable". The second patch illustrates the use of this
staging option with the SET_TILING ioctl, which can be used to specify the
tiling options of a PRIME-imported buffer.
The staging parameter will allow us (particularly, us at NVIDIA) to experiment
more freely with new features and avoid carrying out-of-tree patches for long
periods of time. To prevent abuse, the number of staging i...