/linux-5.10/drivers/gpu/drm/i915/display/ |
D | intel_frontbuffer.h | 58 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 …]
|
D | intel_frontbuffer.c | 163 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 …]
|
/linux-5.10/include/sound/sof/ |
D | control.h | 24 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 …]
|
/linux-5.10/Documentation/sound/designs/ |
D | channel-mapping-api.rst | 18 ``{ 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 …]
|
/linux-5.10/Documentation/fb/ |
D | viafb.modes | 17 # 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 …]
|
/linux-5.10/tools/perf/pmu-events/arch/x86/cascadelakex/ |
D | frontend.json | 37 …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 …]
|
/linux-5.10/tools/perf/pmu-events/arch/x86/skylakex/ |
D | frontend.json | 27 …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.", 73 … front 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 …]
|
/linux-5.10/drivers/net/ethernet/netronome/nfp/crypto/ |
D | tls.c | 153 nfp_net_tls_set_ipver_vlan(struct nfp_crypto_req_add_front *front, u8 ipver) in nfp_net_tls_set_ipver_vlan() argument 155 front->ipver_vlan = cpu_to_be16(FIELD_PREP(NFP_NET_TLS_IPVER, ipver) | in nfp_net_tls_set_ipver_vlan() 162 struct nfp_crypto_req_add_front *front) in nfp_net_tls_assign_conn_id() argument 168 len = front->key_len - NFP_NET_TLS_NON_ADDR_KEY_LEN; in nfp_net_tls_assign_conn_id() 170 memcpy(front->l3_addrs, &id, sizeof(id)); in nfp_net_tls_assign_conn_id() 171 memset(front->l3_addrs + sizeof(id), 0, len - sizeof(id)); in nfp_net_tls_assign_conn_id() 180 req->front.key_len += sizeof(__be32) * 2; in nfp_net_tls_set_ipv4() 183 nfp_net_tls_assign_conn_id(nn, &req->front); in nfp_net_tls_set_ipv4() 199 req->front.key_len += sizeof(struct in6_addr) * 2; in nfp_net_tls_set_ipv6() 202 nfp_net_tls_assign_conn_id(nn, &req->front); in nfp_net_tls_set_ipv6() [all …]
|
/linux-5.10/tools/perf/pmu-events/arch/x86/icelake/ |
D | frontend.json | 277 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u… 286 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u… 292 …"Counts retired instructions that are fetched after an interval where the front-end delivered no u… 301 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u… 307 …that are delivered to the back-end after a front-end stall of at least 8 cycles. During this perio… 316 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u… 322 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri… 331 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u… 337 …that are delivered to the back-end after a front-end stall of at least 32 cycles. During this peri… 346 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u… [all …]
|
/linux-5.10/Documentation/admin-guide/ |
D | pstore-blk.rst | 75 The chunk size in KB for oops/panic front-end. It **MUST** be a multiple of 4. 78 There are multiple chunks for oops/panic front-end depending on the remaining 79 space except other pstore front-ends. 87 The chunk size in KB for pmsg front-end. It **MUST** be a multiple of 4. 90 Unlike oops/panic front-end, there is only one chunk for pmsg front-end. 99 The chunk size in KB for console front-end. It **MUST** be a multiple of 4. 102 Similar to pmsg front-end, there is only one chunk for console front-end. 110 The chunk size in KB for ftrace front-end. It **MUST** be a multiple of 4. 113 Similar to oops front-end, there are multiple chunks for ftrace front-end 186 files is ``dmesg-pstore-blk-[N]`` for oops/panic front-end, [all …]
|
/linux-5.10/tools/perf/pmu-events/arch/x86/skylake/ |
D | frontend.json | 212 "PublicDescription": "Cycles with less than 2 uops delivered by the front-end.", 218 "BriefDescription": "Cycles with less than 2 uops delivered by the front end.", 223 "PublicDescription": "Cycles with less than 3 uops delivered by the front-end.", 229 "BriefDescription": "Cycles with less than 3 uops delivered by the front end.", 331 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u… 344 …tion": "Retired instructions that are fetched after an interval where the front-end had at least 2… 357 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u… 363 …that are delivered to the back-end after a front-end stall of at least 8 cycles. During this perio… 371 …tion": "Retired instructions that are fetched after an interval where the front-end delivered no u… 377 …that are delivered to the back-end after a front-end stall of at least 16 cycles. During this peri… [all …]
|
/linux-5.10/include/media/ |
D | demux.h | 303 * DVB Front-End 325 * @connectivity_list: List of front-ends that can be connected to a 362 * front-ends from the generic type struct list_head 376 * @frontend: Front-end connected to the demux 408 * front-end, the demux driver software will read packets from memory. 483 * @add_frontend: Registers a connectivity between a demux and a front-end, 485 * @connect_frontend to use the given front-end as a TS source. The 493 * The @frontend function parameter contains a pointer to the front-end 499 * @remove_frontend: Indicates that the given front-end, registered by a call 501 * demux. The function should be called when a front-end driver or a demux [all …]
|
/linux-5.10/drivers/gpu/drm/udl/ |
D | udl_transfer.c | 29 * Trims identical data from front and back of line 30 * Sets new front buffer address and width 33 * for back and front buffer ptrs and width 40 const unsigned long *front = (const unsigned long *) *bfront; 47 if (back[j] != front[j]) { 54 if (back[k] != front[k]) { 61 *bfront = (u8 *) &front[start]; 207 * There are 3 copies of every pixel: The front buffer that the fbdev 213 const char *front, char **urb_buf_ptr, in udl_render_hline() argument 225 line_start = (u8 *) (front + byte_offset); in udl_render_hline()
|
/linux-5.10/tools/perf/pmu-events/arch/x86/silvermont/ |
D | pipeline.json | 189 …front end of the machine is notified that it must restart, so no more instructions will be decoded… 207 … a mispredicted jump to retire. After the misprediction is detected, the front end will start imm… 213 … a mispredicted jump to retire. After the misprediction is detected, the front end will start imm… 224 …front-end inefficiencies, i.e. when front-end of the machine is not delivering micro-ops to the ba… 233 …ion": "The NO_ALLOC_CYCLES.ALL event counts the number of cycles when the front-end does not provi… 319 …front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction… 328 …front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction… 337 …front end is resteered, mainly when the Branch Prediction Unit cannot provide a correct prediction…
|
/linux-5.10/sound/soc/pxa/ |
D | mioa701_wm9713.c | 17 * | | | | Front Speaker 24 * | | Front Micro 82 SND_SOC_DAPM_SPK("Front Speaker", NULL), 88 SND_SOC_DAPM_MIC("Front Mic", NULL), 93 {"Mic Bias", NULL, "Front Mic"}, 109 /* front speaker connected to HPL, OUT3 */ 110 {"Front Speaker", NULL, "HPL"}, 111 {"Front Speaker", NULL, "OUT3"},
|
/linux-5.10/Documentation/block/ |
D | deadline-iosched.rst | 62 request, or it fits at the front. That is called either a back merge candidate 63 or a front merge candidate. Due to the way files are typically laid out, 64 back merges are much more common than front merges. For some work loads, you 66 front merge requests. Setting front_merges to 0 disables this functionality. 67 Front merges may still occur due to the cached last_merge hint, but since 69 rbtree front sector lookup when the io scheduler merge function is called.
|
/linux-5.10/arch/arm/boot/dts/ |
D | armada-385-clearfog-gtr.dtsi | 25 front panel and PSE controller 44 41 - CON1 front panel connector 45 42 - Front LED1, or front panel CON1 48 45 - TPM PIRQ signal, or front panel CON1 54 52 - Front LED2, or front panel 55 53 - Front button 131 i2c@11000 { /* ROM, temp sensor and front panel */ 187 cf_gtr_front_button_pins: cf-gtr-front-button-pins { 267 label = "Front Button";
|
/linux-5.10/Documentation/sound/cards/ |
D | audigy-mixer.rst | 47 name='PCM Front Playback Volume',index=0 49 This control is used to attenuate samples for left and right front PCM FX-bus 50 accumulators. ALSA uses accumulators 8 and 9 for left and right front PCM 51 samples for 5.1 playback. The result samples are forwarded to the front DAC PCM 77 stereo playback. The result samples are forwarded to the front DAC PCM slots 91 The result samples are forwarded to the front DAC PCM slots of the AC97 codec. 104 the front DAC PCM slots of the Philips DAC. Samples are forwarded to Mic 117 forwarded to the front DAC PCM slots of the Philips DAC. 128 digital input. The result samples are forwarded to the front DAC PCM slots 140 inputs (on the AudigyDrive). The result samples are forwarded to the front [all …]
|
/linux-5.10/tools/perf/pmu-events/arch/x86/goldmont/ |
D | pipeline.json | 83 …"PublicDescription": "Counts uops issued by the front end and allocated into the back end of the m… 113 …front-end inefficiencies. I.e. when front-end of the machine is not delivering uops to the back-en…
|
/linux-5.10/drivers/gpu/drm/i915/gem/ |
D | i915_gem_object.c | 354 struct intel_frontbuffer *front; in __i915_gem_object_flush_frontbuffer() local 356 front = __intel_frontbuffer_get(obj); in __i915_gem_object_flush_frontbuffer() 357 if (front) { in __i915_gem_object_flush_frontbuffer() 358 intel_frontbuffer_flush(front, origin); in __i915_gem_object_flush_frontbuffer() 359 intel_frontbuffer_put(front); in __i915_gem_object_flush_frontbuffer() 366 struct intel_frontbuffer *front; in __i915_gem_object_invalidate_frontbuffer() local 368 front = __intel_frontbuffer_get(obj); in __i915_gem_object_invalidate_frontbuffer() 369 if (front) { in __i915_gem_object_invalidate_frontbuffer() 370 intel_frontbuffer_invalidate(front, origin); in __i915_gem_object_invalidate_frontbuffer() 371 intel_frontbuffer_put(front); in __i915_gem_object_invalidate_frontbuffer()
|
/linux-5.10/LICENSES/deprecated/ |
D | GFDL-1.1 | 8 Invariant Sections, Front-Cover Texts or Back-Cover Texts. 68 A "Secondary Section" is a named appendix or a front-matter section of 84 as Front-Cover Texts or Back-Cover Texts, in the notice that says that 138 Texts: Front-Cover Texts on the front cover, and Back-Cover Texts on 140 you as the publisher of these copies. The front cover must present 226 If the Modified Version includes new front-matter sections or 239 You may add a passage of up to five words as a Front-Cover Text, and a 242 Front-Cover Text and one of Back-Cover Text may be added by (or 365 Front-Cover Texts being LIST, and with the Back-Cover Texts being LIST. 371 Front-Cover Texts, write "no Front-Cover Texts" instead of [all …]
|
/linux-5.10/include/xen/interface/io/ |
D | ring.h | 54 * struct mytag_front_ring - The 'front' half of the ring. 59 * the front half: 66 * Initializing the back follows similarly (note that only the front 90 /* "Front" end's private variables */ \ 109 * FRONT_RING_whatever works on the "front end" of a ring: here 117 * requestor (front end) never has more than RING_SIZE()-1 150 /* Number of free requests (for use on front side only). */ 154 /* Test if there is an empty slot available on the front ring. 155 * (This is only meaningful from the front. ) 208 virt_wmb(); /* front sees responses /before/ updated producer index */ \ [all …]
|
/linux-5.10/sound/pci/hda/ |
D | patch_analog.c | 76 static void ad198x_power_eapd_write(struct hda_codec *codec, hda_nid_t front, in ad198x_power_eapd_write() argument 79 if (snd_hda_query_pin_caps(codec, front) & AC_PINCAP_EAPD) in ad198x_power_eapd_write() 80 snd_hda_codec_write(codec, front, 0, AC_VERB_SET_EAPD_BTLENABLE, in ad198x_power_eapd_write() 89 /* We currently only handle front, HP */ in ad198x_power_eapd() 298 { 0x1b, 0x01014011 }, /* front */ 415 * with multiple output pins. The copy of front to surrounds in patch_ad1986a() 678 * 6stack - front/surr/CLFE/side/opt DACs - 04/06/05/0a/03 679 * 3stack - front/surr/CLFE/opt DACs - 04/05/0a/03 682 * 0:Port-B (front mic) 693 * 1:Port-B (front mic-in) [all …]
|
/linux-5.10/Documentation/sound/hd-audio/ |
D | models.rst | 12 5-jack in back, 2-jack in front 14 5-jack in back, 2-jack in front, a SPDIF out 16 6-jack in back, 2-jack in front 232 Front mic pin fixup on HP machines 292 Front HP fixup for Zotac Z68 346 no-front-hp 347 Disable front HP pin NID 0x1b 412 3-jack in back, 2-jack in front 414 6-jack in back, 2-jack in front 416 6-jack in back, 2-jack in front, SPDIF I/O [all …]
|
/linux-5.10/sound/soc/qcom/qdsp6/ |
D | q6dsp-common.h | 11 #define PCM_CHANNEL_FL 1 /* Front left channel. */ 12 #define PCM_CHANNEL_FR 2 /* Front right channel. */ 13 #define PCM_CHANNEL_FC 3 /* Front center channel. */
|