Home
last modified time | relevance | path

Searched refs:get_memsize (Results 1 – 25 of 28) sorted by relevance

12

/linux-6.15/drivers/gpu/drm/amd/amdgpu/
H A Dhdp_v7_0.c39 if (adev->nbio.funcs->get_memsize) in hdp_v7_0_flush_hdp()
40 adev->nbio.funcs->get_memsize(adev); in hdp_v7_0_flush_hdp()
H A Dhdp_v6_0.c42 if (adev->nbio.funcs->get_memsize) in hdp_v6_0_flush_hdp()
43 adev->nbio.funcs->get_memsize(adev); in hdp_v6_0_flush_hdp()
H A Dhdp_v4_0.c48 if (adev->nbio.funcs->get_memsize) in hdp_v4_0_flush_hdp()
49 adev->nbio.funcs->get_memsize(adev); in hdp_v4_0_flush_hdp()
H A Dhdp_v5_2.c44 if (adev->nbio.funcs->get_memsize) in hdp_v5_2_flush_hdp()
45 adev->nbio.funcs->get_memsize(adev); in hdp_v5_2_flush_hdp()
H A Dhdp_v5_0.c39 if (adev->nbio.funcs->get_memsize) in hdp_v5_0_flush_hdp()
40 adev->nbio.funcs->get_memsize(adev); in hdp_v5_0_flush_hdp()
H A Damdgpu_nbio.h69 u32 (*get_memsize)(struct amdgpu_device *adev); member
H A Dnbio_v4_3.c495 .get_memsize = nbio_v4_3_get_memsize,
541 .get_memsize = nbio_v4_3_get_memsize,
H A Dnbio_v7_0.c309 .get_memsize = nbio_v7_0_get_memsize,
H A Dnbio_v7_7.c356 .get_memsize = nbio_v7_7_get_memsize,
H A Dnbio_v7_11.c386 .get_memsize = nbio_v7_11_get_memsize,
H A Dnbio_v7_2.c430 .get_memsize = nbio_v7_2_get_memsize,
H A Dsoc21.c223 return adev->nbio.funcs->get_memsize(adev); in soc21_get_config_memsize()
352 u32 memsize = adev->nbio.funcs->get_memsize(adev);
H A Dnbio_v6_1.c414 .get_memsize = nbio_v6_1_get_memsize,
H A Dnv.c308 return adev->nbio.funcs->get_memsize(adev); in nv_get_config_memsize()
430 u32 memsize = adev->nbio.funcs->get_memsize(adev); in nv_asic_mode2_reset()
H A Dnbif_v6_3_1.c457 .get_memsize = nbif_v6_3_1_get_memsize,
H A Dnbio_v2_3.c572 .get_memsize = nbio_v2_3_get_memsize,
H A Dsoc24.c93 return adev->nbio.funcs->get_memsize(adev); in soc24_get_config_memsize()
H A Dnbio_v7_9.c507 .get_memsize = nbio_v7_9_get_memsize,
H A Dnbio_v7_4.c812 .get_memsize = nbio_v7_4_get_memsize,
H A Dgmc_v12_0.c676 adev->nbio.funcs->get_memsize(adev) * 1024ULL * 1024ULL; in gmc_v12_0_mc_init()
H A Dgmc_v11_0.c683 adev->nbio.funcs->get_memsize(adev) * 1024ULL * 1024ULL; in gmc_v11_0_mc_init()
H A Dgmc_v10_0.c712 adev->nbio.funcs->get_memsize(adev) * 1024ULL * 1024ULL; in gmc_v10_0_mc_init()
/linux-6.15/drivers/edac/
H A Dversal_edac.c553 static u64 get_memsize(struct edac_priv *priv) in get_memsize() function
599 size = get_memsize(priv); in init_csrows()
H A Dsynopsys_edac.c777 static u32 get_memsize(void) in get_memsize() function
858 size = get_memsize(); in init_csrows()
/linux-6.15/drivers/video/fbdev/
H A Dtridentfb.c909 static unsigned int get_memsize(struct tridentfb_par *par) in get_memsize() function
1576 tridentfb_fix.smem_len = get_memsize(default_par); in trident_pci_probe()

12