mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-23 05:56:14 -04:00
drm/amd/display: Move stream validations into seperate function.
Stateless streams validations (not require resource population) moved into hook to be called directly from DM. Call dc_validate_stream be before validate_with_context for non Linux APIs Signed-off-by: Andrey Grodzovsky <Andrey.Grodzovsky@amd.com> Reviewed-by: Harry Wentland <Harry.Wentland@amd.com> Reviewed-by: Tony Cheng <Tony.Cheng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
6be425f3dc
commit
9345d9874c
@@ -30,7 +30,7 @@
|
||||
|
||||
static bool virtual_link_encoder_validate_output_with_stream(
|
||||
struct link_encoder *enc,
|
||||
struct pipe_ctx *pipe_ctx) { return true; }
|
||||
const struct core_stream *stream) { return true; }
|
||||
|
||||
static void virtual_link_encoder_hw_init(struct link_encoder *enc) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user