Home
last modified time | relevance | path

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

/drivers/gpu/drm/ast/
Dast_main.c128 ast->dram_bus_width = 16; in ast_get_dram_info()
130 ast->dram_bus_width = 32; in ast_get_dram_info()
196 uint32_t dram_bus_width, mclk, dram_bandwidth, actual_dram_bandwidth, dram_efficency = 500; in ast_get_max_dclk() local
198 dram_bus_width = ast->dram_bus_width; in ast_get_max_dclk()
205 ast->dram_bus_width == 16) in ast_get_max_dclk()
210 dram_bandwidth = mclk * dram_bus_width * 2 / 8; in ast_get_max_dclk()
348 DRM_INFO("dram %d %d %d %08x\n", ast->mclk, ast->dram_type, ast->dram_bus_width, ast->vram_size); in ast_driver_load()
Dast_drv.h84 uint32_t dram_bus_width; member