Loading hw/display/xlnx_dp.c +3 −0 Original line number Diff line number Diff line Loading @@ -624,6 +624,9 @@ static void xlnx_dp_change_graphic_fmt(XlnxDPState *s) case 0: s->v_plane.format = PIXMAN_x8b8g8r8; break; case DP_NL_VID_Y0_CB_Y1_CR: s->v_plane.format = PIXMAN_yuy2; break; case DP_NL_VID_RGBA8880: s->v_plane.format = PIXMAN_x8b8g8r8; break; Loading Loading
hw/display/xlnx_dp.c +3 −0 Original line number Diff line number Diff line Loading @@ -624,6 +624,9 @@ static void xlnx_dp_change_graphic_fmt(XlnxDPState *s) case 0: s->v_plane.format = PIXMAN_x8b8g8r8; break; case DP_NL_VID_Y0_CB_Y1_CR: s->v_plane.format = PIXMAN_yuy2; break; case DP_NL_VID_RGBA8880: s->v_plane.format = PIXMAN_x8b8g8r8; break; Loading