OpenGrok
Cross Reference: i915_request.c
xref
: /
src
/
sys
/
external
/
bsd
/
drm2
/
dist
/
drm
/
i915
/
i915_request.c
Home
|
History
|
Annotate
|
Download
|
only in
i915
History log of
/src/sys/external/bsd/drm2/dist/drm/i915/i915_request.c
Revision
Date
Author
Comments
1.17
11-Jul-2022
riastradh
i915: Defer destroying waitqueue until after callback is removed.
Candidate fix for PR kern/56561.
1.16
27-Dec-2021
riastradh
i915: Fix timeout return value of i915_request_wait.
For some reason this returns ETIME, not ETIMEDOUT or 0 like most
other wait-with-timeout things in Linux.
1.15
27-Dec-2021
riastradh
i915: Factor a little out of #ifdef NetBSD.
Doesn't really reduce diff but slightly reduces danger of bad merge.
1.14
27-Dec-2021
riastradh
i915: Omit diff now that TASK_INTERRUPTIBLE is defined.
1.13
21-Dec-2021
thorpej
- For kmem_cache_create_dtor(), use a pre-destructor to issue the
synchronize_rcu() if the caller uses SLAB_TYPESAFE_BY_RCU. A
special pool allocator is not required in this case.
- Now that SLAB_TYPESAFE_BY_RCU does the right thing, no need to
call synchronize_rcu() in __i915_request_dtor().
1.12
19-Dec-2021
riastradh
i915: Fix locking-against-self in i915_request_wait.
1.11
19-Dec-2021
riastradh
i915: Kludge: wait for RCU grace period in __i915_request_dtor.
Unfortunately, pool_cache_put does not guarantee that an RCU or
pserialize grace period has completed before it invokes the pool
cache's destructor. This is likely to kill performance...
1.10
19-Dec-2021
riastradh
i915: Defer i915_sw_fence_fini to `kmem' (pool) cache destructor.
We actually need to destroy the spin lock here, whereas in Linux this
is only used for tracking when sw fences are _technically_ in use or
not -- where `not in use' includes RCU grace periods -- and it's OK
to `destroy' a fence while the grace periods are still running.
1.9
19-Dec-2021
riastradh
i915: Defer destroying request lock and fence until page destruction.
1.8
19-Dec-2021
riastradh
i915: Reduce diff with -Wno-pointer-arith.
1.7
19-Dec-2021
riastradh
i915: Must unmake vma nodes we have made.
1.6
19-Dec-2021
riastradh
i915: Use dma_fence_signal_locked when we already hold the lock.
1.5
19-Dec-2021
riastradh
i915: Adapt i915_request.
1.4
19-Dec-2021
riastradh
misc drm hacks
1.3
19-Dec-2021
riastradh
First pass at i915, far from complete.
HEAVILY MODIFIED IN MERGE - maya
1.2
18-Dec-2021
riastradh
Merge linux-drm-v5-6-rc3
1.1
18-Dec-2021
riastradh
branches: 1.1.1;
Initial revision
1.1.1.1
18-Dec-2021
riastradh
Import drm from Linux v5.6-rc3 (commit f8788d86ab28f61f7b46eb6be375f8a726783636)
drivers/gpu/drm -> sys/external/bsd/drm2/dist/drm
include/drm -> sys/external/bsd/drm2/dist/include/drm
include/uapi/drm -> sys/external/bsd/drm2/dist/include/uapi/drm
GPL exclusions in dist/drm:
- amd/amdgpu/amdgpu_atpx_handler.c
- arc/
- arm/
- armada/
- aspeed/
- atmel-hlcdc/
- bochs/
- bridge/
- cirrus/
- drm_dp_cec.c
- drm_dp_mst_topology_internal.h
- drm_edid_load.c
- drm_format_helper.c
- drm_gem_cma_helper.c
- drm_gem_framebuffer_helper.c
- drm_gem_shmem_helper.c
- drm_gem_ttm_helper.c
- drm_gem_vram_helper.c
- drm_hdcp.c
- drm_lease.c
- drm_mipi_dbi.c
- drm_simple_kms_helper.c
- drm_sysfs.c
- drm_trace.h
- drm_vram_helper_common.c
- drm_writeback.c
- etnaviv/
- exynos/
- fsl-dcu/
- gma500/
- hisilicon/
- i2c/tda9950.c
- i2c/tda998x_drv.c
- i915/gt/selftest_context.c
- i915/gt/selftest_engine.c
- i915/gt/selftest_engine.h
- i915/gt/selftest_engine_cs.c
- i915/gt/selftest_engine_pm.c
- i915/i915_trace.h
- i915/selftests/i915_live_selftests.h
- i915/selftests/i915_mock_selftests.h
- i915/selftests/i915_perf_selftests.h
- i915/selftests/lib_sw_fence.h
- imx/
- ingenic/
- lima/
- mcde/
- mediatek/
- meson/
- mgag200/
- msm/
- mxsfb/
- omapdrm/
- panel/
- panfrost/
- pl111/
- radeon/radeon_atpx_handler.c
- rcar-du/
- rockchip/
- selftests/drm_cmdline_selftests.h
- selftests/drm_modeset_selftests.h
- selftests/test-drm_cmdline_parser.c
- selftests/test-drm_damage_helper.c
- selftests/test-drm_dp_mst_helper.c
- selftests/test-drm_format.c
- selftests/test-drm_framebuffer.c
- selftests/test-drm_modeset_common.c
- selftests/test-drm_modeset_common.h
- selftests/test-drm_plane_helper.c
- selftests/test-drm_rect.c
- shmobile/
- sti/
- stm/
- sun4i/
- tegra/
- tilcdc/
- tiny/
- tve200/
- udl/
- v3d/
- vc4/
- virtio/virtgpu_trace.h
- virtio/virtgpu_trace_points.c
- vkms/
- vmwgfx/device_include/vmware_pack_begin.h
- vmwgfx/device_include/vmware_pack_end.h
- zte/
Exceptions -- these all appear to be files to which someone added
an SPDX license header automatically by a script that is not aware
of the default MIT licensing under drivers/gpu/drm:
- ast/ast_dp501.c
- ast/ast_dram_tables.h
- lib/drm_random.c
- lib/drm_random.h
- i915/display/intel_acpi.c
- i915/selftests/mock_gem_device.h
- i915/selftests/i915_mock_selftests.h
- i915/selftests/i915_live_selftests.h
- r128/ati_pcigart.h
- selftests/drm_mm_selftests.h
- selftests/test-drm_mm.c
- vmwgfx/device_include/vm_basic_types.h
GPL exclusions in dist/include/drm:
- bridge
- drm_client.h
- drm_fb_cma_helper.h
- drm_format_helper.h
- drm_gem_cma_helper.h
- drm_gem_shmem_helper.h
- drm_gem_ttm_helper.h
- drm_gem_vram_helper.h
- drm_lease.h
- drm_mipi_dbi.h
- drm_mipi_dsi.h
- drm_of.h
- drm_simple_kms_helper.h
- drm_sysfs.h
- drm_writeback.h
- gma_drm.h
- i2c/tda998x.h
- i915_mei_hdcp_interface.h
- intel-gtt.h
Exceptions:
- drm_agpsupport.h - was in original drm; wrong spdx header auto-added
GPL exclusions in dist/include/uapi/drm:
- armada_drm.h
- etnaviv_drm.h
- exynos_drm.h
- lima_drm.h
- omap_drm.h
Exceptions:
- i810_drm.h - was in original drm; spdx header is wrong
Indexes created Sat Oct 11 08:10:02 GMT 2025