Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_jpeg.c489 u32 inst_off, inst_id, is_powered; in amdgpu_jpeg_dump_ip_state() local
500 inst_off = i * adev->jpeg.reg_count; in amdgpu_jpeg_dump_ip_state()
502 adev->jpeg.ip_dump[inst_off] = in amdgpu_jpeg_dump_ip_state()
505 is_powered = ((adev->jpeg.ip_dump[inst_off] & 0x1) != 1); in amdgpu_jpeg_dump_ip_state()
509 adev->jpeg.ip_dump[inst_off + j] = in amdgpu_jpeg_dump_ip_state()
518 u32 inst_off, is_powered; in amdgpu_jpeg_print_ip_state() local
531 inst_off = i * adev->jpeg.reg_count; in amdgpu_jpeg_print_ip_state()
532 is_powered = ((adev->jpeg.ip_dump[inst_off] & 0x1) != 1); in amdgpu_jpeg_print_ip_state()
538 adev->jpeg.ip_dump[inst_off + j]); in amdgpu_jpeg_print_ip_state()