e_hwc_windows_queue: send redraw request when client should render at queue buffer 49/238549/1 accepted/tizen/unified/20200715.115521 submit/tizen/20200715.044126
authorChangyeon Lee <cyeon.lee@samsung.com>
Thu, 9 Jul 2020 05:42:54 +0000 (14:42 +0900)
committerChangyeon Lee <cyeon.lee@samsung.com>
Wed, 15 Jul 2020 02:20:48 +0000 (11:20 +0900)
Change-Id: I3927efb04d295b1461d8ccb50a1e98d8e496927d

src/bin/e_hwc_window_queue.c

index cf0f95352f1410811eb1dda6eed020fdf55dcc88..bd139a73e808632260ce038ba4f36d5801e35799 100644 (file)
@@ -911,6 +911,8 @@ _e_hwc_window_queue_prepare_set(E_Hwc_Window_Queue *queue, E_Hwc_Window *hwc_win
 
    queue->state = E_HWC_WINDOW_QUEUE_STATE_SET_WAITING_WAIT_USABLE;
 
+   e_comp_wl_renderer_client_redraw_request_send(hwc_window->ec);
+
    EHWQINF("Set Waiting wait usable user ehw:%p -- {%s}",
            hwc_window->ec, queue->hwc, queue, hwc_window,
            (hwc_window->ec ? hwc_window->ec->icccm.title : "UNKNOWN"));