Displaying 5 results from an estimated 5 matches for "gem_set_til".
2015 Jun 15
2
[PATCH v2 2/2] drm/nouveau: add GEM_SET_TILING staging ioctl
On 06/15/2015 04:09 PM, Alexandre Courbot wrote:
> From: Ari Hirvonen <ahirvonen at nvidia.com>
>
> Add new NOUVEAU_GEM_SET_TILING ioctl to set correct tiling
> mode for imported dma-bufs. This ioctl is staging for now
> and enabled with the "staging_tiling" module option.
Adding Thierry to the conversation since he knows best about exported
buffers and attributes. I wonder if this would not better be done...
2015 Jun 15
2
[PATCH v2 2/2] drm/nouveau: add GEM_SET_TILING staging ioctl
On Mon, Jun 15, 2015 at 04:09:29PM +0900, Alexandre Courbot wrote:
> From: Ari Hirvonen <ahirvonen at nvidia.com>
>
> Add new NOUVEAU_GEM_SET_TILING ioctl to set correct tiling
> mode for imported dma-bufs. This ioctl is staging for now
> and enabled with the "staging_tiling" module option.
>
> Signed-off-by: Ari Hirvonen <ahirvonen at nvidia.com>
> [acourbot at nvidia.com: carry upstream, many fixes]
> Sig...
2015 Jun 15
4
[PATCH v2 0/2] drm/nouveau: option for staging ioctls and new GEM_SET_TILING ioctl
...rrying out-of-tree patches for long
periods of time. To prevent abuse, the number of staging ioctls is limited to 8
(range 0x98 to 0xa0) that are to be recycled as staging ioctls become stable and
are assigned a final number.
Changes since v1:
- Use one module option per staging ioctl
- Only allow GEM_SET_TILING to be called on dma-buf imported buffers
- Move the code setting nvkm_mem::memtype into its own function to avoid
duplicating code
Alexandre Courbot (1):
drm/nouveau: placeholders for staging ioctls
Ari Hirvonen (1):
drm/nouveau: add GEM_SET_TILING staging ioctl
drm/nouveau/nouveau_bo....
2016 May 31
0
[ANNOUNCE] intel-gpu-tools 1.15
...strings.
Tiago Vignatti (2):
prime_mmap_coherency: Add return error tests for prime sync ioctl
prime_mmap_kms: show case dma-buf new API and processes restrictions
Tomeu Vizoso (31):
lib: Rename is_intel to has_known_intel_chipset
lib: add igt_require_intel
lib: Have gem_set_tiling require intel
lib: Expose is_i915_device
lib: Assert we are on i915 from intel_get_drm_devid
lib: Call intel_get_drm_devid only from intel code
lib: Add wrapper for DRM_IOCTL_MODE_CREATE_DUMB
lib: Add helper kmstest_dumb_map_buffer
lib: Add igt_dirty_fb...
2017 Jun 09
1
[ANNOUNCE] intel-gpu-tools 1.19
...and drm-mm selftest headers from the kernel"
igt/kms_pipe_crc_basic: Skip test before hang injection
igt/kms_pipe_crc_basic: Tighten timings for CRC readback
lib: Update i915_pciids.h
lib: Squelch a pair of ignore result warnings
lib: Remove requirements spam from gem_set_tiling()
igt/gem_userptr_blits: Move assert to caller
igt/gem_exec_schedule: Never use STORE_DWORD_IMM on SNB bsd engine
igt/drv_hangman: Setting wedged is serialised
igt/kms_vblank: Exercise contention of drmWaitVblank
igt/gem_spin_batch: Reduce impact from slow queueing...