linux/drivers/gpu/drm/i915/display/intel_encoder.c

// SPDX-License-Identifier: MIT
/*
 * Copyright © 2024 Intel Corporation
 */

#include <linux/workqueue.h>

#include "i915_drv.h"

#include "intel_display_types.h"
#include "intel_encoder.h"

static void intel_encoder_link_check_work_fn(struct work_struct *work)
{}

void intel_encoder_link_check_init(struct intel_encoder *encoder,
				   void (*callback)(struct intel_encoder *encoder))
{}

void intel_encoder_link_check_flush_work(struct intel_encoder *encoder)
{}

void intel_encoder_link_check_queue_work(struct intel_encoder *encoder, int delay_ms)
{}

void intel_encoder_suspend_all(struct intel_display *display)
{}

void intel_encoder_shutdown_all(struct intel_display *display)
{}