| /OK3568_Linux_fs/buildroot/package/weston/ |
| H A D | 0031-backend-drm-Add-dummy-output-when-no-screens-connect.patch | 72 drm_output_destroy(struct weston_output *output_base); 74 drm_virtual_output_destroy(struct weston_output *output_base); 76 +drm_dummy_output_destroy(struct weston_output *output_base); 182 +drm_dummy_output_start_repaint_loop(struct weston_output *output_base) 184 + weston_output_finish_frame(output_base, NULL, 191 +drm_dummy_output_repaint(struct weston_output *output_base, 194 + struct drm_backend *b = to_drm_backend(output_base->compositor); 196 + wl_signal_emit(&output_base->frame_signal, damage); 202 + output_base->compositor->renderer->repaint_output(output_base, damage); 207 +drm_dummy_output_enable(struct weston_output *output_base) [all …]
|
| H A D | 0015-backend-drm-Support-selecting-monitors.patch | 292 @@ -464,18 +503,36 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *dama… 320 + weston_output_damage(output_base); 321 + weston_output_finish_frame(output_base, NULL, 329 @@ -504,7 +561,7 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage) 346 @@ -1322,6 +1380,7 @@ drm_output_attach_head(struct weston_output *output_base, 348 struct drm_backend *b = to_drm_backend(output_base->compositor); 350 + struct drm_output *output = to_drm_output(output_base); 352 if (wl_list_length(&output_base->head_list) >= MAX_CLONED_CONNECTORS) 354 @@ -1339,6 +1398,7 @@ drm_output_attach_head(struct weston_output *output_base, 360 weston_output_schedule_repaint(output_base); [all …]
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 297 + struct weston_output *output_base) 299 + struct drm_output *output = to_drm_output(output_base); 602 @@ -932,7 +948,10 @@ drm_assign_planes(struct weston_output *output_base) 604 output_base->name, (unsigned long) output_base->id); 612 state = drm_output_propose_state(output_base, pending_state, mode);
|
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 297 @@ -832,7 +846,8 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage) 307 @@ -841,7 +856,7 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage) 308 weston_output_damage(output_base); 309 weston_output_finish_frame(output_base, NULL, 316 @@ -872,7 +887,8 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage)
|
| H A D | 0016-backend-drm-Support-virtual-screen-size.patch | 123 @@ -521,7 +528,7 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/ |
| H A D | 0031-backend-drm-Add-dummy-output-when-no-screens-connect.patch | 72 drm_output_destroy(struct weston_output *output_base); 74 drm_virtual_output_destroy(struct weston_output *output_base); 76 +drm_dummy_output_destroy(struct weston_output *output_base); 182 +drm_dummy_output_start_repaint_loop(struct weston_output *output_base) 184 + weston_output_finish_frame(output_base, NULL, 191 +drm_dummy_output_repaint(struct weston_output *output_base, 194 + struct drm_backend *b = to_drm_backend(output_base->compositor); 196 + wl_signal_emit(&output_base->frame_signal, damage); 202 + output_base->compositor->renderer->repaint_output(output_base, damage); 207 +drm_dummy_output_enable(struct weston_output *output_base) [all …]
|
| H A D | 0015-backend-drm-Support-selecting-monitors.patch | 292 @@ -464,18 +503,36 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *dama… 320 + weston_output_damage(output_base); 321 + weston_output_finish_frame(output_base, NULL, 329 @@ -504,7 +561,7 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage) 346 @@ -1322,6 +1380,7 @@ drm_output_attach_head(struct weston_output *output_base, 348 struct drm_backend *b = to_drm_backend(output_base->compositor); 350 + struct drm_output *output = to_drm_output(output_base); 352 if (wl_list_length(&output_base->head_list) >= MAX_CLONED_CONNECTORS) 354 @@ -1339,6 +1398,7 @@ drm_output_attach_head(struct weston_output *output_base, 360 weston_output_schedule_repaint(output_base); [all …]
|
| H A D | 0017-backend-drm-Support-mirror-mode.patch | 295 + struct weston_output *output_base) 297 + struct drm_output *output = to_drm_output(output_base); 600 @@ -932,7 +948,10 @@ drm_assign_planes(struct weston_output *output_base) 602 output_base->name, (unsigned long) output_base->id); 610 state = drm_output_propose_state(output_base, pending_state, mode);
|
| H A D | 0019-backend-drm-Support-controlling-output-dynamically.patch | 293 @@ -830,7 +839,8 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage) 303 @@ -839,7 +849,7 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage) 304 weston_output_damage(output_base); 305 weston_output_finish_frame(output_base, NULL, 312 @@ -870,7 +880,8 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage)
|
| H A D | 0016-backend-drm-Support-virtual-screen-size.patch | 123 @@ -521,7 +528,7 @@ drm_output_repaint(struct weston_output *output_base, pixman_region32_t *damage)
|
| /OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/ |
| H A D | 0028-backend-drm-Add-dummy-output-when-no-screens-connect.patch | 159 +drm_dummy_output_start_repaint_loop(struct weston_output *output_base) 161 + weston_output_finish_frame(output_base, NULL, 168 +drm_dummy_output_repaint(struct weston_output *output_base, 172 + struct drm_backend *b = to_drm_backend(output_base->compositor); 174 + wl_signal_emit(&output_base->frame_signal, damage); 180 + output_base->compositor->renderer->repaint_output(output_base, damage); 185 +drm_dummy_output_enable(struct weston_output *output_base) 187 + struct drm_backend *b = to_drm_backend(output_base->compositor); 188 + struct drm_output *output = to_drm_output(output_base); 197 +drm_dummy_output_disable(struct weston_output *output_base) [all …]
|
| H A D | 0013-backend-drm-Support-selecting-monitors.patch | 294 @@ -460,10 +499,13 @@ drm_output_repaint(struct weston_output *output_base, 298 + struct drm_backend *b = to_drm_backend(output_base->compositor); 300 struct drm_output *output = to_drm_output(output_base); 308 @@ -472,6 +514,20 @@ drm_output_repaint(struct weston_output *output_base, 320 + weston_output_damage(output_base); 321 + weston_output_finish_frame(output_base, NULL, 329 @@ -497,7 +553,7 @@ drm_output_repaint(struct weston_output *output_base, 338 @@ -718,6 +774,7 @@ drm_output_switch_mode(struct weston_output *output_base, struct weston_mode *mo 346 @@ -1271,6 +1328,7 @@ drm_output_attach_head(struct weston_output *output_base, 349 struct drm_backend *b = to_drm_backend(output_base->compositor); [all …]
|
| H A D | 0015-backend-drm-Support-mirror-mode.patch | 293 + struct weston_output *output_base) 295 + struct drm_output *output = to_drm_output(output_base); 597 @@ -1102,7 +1117,10 @@ drm_assign_planes(struct weston_output *output_base, void *repaint_data) 599 output_base->name, (unsigned long) output_base->id); 607 state = drm_output_propose_state(output_base, pending_state, mode);
|
| H A D | 0016-backend-drm-Support-controlling-output-dynamically.patch | 295 @@ -823,7 +832,8 @@ drm_output_repaint(struct weston_output *output_base, 305 @@ -832,7 +842,7 @@ drm_output_repaint(struct weston_output *output_base, 306 weston_output_damage(output_base); 307 weston_output_finish_frame(output_base, NULL, 314 @@ -860,7 +870,8 @@ drm_output_repaint(struct weston_output *output_base,
|
| H A D | 0014-backend-drm-Support-virtual-screen-size.patch | 131 @@ -516,7 +523,7 @@ drm_output_repaint(struct weston_output *output_base,
|
| /OK3568_Linux_fs/kernel/drivers/gpio/ |
| H A D | gpio-it87.c | 66 u8 output_base; member 178 superio_clear_mask(mask, group + it87_gpio->output_base); in it87_gpio_request() 215 superio_clear_mask(mask, group + it87_gpio->output_base); in it87_gpio_direction_in() 258 superio_set_mask(mask, group + it87_gpio->output_base); in it87_gpio_direction_out() 303 it87_gpio->output_base = 0xc8; in it87_gpio_init() 312 it87_gpio->output_base = 0xc8; in it87_gpio_init() 323 it87_gpio->output_base = 0xc8; in it87_gpio_init() 331 it87_gpio->output_base = 0xf0; in it87_gpio_init()
|
| /OK3568_Linux_fs/kernel/arch/x86/events/intel/ |
| H A D | pt.h | 128 u64 output_base; member
|
| H A D | pt.c | 622 if (pt->output_base != reg) { in pt_config_buffer() 623 pt->output_base = reg; in pt_config_buffer() 945 rdmsrl(MSR_IA32_RTIT_OUTPUT_BASE, pt->output_base); in pt_read_offset() 946 tp = phys_to_virt(pt->output_base); in pt_read_offset()
|
| /OK3568_Linux_fs/kernel/drivers/acpi/arm64/ |
| H A D | iort.c | 326 *rid_out = map->output_base; in iort_id_map() 356 *rid_out = map->output_base + (rid_in - map->input_base); in iort_id_map() 397 *id_out = map->output_base; in iort_node_get_id()
|
| /OK3568_Linux_fs/kernel/arch/x86/kvm/vmx/ |
| H A D | vmx.h | 59 u64 output_base; member
|
| H A D | vmx.c | 1192 wrmsrl(MSR_IA32_RTIT_OUTPUT_BASE, ctx->output_base); in pt_load_msr() 1206 rdmsrl(MSR_IA32_RTIT_OUTPUT_BASE, ctx->output_base); in pt_save_msr() 1990 msr_info->data = vmx->pt_desc.guest.output_base; in vmx_get_msr() 2255 vmx->pt_desc.guest.output_base = data; in vmx_set_msr()
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | actbl2.h | 109 u32 output_base; /* Lowest value in output range */ member
|
| /OK3568_Linux_fs/recovery/ |
| HD | rootfs.cpio.gz | 107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000binusr/bin07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ... |