Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 12 of 12) sorted by relevance

/gfx-drm/usr/src/common/libdrm/patches/
H A Dpkgconfig-in.patch2 --- libdrm-2.4.73-ref/amdgpu/libdrm_amdgpu.pc.in Thu Jun 30 10:28:51 2016
14 --- libdrm-2.4.73-ref/etnaviv/libdrm_etnaviv.pc.in Mon Nov 14 12:55:20 2016
24 --- libdrm-2.4.73-ref/exynos/libdrm_exynos.pc.in Thu Jun 30 10:28:51 2016
36 --- libdrm-2.4.73-ref/freedreno/libdrm_freedreno.pc.in Mon Jun 29 12:32:59 2015
48 --- libdrm-2.4.73-ref/intel/libdrm_intel.pc.in Thu Jun 30 10:28:51 2016
59 --- libdrm-2.4.73-ref/libdrm.pc.in Mon Jun 29 12:32:59 2015
70 --- libdrm-2.4.73-ref/libkms/libkms.pc.in Thu Jun 30 10:28:51 2016
81 --- libdrm-2.4.73-ref/nouveau/libdrm_nouveau.pc.in Thu Jun 30 10:28:51 2016
93 --- libdrm-2.4.73-ref/omap/libdrm_omap.pc.in Mon Jun 29 12:32:59 2015
105 --- libdrm-2.4.73-ref/radeon/libdrm_radeon.pc.in Thu Jun 30 10:28:51 2016
[all …]
H A Dexynos.patch2 --- libdrm-2.4.73-ref/exynos/exynos_drm.c Wed Aug 24 12:57:39 2016
14 --- libdrm-2.4.73-ref/exynos/exynos_fimg2d.c Wed Aug 24 12:57:39 2016
52 --- libdrm-2.4.73-ref/tests/exynos/exynos_fimg2d_test.c Wed Aug 24 12:57:39 2016
H A Dfreedreno.patch2 --- libdrm-2.4.73-ref/freedreno/kgsl/kgsl_bo.c Wed Aug 24 12:57:41 2016
13 --- libdrm-2.4.73-ref/freedreno/kgsl/kgsl_ringbuffer.c Mon Nov 14 12:55:20 2016
H A Dintel-drm.patch2 --- libdrm-2.4.75-ref/intel/intel_bufmgr_gem.c Fri Jan 27 20:15:16 2017
32 --- libdrm-2.4.75-ref/intel/intel_decode.c Mon Dec 12 21:45:20 2016
H A Dxf86drm-h.patch29 --- libdrm-2.4.75-ref/xf86drm.h Fri Jan 27 20:15:16 2017
H A Dxf86drm-c.patch2 --- libdrm-2.4.75-ref/xf86drm.c Fri Jan 27 20:15:16 2017
H A Dincl-drm-drm-h.patch30 --- libdrm-2.4.73-ref/include/drm/drm.h Mon Nov 14 14:46:05 2016
H A Dincl-drm-i915-drm-h.patch29 --- libdrm-2.4.75-ref/include/drm/i915_drm.h Fri Jan 27 20:15:16 2017
/gfx-drm/usr/src/common/libdrm/
H A DCheck-patches55 ref=libdrm-2.4.75-ref
68 cmp -s $ref/$f $dir/$f || {
70 diff -u $ref/$f $dir/$f
/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem_context.c138 struct i915_hw_context, ref); in i915_gem_context_free()
156 kref_init(&ctx->ref); in create_hw_context()
610 kref_get(&ctx->ref); in i915_gem_context_reference()
615 kref_put(&ctx->ref, i915_gem_context_free); in i915_gem_context_unreference()
H A Di915_irq.c1559 typeof(*error), ref); in i915_error_state_free()
1847 kref_init(&error->ref); in i915_capture_error_state()
1937 i915_error_state_free(&error->ref); in i915_capture_error_state()
1952 kref_put(&error->ref, i915_error_state_free); in i915_destroy_error_state()
H A Di915_drv.h271 struct kref ref; member
527 struct kref ref; member