Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/gpu/drm/nouveau/
Dnouveau_bios.c6244 …nv17_hwsq_ucode_entry(struct drm_device *dev, struct nvbios *bios, uint16_t hwsq_offset, int entry) in load_nv17_hwsq_ucode_entry() argument
6259 if (bios->data[hwsq_offset] <= entry) { in load_nv17_hwsq_ucode_entry()
6265 bytes_to_write = bios->data[hwsq_offset + 1]; in load_nv17_hwsq_ucode_entry()
6274 hwsq_entry_offset = hwsq_offset + 2 + entry * bytes_to_write; in load_nv17_hwsq_ucode_entry()
6304 int hwsq_offset; in load_nv17_hw_sequencer_ucode() local
6306 hwsq_offset = findstr(bios->data, bios->length, hwsq_signature, sz); in load_nv17_hw_sequencer_ucode()
6307 if (!hwsq_offset) in load_nv17_hw_sequencer_ucode()
6311 return load_nv17_hwsq_ucode_entry(dev, bios, hwsq_offset + sz, 0); in load_nv17_hw_sequencer_ucode()