Searched refs:gpu (Results 1 - 12 of 12) sorted by relevance

/fuchsia/zircon/system/dev/gpu/aml-gpu/
H A Daml-s905d2g.c7 #include <soc/aml-common/aml-gpu.h>
10 zx_status_t aml_gp0_init(aml_gpu_t* gpu) { argument
11 gpu->hiu_dev = calloc(1, sizeof(*gpu->hiu_dev));
12 gpu->gp0_pll_dev = calloc(1, sizeof(*gpu->gp0_pll_dev));
14 zx_status_t status = s905d2_hiu_init(gpu->bti, gpu->hiu_dev);
20 status = s905d2_pll_init(gpu->hiu_dev, gpu
39 aml_gp0_release(aml_gpu_t* gpu) argument
[all...]
H A Daml-gpu.c5 #include "s905d2-gpu.h"
6 #include "s912-gpu.h"
21 #include <zircon/device/gpu.h>
25 zx_status_t aml_gp0_init(aml_gpu_t* gpu);
26 void aml_gp0_release(aml_gpu_t* gpu);
30 static void aml_gpu_set_clk_freq_source(aml_gpu_t* gpu, int32_t clk_source) { argument
36 aml_gpu_block_t* gpu_block = gpu->gpu_block;
63 static void aml_gpu_set_initial_clk_freq_source(aml_gpu_t* gpu, int32_t clk_source) { argument
64 aml_gpu_block_t* gpu_block = gpu->gpu_block;
70 aml_gpu_set_clk_freq_source(gpu, clk_sourc
88 aml_gpu_init(aml_gpu_t* gpu) argument
127 aml_gpu_t* gpu = ctx; local
138 aml_gpu_t* gpu = ctx; local
151 aml_gpu_t* gpu = ctx; local
180 aml_gpu_t* gpu = calloc(1, sizeof(aml_gpu_t)); local
[all...]
H A Ds905d2-gpu.h7 #include <soc/aml-common/aml-gpu.h>
H A Drules.mk12 $(LOCAL_DIR)/aml-gpu.c \
/fuchsia/zircon/system/dev/lib/amlogic/include/soc/aml-common/
H A Daml-gpu.h22 #define READ32_GPU_REG(offset) readl((uint32_t*)gpu->gpu_buffer.vaddr + offset)
23 #define WRITE32_GPU_REG(offset, value) writel(value, (uint32_t*)gpu->gpu_buffer.vaddr + offset)
25 #define READ32_HIU_REG(offset) readl((uint32_t*)gpu->hiu_buffer.vaddr + offset)
26 #define WRITE32_HIU_REG(offset, value) writel(value, (uint32_t*)gpu->hiu_buffer.vaddr + offset)
28 #define READ32_PRESET_REG(offset) readl((uint32_t*)gpu->preset_buffer.vaddr + offset)
29 #define WRITE32_PRESET_REG(offset, value) writel(value, (uint32_t*)gpu->preset_buffer.vaddr + offset)
/fuchsia/zircon/system/dev/display/intel-i915/
H A Dinterrupts.h7 #include <ddk/protocol/intel-gpu-core.h>
H A Dtiling.h8 #include <ddk/protocol/intel-gpu-core.h>
H A Dintel-i915.h9 #include <ddk/protocol/intel-gpu-core.h>
86 // gpu core ops
H A Dregisters-pipe.h9 #include <ddk/protocol/intel-gpu-core.h>
H A Dintel-i915.cpp10 #include <ddk/protocol/intel-gpu-core.h>
2032 args.name = "intel-gpu-core";
2039 LOG_ERROR("Failed to publish gpu core device (%d)\n", status);
2081 // Release anything leaked by the gpu-core client.
/fuchsia/zircon/system/dev/board/imx8mevk/
H A Drules.mk14 $(LOCAL_DIR)/imx8mevk-gpu.c \
/fuchsia/zircon/system/dev/bus/virtio/
H A Drules.mk17 $(LOCAL_DIR)/gpu.cpp \

Completed in 62 milliseconds