Home
last modified time | relevance | path

Searched refs:atom (Results 1 – 10 of 10) sorted by relevance

/drivers/gpu/drm/nouveau/dispnv50/
Ddisp.c2142 struct nv50_atom *atom = nv50_atom(state); in nv50_disp_atomic_commit_tail() local
2149 NV_ATOMIC(drm, "commit %d %d\n", atom->lock_core, atom->flush_disable); in nv50_disp_atomic_commit_tail()
2157 if (atom->lock_core) in nv50_disp_atomic_commit_tail()
2174 nv50_head_flush_clr(head, asyh, atom->flush_disable); in nv50_disp_atomic_commit_tail()
2189 nv50_wndw_flush_clr(wndw, interlock, atom->flush_disable, asyw); in nv50_disp_atomic_commit_tail()
2193 list_for_each_entry(outp, &atom->outp, head) { in nv50_disp_atomic_commit_tail()
2218 if (atom->flush_disable) { in nv50_disp_atomic_commit_tail()
2232 list_for_each_entry_safe(outp, outt, &atom->outp, head) { in nv50_disp_atomic_commit_tail()
2324 (!asyw->clr.mask || atom->flush_disable)) in nv50_disp_atomic_commit_tail()
2337 !atom->state.legacy_cursor_update) in nv50_disp_atomic_commit_tail()
[all …]
Datom.h161 nv50_head_atom_get_encoder(struct nv50_head_atom *atom) in nv50_head_atom_get_encoder() argument
166 drm_for_each_encoder_mask(encoder, atom->state.crtc->dev, in nv50_head_atom_get_encoder()
167 atom->state.encoder_mask) in nv50_head_atom_get_encoder()
Dcrc.c353 struct nv50_atom *atom = nv50_atom(asyh->state.state); in nv50_crc_atomic_check_head() local
370 atom->flush_disable = true; in nv50_crc_atomic_check_head()
379 void nv50_crc_atomic_check_outp(struct nv50_atom *atom) in nv50_crc_atomic_check_outp() argument
385 if (atom->flush_disable) in nv50_crc_atomic_check_outp()
388 for_each_oldnew_crtc_in_state(&atom->state, crtc, old_crtc_state, in nv50_crc_atomic_check_outp()
413 list_for_each_entry(outp_atom, &atom->outp, head) { in nv50_crc_atomic_check_outp()
416 atom->flush_disable = true; in nv50_crc_atomic_check_outp()
Dcrc.h86 void nv50_crc_atomic_check_outp(struct nv50_atom *atom);
116 static inline void nv50_crc_atomic_check_outp(struct nv50_atom *atom) {} in nv50_crc_atomic_check_outp() argument
/drivers/clk/x86/
DMakefile3 obj-$(CONFIG_X86_INTEL_LPSS) += clk-lpss-atom.o clk-pmc-atom.o
/drivers/net/wireless/intersil/orinoco/
Dscan.c231 union hermes_scan_info *atom; in orinoco_add_hostscan_results() local
233 atom = (union hermes_scan_info *) (buf + offset); in orinoco_add_hostscan_results()
235 orinoco_add_hostscan_result(priv, atom); in orinoco_add_hostscan_results()
Dscan.h14 struct agere_ext_scan_info *atom,
Dmain.c1153 struct prism2_scan_apinfo *atom = NULL; in orinoco_join_ap() local
1189 atom = (struct prism2_scan_apinfo *) (buf + offset); in orinoco_join_ap()
1190 if (memcmp(&atom->bssid, priv->desired_bssid, ETH_ALEN) == 0) { in orinoco_join_ap()
1203 req.channel = atom->channel; /* both are little-endian */ in orinoco_join_ap()
/drivers/gpu/drm/radeon/
DMakefile36 atom.o radeon_fence.o radeon_ttm.o radeon_object.o radeon_gart.o \
/drivers/gpu/drm/amd/amdgpu/
DMakefile46 atom.o amdgpu_fence.o amdgpu_ttm.o amdgpu_object.o amdgpu_gart.o \