mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 04:48:04 +09:00
amlogic/decoder/vh264: use stretchblt_noalpha_noblk to not block ge2d
This commit is contained in:
@@ -448,7 +448,7 @@ static int ge2d_canvas_dup(struct canvas_s *srcy, struct canvas_s *srcu,
|
||||
return -1;
|
||||
}
|
||||
|
||||
stretchblt_noalpha(ge2d_videoh264_context, 0, 0, srcy->width,
|
||||
stretchblt_noalpha_noblk(ge2d_videoh264_context, 0, 0, srcy->width,
|
||||
srcy->height, 0, 0, srcy->width, srcy->height);
|
||||
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user