Home
last modified time | relevance | path

Searched refs:I915_PMU_SAMPLE_BITS (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_pmu.h31 ((1 << I915_PMU_SAMPLE_BITS) + \
H A Di915_pmu.c30 #define ENGINE_SAMPLE_BITS (1 << I915_PMU_SAMPLE_BITS)
51 return (event->attr.config >> I915_PMU_SAMPLE_BITS) & 0xff; in engine_event_instance()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/drm/
H A Di915_drm.h116 #define I915_PMU_SAMPLE_BITS (4) macro
120 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
124 (instance) << I915_PMU_SAMPLE_BITS | \
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/drm/
H A Di915_drm.h116 #define I915_PMU_SAMPLE_BITS (4) macro
120 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
124 (instance) << I915_PMU_SAMPLE_BITS | \
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkisp_demo/demo/include/libdrm/
H A Di915_drm.h140 #define I915_PMU_SAMPLE_BITS (4) macro
144 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
148 (instance) << I915_PMU_SAMPLE_BITS | \
/OK3568_Linux_fs/external/linux-rga/samples/utils/3rdparty/libdrm/include/libdrm/
H A Di915_drm.h140 #define I915_PMU_SAMPLE_BITS (4) macro
144 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
148 (instance) << I915_PMU_SAMPLE_BITS | \
/OK3568_Linux_fs/external/linux-rga/samples/im2d_slt/third-party/libdrm/include/libdrm/
H A Di915_drm.h140 #define I915_PMU_SAMPLE_BITS (4) macro
144 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
148 (instance) << I915_PMU_SAMPLE_BITS | \
/OK3568_Linux_fs/kernel/include/uapi/drm/
H A Di915_drm.h154 #define I915_PMU_SAMPLE_BITS (4) macro
158 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
162 (instance) << I915_PMU_SAMPLE_BITS | \
/OK3568_Linux_fs/kernel/tools/include/uapi/drm/
H A Di915_drm.h154 #define I915_PMU_SAMPLE_BITS (4) macro
158 (I915_PMU_SAMPLE_BITS + I915_PMU_SAMPLE_INSTANCE_BITS)
162 (instance) << I915_PMU_SAMPLE_BITS | \