Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_hubp.c388 address->grph.meta_addr.high_part); in hubp1_program_surface_flip_and_addr()
397 address->grph.addr.high_part); in hubp1_program_surface_flip_and_addr()
417 address->video_progressive.chroma_meta_addr.high_part); in hubp1_program_surface_flip_and_addr()
425 address->video_progressive.luma_meta_addr.high_part); in hubp1_program_surface_flip_and_addr()
434 address->video_progressive.chroma_addr.high_part); in hubp1_program_surface_flip_and_addr()
442 address->video_progressive.luma_addr.high_part); in hubp1_program_surface_flip_and_addr()
468 address->grph_stereo.right_meta_addr.high_part); in hubp1_program_surface_flip_and_addr()
478 address->grph_stereo.left_meta_addr.high_part); in hubp1_program_surface_flip_and_addr()
487 address->grph_stereo.right_addr.high_part); in hubp1_program_surface_flip_and_addr()
495 address->grph_stereo.left_addr.high_part); in hubp1_program_surface_flip_and_addr()
[all …]
Ddcn10_hw_sequencer.c1751 PHYSICAL_PAGE_NUMBER_MSB, &physical_page_number.high_part); in mmhub_read_vm_system_aperture_settings()
1780 PAGE_DIRECTORY_ENTRY_HI32, &vm0->pte_base.high_part); in mmhub_read_vm_context0_settings()
1785 LOGICAL_PAGE_NUMBER_HI4, &vm0->pte_start.high_part); in mmhub_read_vm_context0_settings()
1790 LOGICAL_PAGE_NUMBER_HI4, &vm0->pte_end.high_part); in mmhub_read_vm_context0_settings()
1795 PHYSICAL_PAGE_ADDR_HI4, &vm0->fault_default.high_part); in mmhub_read_vm_context0_settings()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_hubp.c61 DCN_VM_SYSTEM_APERTURE_DEFAULT_ADDR_MSB, mc_vm_apt_default.high_part); in hubp2_set_vm_system_aperture_settings()
583 CURSOR_SURFACE_ADDRESS_HIGH, attr->address.high_part); in hubp2_cursor_set_attributes()
629 DMDATA_ADDRESS_HIGH, attr->address.high_part); in hubp2_dmdata_set_attributes()
728 address->grph.meta_addr.high_part); in hubp2_program_surface_flip_and_addr()
737 address->grph.addr.high_part); in hubp2_program_surface_flip_and_addr()
757 address->video_progressive.chroma_meta_addr.high_part); in hubp2_program_surface_flip_and_addr()
765 address->video_progressive.luma_meta_addr.high_part); in hubp2_program_surface_flip_and_addr()
774 address->video_progressive.chroma_addr.high_part); in hubp2_program_surface_flip_and_addr()
782 address->video_progressive.luma_addr.high_part); in hubp2_program_surface_flip_and_addr()
808 address->grph_stereo.right_meta_addr.high_part); in hubp2_program_surface_flip_and_addr()
[all …]
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/inc/
Dcompressor.h43 int32_t high_part; member
/Linux-v5.4/drivers/gpu/drm/amd/amdkfd/
Dkfd_dbgdev.h183 uint32_t high_part; member
Dkfd_dbgdev.c94 ib_packet->bitfields3.ib_base_hi = largep->u.high_part; in dbgdev_diq_submit_ib()
141 rm_packet->address_hi = addr.u.high_part; in dbgdev_diq_submit_ib()
252 addrHi->bitfields.addr = addr.u.high_part & in dbgdev_address_watch_set_registers()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/
Ddc_hw_types.h48 int32_t high_part; member
53 int32_t high_part; member
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce/
Ddce_ipp.c130 CURSOR_SURFACE_ADDRESS_HIGH, attributes->address.high_part); in dce_ipp_cursor_set_attributes()
Ddce_mem_input.c655 address.high_part); in program_sec_addr()
669 address.high_part); in program_pri_addr()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/
Ddce110_mem_input_v.c66 temp = address.high_part & in program_pri_addr_c()
102 temp = address.high_part & in program_pri_addr_l()
Ddce110_compressor.c320 compressor->compr_surface_address.addr.high_part); in dce110_compressor_program_compressed_surface_address_and_pitch()
Ddce110_hw_sequencer.c2546 pipe_ctx->plane_state->address.grph.addr.high_part, in dce110_program_front_end_for_pipe()
/Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce112/
Ddce112_compressor.c514 compressor->compr_surface_address.addr.high_part); in dce112_compressor_program_compressed_surface_address_and_pitch()
/Linux-v5.4/fs/ntfs/
Dlayout.h1293 u16 high_part; /* High 16-bits. */ member
/Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm.c2743 address->grph.meta_addr.high_part = upper_32_bits(dcc_address); in fill_plane_dcc_attributes()
2777 address->grph.addr.high_part = upper_32_bits(afb->address); in fill_plane_buffer_attributes()
2800 address->video_progressive.luma_addr.high_part = in fill_plane_buffer_attributes()
2804 address->video_progressive.chroma_addr.high_part = in fill_plane_buffer_attributes()
5431 attributes.address.high_part = upper_32_bits(address); in handle_cursor_update()
5798 bundle->flip_addrs[planes_count].address.grph.addr.high_part, in amdgpu_dm_commit_planes()