mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
drm/amd/display: Remove unused enable_surface_flip_reporting
enable_surface_flip_reporting() has been unused since it was added by
commit 4562236b3b ("drm/amd/dc: Add dc display driver (v2)")
Remove it.
Signed-off-by: Dr. David Alan Gilbert <linux@treblig.org>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
ecc5278ce0
commit
b7d38567b1
|
|
@ -83,13 +83,6 @@ uint8_t dc_plane_get_pipe_mask(struct dc_state *dc_state, const struct dc_plane
|
|||
/*******************************************************************************
|
||||
* Public functions
|
||||
******************************************************************************/
|
||||
void enable_surface_flip_reporting(struct dc_plane_state *plane_state,
|
||||
uint32_t controller_id)
|
||||
{
|
||||
plane_state->irq_source = controller_id + DC_IRQ_SOURCE_PFLIP1 - 1;
|
||||
/*register_flip_interrupt(surface);*/
|
||||
}
|
||||
|
||||
struct dc_plane_state *dc_create_plane_state(const struct dc *dc)
|
||||
{
|
||||
struct dc_plane_state *plane_state = kvzalloc(sizeof(*plane_state),
|
||||
|
|
|
|||
|
|
@ -45,9 +45,6 @@
|
|||
#define MAX_SVP_PHANTOM_STREAMS 2
|
||||
#define MAX_SVP_PHANTOM_PLANES 2
|
||||
|
||||
void enable_surface_flip_reporting(struct dc_plane_state *plane_state,
|
||||
uint32_t controller_id);
|
||||
|
||||
#include "grph_object_id.h"
|
||||
#include "link_encoder.h"
|
||||
#include "stream_encoder.h"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user