Searched refs:type (Results 201 - 225 of 13790) sorted by path

1234567891011>>

/linux-master/drivers/gpu/drm/gma500/
H A Dmmu.h73 uint32_t num_pages, int type);
80 uint32_t hw_tile_stride, int type);
/linux-master/drivers/gpu/drm/msm/hdmi/
H A Dhdmi_phy_8960.c44 .type = MSM_HDMI_PHY_8960,
H A Dhdmi_phy_8x74.c37 .type = MSM_HDMI_PHY_8x74,
/linux-master/drivers/gpu/drm/nouveau/include/nvif/
H A Dif000a.h5 __u8 type; member in struct:nvif_mem_v0
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dmm.h15 u8 type; member in struct:nvkm_mm_node
36 int nvkm_mm_head(struct nvkm_mm *, u8 heap, u8 type, u32 size_max,
38 int nvkm_mm_tail(struct nvkm_mm *, u8 heap, u8 type, u32 size_max,
/linux-master/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/
H A DM0203.h6 u8 type; member in struct:nvbios_M0203T
23 u8 type; member in struct:nvbios_M0203E
H A DM0205.h15 u8 type; member in struct:nvbios_M0205E
H A Ddisp.h16 u16 type; member in struct:nvbios_outp
25 u16 nvbios_outp_match(struct nvkm_bios *, u16 type, u16 mask,
H A Ddp.h9 u16 type; member in struct:nvbios_dpout
19 u16 nvbios_dpout_match(struct nvkm_bios *, u16 type, u16 mask,
H A Di2c.h5 /* matches bios type field prior to ccb 4.1 */
16 enum dcb_i2c_type type; member in struct:dcb_i2c_entry
H A Dimage.h7 u8 type; member in struct:nvbios_image
H A Dpll.h45 enum nvbios_pll_type type; member in struct:nvbios_pll
75 int nvbios_pll_parse(struct nvkm_bios *, u32 type, struct nvbios_pll *);
H A Dpmu.h10 u8 type; member in struct:nvbios_pmuE
33 bool nvbios_pmuRm(struct nvkm_bios *, u8 type, struct nvbios_pmuR *);
H A Dtherm.h45 enum nvbios_therm_fan_type type; member in struct:nvbios_therm_fan
H A Dvolt.h11 enum nvbios_volt_type type; member in struct:nvbios_volt
H A Dxpio.h10 u8 type; member in struct:nvbios_xpio
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h81 } type; member in struct:nvbios
/linux-master/drivers/gpu/drm/nouveau/nvkm/core/
H A Dmm.c38 node->offset, node->length, node->type);
43 node->offset, node->length, node->type);
56 if (prev && prev->type == NVKM_MM_TYPE_NONE) {
62 if (next && next->type == NVKM_MM_TYPE_NONE) {
65 if (this->type == NVKM_MM_TYPE_NONE)
71 if (this && this->type != NVKM_MM_TYPE_NONE) {
78 this->type = NVKM_MM_TYPE_NONE;
100 b->type = a->type;
104 if (b->type
111 nvkm_mm_head(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, u32 align, struct nvkm_mm_node **pnode) argument
186 nvkm_mm_tail(struct nvkm_mm *mm, u8 heap, u8 type, u32 size_max, u32 size_min, u32 align, struct nvkm_mm_node **pnode) argument
[all...]
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/gr/
H A Dctxnv50.c573 if (device->fb->ram->type != NVKM_RAM_TYPE_GDDR5)
/linux-master/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A DM0203.c62 info->type = nvbios_rd08(bios, data + 0x04);
92 info->type = (nvbios_rd08(bios, data + 0x00) & 0x0f) >> 0;
117 switch (M0203T.type) {
123 nvkm_warn(subdev, "M0203T type %02x\n", M0203T.type);
H A DM0205.c99 info->type = nvbios_rd08(bios, data + 0x00) & 0x0f;
H A Dconn.c80 info->type = nvbios_rd08(bios, data + 0x00);
H A Ddisp.c101 info->type = nvbios_rd16(bios, data + 0x00);
116 nvbios_outp_match(struct nvkm_bios *bios, u16 type, u16 mask, argument
121 if (data && info->type == type) {
H A Dfan.c72 u8 type = nvbios_rd08(bios, data + 0x00); local
73 switch (type) {
75 fan->type = NVBIOS_THERM_FAN_TOGGLE;
80 fan->type = NVBIOS_THERM_FAN_PWM;
83 fan->type = NVBIOS_THERM_FAN_UNK;
H A Di2c.c83 info->type = DCB_I2C_UNUSED;
85 info->type = DCB_I2C_PMGR;
88 info->type = nvbios_rd08(bios, ent + 0x03);
90 info->type = nvbios_rd08(bios, ent + 0x03) & 0x07;
91 if (info->type == 0x07)
92 info->type = DCB_I2C_UNUSED;
100 switch (info->type) {
130 nvkm_warn(subdev, "unknown i2c type %d\n", info->type);
131 info->type
[all...]

Completed in 232 milliseconds

1234567891011>>