xref: /openbmc/linux/drivers/gpu/drm/radeon/radeon_legacy_encoders.h (revision cdd38c5f1ce4398ec58fec95904b75824daab7b5)
11ae79be1SLee Jones /* radeon_legacy_encoders.h -- Private header for radeon driver -*- linux-c -*-
21ae79be1SLee Jones  *
31ae79be1SLee Jones  * Copyright 1999 Precision Insight, Inc., Cedar Park, Texas.
41ae79be1SLee Jones  * Copyright 2000 VA Linux Systems, Inc., Fremont, California.
51ae79be1SLee Jones  * All rights reserved.
61ae79be1SLee Jones  *
71ae79be1SLee Jones  * Permission is hereby granted, free of charge, to any person obtaining a
81ae79be1SLee Jones  * copy of this software and associated documentation files (the "Software"),
91ae79be1SLee Jones  * to deal in the Software without restriction, including without limitation
101ae79be1SLee Jones  * the rights to use, copy, modify, merge, publish, distribute, sublicense,
111ae79be1SLee Jones  * and/or sell copies of the Software, and to permit persons to whom the
121ae79be1SLee Jones  * Software is furnished to do so, subject to the following conditions:
131ae79be1SLee Jones  *
141ae79be1SLee Jones  * The above copyright notice and this permission notice (including the next
151ae79be1SLee Jones  * paragraph) shall be included in all copies or substantial portions of the
161ae79be1SLee Jones  * Software.
171ae79be1SLee Jones  *
181ae79be1SLee Jones  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
191ae79be1SLee Jones  * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
201ae79be1SLee Jones  * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
211ae79be1SLee Jones  * PRECISION INSIGHT AND/OR ITS SUPPLIERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
221ae79be1SLee Jones  * OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
231ae79be1SLee Jones  * ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
241ae79be1SLee Jones  * DEALINGS IN THE SOFTWARE.
251ae79be1SLee Jones  *
261ae79be1SLee Jones  */
271ae79be1SLee Jones 
281ae79be1SLee Jones #ifndef __RADEON_LEGACY_ENCODERS_H__
291ae79be1SLee Jones #define __RADEON_LEGACY_ENCODERS_H__
301ae79be1SLee Jones 
311ae79be1SLee Jones void radeon_legacy_backlight_init(struct radeon_encoder *radeon_encoder,
321ae79be1SLee Jones 				  struct drm_connector *drm_connector);
33*7ddfba01SLee Jones void radeon_add_legacy_encoder(struct drm_device *dev, uint32_t encoder_enum,
34*7ddfba01SLee Jones 			       uint32_t supported_device);
351ae79be1SLee Jones 
361ae79be1SLee Jones #endif				/* __RADEON_LEGACY_ENCODERS_H__ */
37