Lines Matching full:iris

65 - iris: subslice assertion failure on some hardware during initialization
72 - dEQP-EGL.functional.sharing.gles2.multithread.* regression with Iris
78 - iris: CCS modifier tests failing with suballocation
92 - iris: Implement memory sub-allocation
117 - iris: Perform busy tracking for resources without GEM_BUSY/GEM_WAIT
123 - iris: Scanout buffers now mapped WB cause glitches on screen
135 - iris: recursive mutex acquire when re-using BO with aux map
168 - iris: regression in yuzu
749 - iris: Document push constants allocation
788 - iris, crocus: add idep_genxml to per_hw target dependencies
1367 - ci/iris: Mark create_context-no_error as failing.
1368 - ci/iris: Unmark dma_buf_import_export tests as failing.
1369 - ci/iris: Consistently use .test-manual-mr for our unstable hardware.
1370 - ci/iris: Switch GL/GLES testing to suites.
1646 - iris: add tile cache flush to iris_copy_region
1672 - iris: Add read-only domain for VF cache.
1673 - iris: Annotate all BO uses through VF cache domain.
1674 - iris: Insert buffer-local memory barriers for VF reads.
1675 - iris: Add separate dirty bit for VBO flushes.
1676 - iris: Insert buffer-local memory barriers for indirect draw parameters.
1677 - iris: Add read-write domain for data cache.
1678 - iris: Use DATA domain barrier for shader images instead of OTHER domain.
1679 - iris: Insert buffer-local memory barriers for SSBO reads and writes.
1680 - iris: Insert buffer-local memory barriers for UBO reads.
1681 - iris: Use separate dirty bits for UBO and SSBO flushes.
1682 - iris: Track dirty UBOs per-stage for more targeted flushing.
1683 - iris: Make sure a bound resource is flushed after iris_dirty_for_history.
1705 - gitlab-ci: Fix trace expectations for iris devices
1778 - iris: Add a comment for iris_uncompiled_shader::nir
1779 - iris: Fix return type of iris_compile_*
1780 - iris: Unify iris_delete_[shader stage]_state functions
1781 - iris: Unify iris_create_[shader stage]_state functions
1782 - iris: Merge iris_create_[shader stage]_state funcs into iris_create_shader_state
1783 - iris: Ref count the uncompiled shaders
1784 - iris: Extract allocation bits from iris_upload_shader to iris_create_shader_variant
1785 - iris: Allocate shader variant in caller of iris_upload_shader
1786 - iris: Add the variant to the list as early as possible
1787 - iris: Don't pass the shader key to iris_compile_[shader stage]
1788 - iris: add sync_compile option
1789 - iris: Enable threaded shader compilation
1790 - iris: Split iris_upload_shader in two
1829 - iris: crocus: Use shader_info::is_arb_asm flag
1830 - iris: Calculate uses_atomic_load_store after all lowering
1832 - iris: Eliminate iris_uncompiled_shader::needs_edge_flag
1833 - iris: Move iris_set_max_shader_compiler_threads and iris_is_parallel_shader_compilation_finished
1834 - iris: Add finalize_nir
1917 - iris: Re-emit MEDIA_VFE_STATE for variable group size shaders
1921 - iris: Use intel_i915_query for meminfo
1971 - iris: SMEM buffers on discrete platforms are coherent
1972 - iris: Use a tiny table to map mmap modes to offsets
1973 - iris: Add an assert to iris_bo_gem_mmap_legacy()
1974 - iris: Add a new IRIS_MMAP_NONE map type
1975 - iris: Use I915_MMAP_OFFSET_FIXED for LMEM platforms
2009 - iris: Handle states=NULL in iris_bind_sampler_states
2010 - iris: Return 1 for PIPE_COMPUTE_CAP_IMAGES_SUPPORTED
2040 - anv,iris,genxml: Use NumberOfBarriers on XeHP
2188 - iris: Disable the Y-tiled modifiers on XeHP+
2194 - iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13
2195 - Revert "iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13"
2198 - iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13
2229 - Revert "iris: Disable I915_FORMAT_MOD_Y_TILED_GEN12* on adl-p/display 13"
2332 - iris: Map scanout buffers WC instead of WB [v2]
2337 - iris: Rename bo->gtt_offset to bo->address
2338 - iris: Improve the memory layout of iris_bo by fixing pahole issues
2339 - iris: Drop dead drm_ioctl prototype
2340 - iris: Don't try to CPU read imported clear color BOs
2341 - iris: Use the new I915_USERPTR_PROBE API
2342 - iris: Allow SET_DOMAIN to fail when allocating new GEM objects
2343 - iris: Stop using SET_DOMAIN on discrete GPUs altogether
2344 - iris: Bypass the BO cache when allocating buffers for aux map tables
2345 - iris: Mark the aux table buffers with EXEC_OBJECT_CAPTURE.
2348 - iris: Rewrite bo->index comment to refer to exec_bos[]
2349 - iris: Track written BOs via a bitfield rather than exec_object2 entries
2350 - iris: Defer construction of the validation (exec_object2) list
2351 - iris: Add some accessor wrappers for a few fields.
2353 - iris: Move some iris_bo entries into a union
2354 - iris: Handle multiple BOs backed by the same GEM object in execbuf code
2355 - iris: Begin handling slab-allocated wrapper BOs in various places
2356 - iris: Introduce a BO_ALLOC_NO_SUBALLOC flag and set it in a few places
2357 - iris: Change the validation list debug code to print the BO list instead
2358 - iris: Move suballocated resources to a dedicated allocation on export
2359 - iris: Suballocate BO using the Gallium pb_slab mechanism
2360 - iris: Delete the MI_COPY_MEM_MEM resource_copy_region implementation.
2361 - iris: Require a 4K alignment for extra clear color BOs.
2362 - iris: Fix MOCS for buffer copies
2363 - iris: Fix parameters to iris_copy_region in reallocate_resource_inplace
2501 - iris: declare padding for iris_vue_prog_key
2554 - iris: fix scratch address patching for TESS_EVAL stage
3316 - iris: Fix compute shader leak
3317 - iris: Add missed tile flush flag
3318 - Revert "iris: add tile cache flush to iris_copy_region"
3323 - iris: Add genX(emit_depth_state_workarounds)
3324 - iris: Update the clear value in cso_z->packets
3325 - iris: Emit clear_params as part of cso_z->packets
3326 - iris: Update clear_params only when HiZ is enabled
3328 - iris: Use constants for emitting cso_z->packets
3329 - iris: Optimize genX(emit_depth_state_workarounds)
3350 - iris: Disable tiled memcpy for Tile4
3352 - iris: Delete iris_resource_get_clear_color
3353 - iris: Support NULL aux BOs in fill_surface_state
3354 - iris: Split clear color and aux BO checks
3355 - iris: Simplify an iris_use_pinned_bo call
3356 - iris: Allow NULL aux BOs in aux-state functions
3357 - iris: Don't add a clear color BO for MC_CCS
3358 - iris: Add and use get_num_planes
3359 - iris: Finish aux import in iris_resource_from_handle
3362 - iris: Tile cache flush for depth before fast clear
3381 - iris: mark the workaround_bo as asynchronous
3382 - iris: don't bump the seqno for the workaround_bo
3383 - iris: assign bo->index to the aux map BOs too
3384 - iris: extract the code that adds BOs to the batch lists
3385 - iris: add the workaround_bo directly to the batch
3386 - iris: use add_bo_to_batch() when adding batch->bo
3387 - iris: syncobjs are now owned by bufmgr instead of screen
3388 - iris: give each screen of a bufmgr a unique ID
3389 - iris: switch to explicit busy tracking
3390 - iris: signal the syncobj after a failed batch
3766 - iris: Enable atomic operations on compressed surfaces
3991 - iris: Fix Null pointer dereferences
4035 - iris: handle depth-stencil import with a wrapper function
4054 - iris: clear bos_written when resetting a batch
4201 - iris/ci: Add manual jobs for tracking performance
4204 - iris/ci: Correctly set freq governors to max
4297 - iris: fix layer calculation for TEXTURE_3D ReadPixels() on mip-level>0