drm/msm/sde: remove obsolete vblank refcount error message
Remove an error message which is no longer valid which attempts
to catch unbalanced VBLANK refcount at the time of video
encoder disable. This is no longer valid since the CRTC now
tracks the user's VBLANK request serparately from the encoder,
and remember's the user's VBLANK ref when the CRTC is in the
disabled state.
The CRTC will properly transition the encoder's VBLANK refcount
to 0 when the CRTC does its disable callflow, which happens
after the encoder's disable.
Change-Id: I7c69c228421ce80bf289408e218b874b98cf272c
Signed-off-by:
Lloyd Atkinson <latkinso@codeaurora.org>
Loading
Please register or sign in to comment