Home
last modified time | relevance | path

Searched refs:req_state (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/hw/display/
H A Dvirtio-gpu-base.c50 dpy_info->pmodes[i].r.width = cpu_to_le32(g->req_state[i].width); in virtio_gpu_base_fill_display_info()
51 dpy_info->pmodes[i].r.height = cpu_to_le32(g->req_state[i].height); in virtio_gpu_base_fill_display_info()
63 .width_mm = g->req_state[scanout].width_mm, in virtio_gpu_base_generate_edid()
64 .height_mm = g->req_state[scanout].height_mm, in virtio_gpu_base_generate_edid()
65 .prefx = g->req_state[scanout].width, in virtio_gpu_base_generate_edid()
66 .prefy = g->req_state[scanout].height, in virtio_gpu_base_generate_edid()
67 .refresh_rate = g->req_state[scanout].refresh_rate, in virtio_gpu_base_generate_edid()
108 g->req_state[idx].x = info->xoff; in virtio_gpu_ui_info()
109 g->req_state[idx].y = info->yoff; in virtio_gpu_ui_info()
110 g->req_state[idx].refresh_rate = info->refresh_rate; in virtio_gpu_ui_info()
[all …]
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h128 bool *req_state, bool *current_state);
130 bool *req_state, bool *current_state);
195 bool *req_state);
197 bool *req_state, bool *current_state);
199 bool *req_state, bool *current_state);
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c971 u32 dev_id, u8 clk_id, bool *req_state) in ti_sci_cmd_clk_is_auto() argument
976 if (!req_state) in ti_sci_cmd_clk_is_auto()
983 *req_state = (state == MSG_CLOCK_SW_STATE_AUTO); in ti_sci_cmd_clk_is_auto()
1000 u8 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_on() argument
1005 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_on()
1013 if (req_state) in ti_sci_cmd_clk_is_on()
1014 *req_state = (r_state == MSG_CLOCK_SW_STATE_REQ); in ti_sci_cmd_clk_is_on()
1033 u8 clk_id, bool *req_state, bool *curr_state) in ti_sci_cmd_clk_is_off() argument
1038 if (!req_state && !curr_state) in ti_sci_cmd_clk_is_off()
1046 if (req_state) in ti_sci_cmd_clk_is_off()
[all …]
/openbmc/qemu/include/hw/virtio/
H A Dvirtio-gpu.h161 struct virtio_gpu_requested_state req_state[VIRTIO_GPU_MAX_SCANOUTS]; member