Home
last modified time | relevance | path

Searched full:front (Results 1 – 25 of 1578) sorted by relevance

12345678910>>...64

/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/
Dintel_frontbuffer.h58 void intel_frontbuffer_put(struct intel_frontbuffer *front);
63 struct intel_frontbuffer *front; in __intel_frontbuffer_get() local
70 front = rcu_dereference(obj->frontbuffer); in __intel_frontbuffer_get()
71 if (!front) in __intel_frontbuffer_get()
74 if (unlikely(!kref_get_unless_zero(&front->ref))) in __intel_frontbuffer_get()
77 if (likely(front == rcu_access_pointer(obj->frontbuffer))) in __intel_frontbuffer_get()
80 intel_frontbuffer_put(front); in __intel_frontbuffer_get()
84 return front; in __intel_frontbuffer_get()
90 void __intel_fb_invalidate(struct intel_frontbuffer *front,
96 * @front: GEM object to invalidate
[all …]
Dintel_frontbuffer.c163 void __intel_fb_invalidate(struct intel_frontbuffer *front, in __intel_fb_invalidate() argument
167 struct drm_i915_private *i915 = to_i915(front->obj->base.dev); in __intel_fb_invalidate()
182 void __intel_fb_flush(struct intel_frontbuffer *front, in __intel_fb_flush() argument
186 struct drm_i915_private *i915 = to_i915(front->obj->base.dev); in __intel_fb_flush()
202 struct intel_frontbuffer *front = in frontbuffer_active() local
203 container_of(ref, typeof(*front), write); in frontbuffer_active()
205 kref_get(&front->ref); in frontbuffer_active()
212 struct intel_frontbuffer *front = in frontbuffer_retire() local
213 container_of(ref, typeof(*front), write); in frontbuffer_retire()
215 intel_frontbuffer_flush(front, ORIGIN_CS); in frontbuffer_retire()
[all …]
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
Dintel_frontbuffer.c166 void __intel_fb_invalidate(struct intel_frontbuffer *front, in __intel_fb_invalidate() argument
170 struct drm_i915_private *i915 = intel_bo_to_i915(front->obj); in __intel_fb_invalidate()
187 void __intel_fb_flush(struct intel_frontbuffer *front, in __intel_fb_flush() argument
191 struct drm_i915_private *i915 = intel_bo_to_i915(front->obj); in __intel_fb_flush()
207 struct intel_frontbuffer *front = in frontbuffer_active() local
208 container_of(ref, typeof(*front), write); in frontbuffer_active()
210 kref_get(&front->ref); in frontbuffer_active()
216 struct intel_frontbuffer *front = in frontbuffer_retire() local
217 container_of(ref, typeof(*front), write); in frontbuffer_retire()
219 intel_frontbuffer_flush(front, ORIGIN_CS); in frontbuffer_retire()
[all …]
Dintel_frontbuffer.h75 void intel_frontbuffer_put(struct intel_frontbuffer *front);
80 void __intel_fb_invalidate(struct intel_frontbuffer *front,
86 * @front: GEM object to invalidate
95 static inline bool intel_frontbuffer_invalidate(struct intel_frontbuffer *front, in intel_frontbuffer_invalidate() argument
100 if (!front) in intel_frontbuffer_invalidate()
103 frontbuffer_bits = atomic_read(&front->bits); in intel_frontbuffer_invalidate()
107 __intel_fb_invalidate(front, origin, frontbuffer_bits); in intel_frontbuffer_invalidate()
111 void __intel_fb_flush(struct intel_frontbuffer *front,
117 * @front: GEM object to flush
123 static inline void intel_frontbuffer_flush(struct intel_frontbuffer *front, in intel_frontbuffer_flush() argument
[all …]
/kernel/linux/linux-6.6/include/sound/sof/
Dcontrol.h24 SOF_CHMAP_FL, /**< front left */
25 SOF_CHMAP_FR, /**< front right */
28 SOF_CHMAP_FC, /**< front centre */
33 SOF_CHMAP_FLC, /**< front left centre */
34 SOF_CHMAP_FRC, /**< front right centre */
37 SOF_CHMAP_FLW, /**< front left wide */
38 SOF_CHMAP_FRW, /**< front right wide */
39 SOF_CHMAP_FLH, /**< front left high */
40 SOF_CHMAP_FCH, /**< front centre high */
41 SOF_CHMAP_FRH, /**< front right high */
[all …]
/kernel/linux/linux-5.10/include/sound/sof/
Dcontrol.h24 SOF_CHMAP_FL, /**< front left */
25 SOF_CHMAP_FR, /**< front right */
28 SOF_CHMAP_FC, /**< front centre */
33 SOF_CHMAP_FLC, /**< front left centre */
34 SOF_CHMAP_FRC, /**< front right centre */
37 SOF_CHMAP_FLW, /**< front left wide */
38 SOF_CHMAP_FRW, /**< front right wide */
39 SOF_CHMAP_FLH, /**< front left high */
40 SOF_CHMAP_FCH, /**< front centre high */
41 SOF_CHMAP_FRH, /**< front right high */
[all …]
/kernel/linux/linux-6.6/Documentation/sound/designs/
Dchannel-mapping-api.rst18 ``{ front left, front right, rear left, rear right }.``
89 SNDRV_CHMAP_FL, /* front left */
90 SNDRV_CHMAP_FR, /* front right */
93 SNDRV_CHMAP_FC, /* front center */
99 SNDRV_CHMAP_FLC, /* front left center */
100 SNDRV_CHMAP_FRC, /* front right center */
103 SNDRV_CHMAP_FLW, /* front left wide */
104 SNDRV_CHMAP_FRW, /* front right wide */
105 SNDRV_CHMAP_FLH, /* front left high */
106 SNDRV_CHMAP_FCH, /* front center high */
[all …]
/kernel/linux/linux-5.10/Documentation/sound/designs/
Dchannel-mapping-api.rst18 ``{ front left, front right, rear left, rear right }.``
89 SNDRV_CHMAP_FL, /* front left */
90 SNDRV_CHMAP_FR, /* front right */
93 SNDRV_CHMAP_FC, /* front center */
99 SNDRV_CHMAP_FLC, /* front left center */
100 SNDRV_CHMAP_FRC, /* front right center */
103 SNDRV_CHMAP_FLW, /* front left wide */
104 SNDRV_CHMAP_FRW, /* front right wide */
105 SNDRV_CHMAP_FLH, /* front left high */
106 SNDRV_CHMAP_FCH, /* front center high */
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/icelakex/
Dfrontend.json3front end is resteered, mainly when the BPU cannot provide a correct prediction and this is corre…
6 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
92 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
98 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
103 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
109 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u…
114 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
120 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
125 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles",
131 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/rocketlake/
Dfrontend.json3front end is resteered, mainly when the BPU cannot provide a correct prediction and this is corre…
6 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
92 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
98 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
103 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
109 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u…
114 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
120 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
125 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles",
131 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/tigerlake/
Dfrontend.json3front end is resteered, mainly when the BPU cannot provide a correct prediction and this is corre…
6 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
92 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
98 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
103 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
109 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u…
114 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
120 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
125 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles",
131 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/icelake/
Dfrontend.json3front end is resteered, mainly when the BPU cannot provide a correct prediction and this is corre…
6 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
92 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
98 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
103 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
109 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u…
114 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
120 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
125 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles",
131 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/sapphirerapids/
Dfrontend.json6 …"PublicDescription": "Number of times the front-end is resteered when it finds a branch instructio…
89 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
95 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
100 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
106 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u…
111 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
117 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
122 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles",
128 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
133 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/alderlake/
Dfrontend.json15 …"PublicDescription": "Number of times the front-end is resteered when it finds a branch instructio…
107 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
113 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
119 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
125 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u…
131 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
137 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
143 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles",
149 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
155 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/cascadelakex/
Dfrontend.json3front end is resteered, mainly when the BPU cannot provide a correct prediction and this is corre…
6 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
88 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
94 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
99 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
109 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
115 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
120 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
130 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
140 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 1…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylake/
Dfrontend.json3front end is resteered, mainly when the BPU cannot provide a correct prediction and this is corre…
6 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
88 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
94 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
99 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
109 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
115 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
120 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
130 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
140 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 1…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/skylakex/
Dfrontend.json3front end is resteered, mainly when the BPU cannot provide a correct prediction and this is corre…
6 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
88 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
94 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
99 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
109 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
115 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
120 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
130 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
140 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 1…
[all …]
/kernel/linux/linux-6.6/Documentation/fb/
Dviafb.modes17 # Front Porch 0.636 us 0.318 ms
42 # Front Porch 0.508 us 0.027 ms
63 # Front Porch 1.556 us 0.023 ms
84 # Front Porch 0.927 us 0.019 ms
105 # Front Porch 0.763 us 0.016 ms
126 # Front Porch 0.595 us 0.033 ms
147 # Front Porch 0.541 us 33.535 us
168 # Front Porch 0.735 us 0.027 ms
189 # Front Porch 1.000 us 0.026 ms
211 # Front Porch 0.323 us 0.021 ms
[all …]
/kernel/linux/linux-5.10/Documentation/fb/
Dviafb.modes17 # Front Porch 0.636 us 0.318 ms
42 # Front Porch 0.508 us 0.027 ms
63 # Front Porch 1.556 us 0.023 ms
84 # Front Porch 0.927 us 0.019 ms
105 # Front Porch 0.763 us 0.016 ms
126 # Front Porch 0.595 us 0.033 ms
147 # Front Porch 0.541 us 33.535 us
168 # Front Porch 0.735 us 0.027 ms
189 # Front Porch 1.000 us 0.026 ms
211 # Front Porch 0.323 us 0.021 ms
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/meteorlake/
Dfrontend.json15 …"PublicDescription": "Number of times the front-end is resteered when it finds a branch instructio…
136 "BriefDescription": "Retired instructions after front-end starvation of at least 1 cycle",
142 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
148 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
154 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u…
160 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
166 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
172 "BriefDescription": "Retired instructions after front-end starvation of at least 2 cycles",
178 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
184 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/silvermont/
Dfrontend.json6front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction…
14front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction…
22front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction…
59 …mes entered into a ucode flow in the FEC. Includes inserted flows due to front-end detected fault…
62 … that this counts is when a micro-coded instruction is encountered by the front end of the machine…
/kernel/linux/linux-6.6/include/uapi/linux/
Dvirtio_snd.h284 VIRTIO_SND_CHMAP_FL, /* front left */
285 VIRTIO_SND_CHMAP_FR, /* front right */
288 VIRTIO_SND_CHMAP_FC, /* front center */
293 VIRTIO_SND_CHMAP_FLC, /* front left center */
294 VIRTIO_SND_CHMAP_FRC, /* front right center */
297 VIRTIO_SND_CHMAP_FLW, /* front left wide */
298 VIRTIO_SND_CHMAP_FRW, /* front right wide */
299 VIRTIO_SND_CHMAP_FLH, /* front left high */
300 VIRTIO_SND_CHMAP_FCH, /* front center high */
301 VIRTIO_SND_CHMAP_FRH, /* front right high */
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/skylakex/
Dfrontend.json27 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
40 "BriefDescription": "Cycles with less than 3 uops delivered by the front end.",
46 "PublicDescription": "Cycles with less than 3 uops delivered by the front-end.",
73front end is resteered, mainly when the BPU cannot provide a correct prediction and this is corre…
78 …"PublicDescription": "Counts the number of times the front-end is resteered when it finds a branch…
108 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
116 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri…
132 "BriefDescription": "Cycles with less than 2 uops delivered by the front end.",
138 "PublicDescription": "Cycles with less than 2 uops delivered by the front-end.",
210 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/cascadelakex/
Dfrontend.json37 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 2…
50 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 3…
63 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 1…
71 …"Counts retired instructions that are delivered to the back-end after the front-end had at least 1…
111 "BriefDescription": "Cycles with less than 3 uops delivered by the front end.",
117 "PublicDescription": "Cycles with less than 3 uops delivered by the front-end.",
199 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
207 …that are delivered to the back-end after a front-end stall of at least 8 cycles. During this perio…
213 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
226 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/knightslanding/
Dfrontend.json3 …unts the number of times the front end resteers for any branch as a result of another branch handl…
10 …the number of times the front end resteers for conditional branches as a result of another branch …
17 …nts the number of times the front end resteers for RET branches as a result of another branch hand…

12345678910>>...64