blob: 2beb219df1bd3254b94d1a422d5397be432d2658 [file] [log] [blame]
Dave Airlief453ba02008-11-07 14:05:41 -08001/*
2 * Copyright (c) 2006-2008 Intel Corporation
3 * Copyright (c) 2007 Dave Airlie <airlied@linux.ie>
4 * Copyright (c) 2008 Red Hat Inc.
5 *
6 * DRM core CRTC related functions
7 *
8 * Permission to use, copy, modify, distribute, and sell this software and its
9 * documentation for any purpose is hereby granted without fee, provided that
10 * the above copyright notice appear in all copies and that both that copyright
11 * notice and this permission notice appear in supporting documentation, and
12 * that the name of the copyright holders not be used in advertising or
13 * publicity pertaining to distribution of the software without specific,
14 * written prior permission. The copyright holders make no representations
15 * about the suitability of this software for any purpose. It is provided "as
16 * is" without express or implied warranty.
17 *
18 * THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
19 * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
20 * EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY SPECIAL, INDIRECT OR
21 * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE,
22 * DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
23 * TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE
24 * OF THIS SOFTWARE.
25 *
26 * Authors:
27 * Keith Packard
28 * Eric Anholt <eric@anholt.net>
29 * Dave Airlie <airlied@linux.ie>
30 * Jesse Barnes <jesse.barnes@intel.com>
31 */
Ville Syrjälä6ba6d032013-06-10 11:15:10 +030032#include <linux/ctype.h>
Dave Airlief453ba02008-11-07 14:05:41 -080033#include <linux/list.h>
Tejun Heo5a0e3ad2010-03-24 17:04:11 +090034#include <linux/slab.h>
Paul Gortmaker2d1a8a42011-08-30 18:16:33 -040035#include <linux/export.h>
David Howells760285e2012-10-02 18:01:07 +010036#include <drm/drmP.h>
37#include <drm/drm_crtc.h>
38#include <drm/drm_edid.h>
39#include <drm/drm_fourcc.h>
Rob Clark51fd3712013-11-19 12:10:12 -050040#include <drm/drm_modeset_lock.h>
Dave Airlief453ba02008-11-07 14:05:41 -080041
Daniel Vetter8bd441b2014-01-23 15:35:24 +010042#include "drm_crtc_internal.h"
Daniel Vetter67d0ec42014-09-10 12:43:53 +020043#include "drm_internal.h"
Daniel Vetter8bd441b2014-01-23 15:35:24 +010044
Matt Roperc394c2b2014-06-10 08:28:08 -070045static struct drm_framebuffer *add_framebuffer_internal(struct drm_device *dev,
46 struct drm_mode_fb_cmd2 *r,
47 struct drm_file *file_priv);
48
Dave Airlief453ba02008-11-07 14:05:41 -080049/* Avoid boilerplate. I'm tired of typing. */
50#define DRM_ENUM_NAME_FN(fnname, list) \
Ville Syrjäläd20d3172013-06-07 15:43:07 +000051 const char *fnname(int val) \
Dave Airlief453ba02008-11-07 14:05:41 -080052 { \
53 int i; \
54 for (i = 0; i < ARRAY_SIZE(list); i++) { \
55 if (list[i].type == val) \
56 return list[i].name; \
57 } \
58 return "(unknown)"; \
59 }
60
61/*
62 * Global properties
63 */
Ville Syrjäläd20d3172013-06-07 15:43:07 +000064static const struct drm_prop_enum_list drm_dpms_enum_list[] =
Dave Airlief453ba02008-11-07 14:05:41 -080065{ { DRM_MODE_DPMS_ON, "On" },
66 { DRM_MODE_DPMS_STANDBY, "Standby" },
67 { DRM_MODE_DPMS_SUSPEND, "Suspend" },
68 { DRM_MODE_DPMS_OFF, "Off" }
69};
70
71DRM_ENUM_NAME_FN(drm_get_dpms_name, drm_dpms_enum_list)
72
Rob Clark9922ab52014-04-01 20:16:57 -040073static const struct drm_prop_enum_list drm_plane_type_enum_list[] =
74{
75 { DRM_PLANE_TYPE_OVERLAY, "Overlay" },
76 { DRM_PLANE_TYPE_PRIMARY, "Primary" },
77 { DRM_PLANE_TYPE_CURSOR, "Cursor" },
78};
79
Dave Airlief453ba02008-11-07 14:05:41 -080080/*
81 * Optional properties
82 */
Ville Syrjäläd20d3172013-06-07 15:43:07 +000083static const struct drm_prop_enum_list drm_scaling_mode_enum_list[] =
Dave Airlief453ba02008-11-07 14:05:41 -080084{
Jesse Barnes53bd8382009-07-01 10:04:40 -070085 { DRM_MODE_SCALE_NONE, "None" },
86 { DRM_MODE_SCALE_FULLSCREEN, "Full" },
87 { DRM_MODE_SCALE_CENTER, "Center" },
88 { DRM_MODE_SCALE_ASPECT, "Full aspect" },
Dave Airlief453ba02008-11-07 14:05:41 -080089};
90
Vandana Kannanff587e42014-06-11 10:46:48 +053091static const struct drm_prop_enum_list drm_aspect_ratio_enum_list[] = {
92 { DRM_MODE_PICTURE_ASPECT_NONE, "Automatic" },
93 { DRM_MODE_PICTURE_ASPECT_4_3, "4:3" },
94 { DRM_MODE_PICTURE_ASPECT_16_9, "16:9" },
95};
96
Dave Airlief453ba02008-11-07 14:05:41 -080097/*
98 * Non-global properties, but "required" for certain connectors.
99 */
Ville Syrjäläd20d3172013-06-07 15:43:07 +0000100static const struct drm_prop_enum_list drm_dvi_i_select_enum_list[] =
Dave Airlief453ba02008-11-07 14:05:41 -0800101{
102 { DRM_MODE_SUBCONNECTOR_Automatic, "Automatic" }, /* DVI-I and TV-out */
103 { DRM_MODE_SUBCONNECTOR_DVID, "DVI-D" }, /* DVI-I */
104 { DRM_MODE_SUBCONNECTOR_DVIA, "DVI-A" }, /* DVI-I */
105};
106
107DRM_ENUM_NAME_FN(drm_get_dvi_i_select_name, drm_dvi_i_select_enum_list)
108
Ville Syrjäläd20d3172013-06-07 15:43:07 +0000109static const struct drm_prop_enum_list drm_dvi_i_subconnector_enum_list[] =
Dave Airlief453ba02008-11-07 14:05:41 -0800110{
111 { DRM_MODE_SUBCONNECTOR_Unknown, "Unknown" }, /* DVI-I and TV-out */
112 { DRM_MODE_SUBCONNECTOR_DVID, "DVI-D" }, /* DVI-I */
113 { DRM_MODE_SUBCONNECTOR_DVIA, "DVI-A" }, /* DVI-I */
114};
115
116DRM_ENUM_NAME_FN(drm_get_dvi_i_subconnector_name,
117 drm_dvi_i_subconnector_enum_list)
118
Ville Syrjäläd20d3172013-06-07 15:43:07 +0000119static const struct drm_prop_enum_list drm_tv_select_enum_list[] =
Dave Airlief453ba02008-11-07 14:05:41 -0800120{
121 { DRM_MODE_SUBCONNECTOR_Automatic, "Automatic" }, /* DVI-I and TV-out */
122 { DRM_MODE_SUBCONNECTOR_Composite, "Composite" }, /* TV-out */
123 { DRM_MODE_SUBCONNECTOR_SVIDEO, "SVIDEO" }, /* TV-out */
124 { DRM_MODE_SUBCONNECTOR_Component, "Component" }, /* TV-out */
Francisco Jerezaeaa1ad2009-08-02 04:19:19 +0200125 { DRM_MODE_SUBCONNECTOR_SCART, "SCART" }, /* TV-out */
Dave Airlief453ba02008-11-07 14:05:41 -0800126};
127
128DRM_ENUM_NAME_FN(drm_get_tv_select_name, drm_tv_select_enum_list)
129
Ville Syrjäläd20d3172013-06-07 15:43:07 +0000130static const struct drm_prop_enum_list drm_tv_subconnector_enum_list[] =
Dave Airlief453ba02008-11-07 14:05:41 -0800131{
132 { DRM_MODE_SUBCONNECTOR_Unknown, "Unknown" }, /* DVI-I and TV-out */
133 { DRM_MODE_SUBCONNECTOR_Composite, "Composite" }, /* TV-out */
134 { DRM_MODE_SUBCONNECTOR_SVIDEO, "SVIDEO" }, /* TV-out */
135 { DRM_MODE_SUBCONNECTOR_Component, "Component" }, /* TV-out */
Francisco Jerezaeaa1ad2009-08-02 04:19:19 +0200136 { DRM_MODE_SUBCONNECTOR_SCART, "SCART" }, /* TV-out */
Dave Airlief453ba02008-11-07 14:05:41 -0800137};
138
139DRM_ENUM_NAME_FN(drm_get_tv_subconnector_name,
140 drm_tv_subconnector_enum_list)
141
Ville Syrjäläd20d3172013-06-07 15:43:07 +0000142static const struct drm_prop_enum_list drm_dirty_info_enum_list[] = {
Jakob Bornecrantz884840a2009-12-03 23:25:47 +0000143 { DRM_MODE_DIRTY_OFF, "Off" },
144 { DRM_MODE_DIRTY_ON, "On" },
145 { DRM_MODE_DIRTY_ANNOTATE, "Annotate" },
146};
147
Dave Airlief453ba02008-11-07 14:05:41 -0800148struct drm_conn_prop_enum_list {
149 int type;
Ville Syrjäläd20d3172013-06-07 15:43:07 +0000150 const char *name;
Ilia Mirkinb21e3af2013-08-07 22:34:48 -0400151 struct ida ida;
Dave Airlief453ba02008-11-07 14:05:41 -0800152};
153
154/*
155 * Connector and encoder types.
156 */
157static struct drm_conn_prop_enum_list drm_connector_enum_list[] =
Ilia Mirkinb21e3af2013-08-07 22:34:48 -0400158{ { DRM_MODE_CONNECTOR_Unknown, "Unknown" },
159 { DRM_MODE_CONNECTOR_VGA, "VGA" },
160 { DRM_MODE_CONNECTOR_DVII, "DVI-I" },
161 { DRM_MODE_CONNECTOR_DVID, "DVI-D" },
162 { DRM_MODE_CONNECTOR_DVIA, "DVI-A" },
163 { DRM_MODE_CONNECTOR_Composite, "Composite" },
164 { DRM_MODE_CONNECTOR_SVIDEO, "SVIDEO" },
165 { DRM_MODE_CONNECTOR_LVDS, "LVDS" },
166 { DRM_MODE_CONNECTOR_Component, "Component" },
167 { DRM_MODE_CONNECTOR_9PinDIN, "DIN" },
168 { DRM_MODE_CONNECTOR_DisplayPort, "DP" },
169 { DRM_MODE_CONNECTOR_HDMIA, "HDMI-A" },
170 { DRM_MODE_CONNECTOR_HDMIB, "HDMI-B" },
171 { DRM_MODE_CONNECTOR_TV, "TV" },
172 { DRM_MODE_CONNECTOR_eDP, "eDP" },
173 { DRM_MODE_CONNECTOR_VIRTUAL, "Virtual" },
Shobhit Kumarb8923272013-08-27 15:12:13 +0300174 { DRM_MODE_CONNECTOR_DSI, "DSI" },
Dave Airlief453ba02008-11-07 14:05:41 -0800175};
176
Ville Syrjäläd20d3172013-06-07 15:43:07 +0000177static const struct drm_prop_enum_list drm_encoder_enum_list[] =
Dave Airlief453ba02008-11-07 14:05:41 -0800178{ { DRM_MODE_ENCODER_NONE, "None" },
179 { DRM_MODE_ENCODER_DAC, "DAC" },
180 { DRM_MODE_ENCODER_TMDS, "TMDS" },
181 { DRM_MODE_ENCODER_LVDS, "LVDS" },
182 { DRM_MODE_ENCODER_TVDAC, "TV" },
Thomas Hellstroma7331e52011-10-22 10:36:19 +0200183 { DRM_MODE_ENCODER_VIRTUAL, "Virtual" },
Shobhit Kumarb8923272013-08-27 15:12:13 +0300184 { DRM_MODE_ENCODER_DSI, "DSI" },
Dave Airlie182407a2014-05-02 11:09:54 +1000185 { DRM_MODE_ENCODER_DPMST, "DP MST" },
Dave Airlief453ba02008-11-07 14:05:41 -0800186};
187
Jesse Barnesac1bb362014-02-10 15:32:44 -0800188static const struct drm_prop_enum_list drm_subpixel_enum_list[] =
189{
190 { SubPixelUnknown, "Unknown" },
191 { SubPixelHorizontalRGB, "Horizontal RGB" },
192 { SubPixelHorizontalBGR, "Horizontal BGR" },
193 { SubPixelVerticalRGB, "Vertical RGB" },
194 { SubPixelVerticalBGR, "Vertical BGR" },
195 { SubPixelNone, "None" },
196};
197
Ilia Mirkinb21e3af2013-08-07 22:34:48 -0400198void drm_connector_ida_init(void)
199{
200 int i;
201
202 for (i = 0; i < ARRAY_SIZE(drm_connector_enum_list); i++)
203 ida_init(&drm_connector_enum_list[i].ida);
204}
205
206void drm_connector_ida_destroy(void)
207{
208 int i;
209
210 for (i = 0; i < ARRAY_SIZE(drm_connector_enum_list); i++)
211 ida_destroy(&drm_connector_enum_list[i].ida);
212}
213
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100214/**
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100215 * drm_get_connector_status_name - return a string for connector status
216 * @status: connector status to compute name of
217 *
218 * In contrast to the other drm_get_*_name functions this one here returns a
219 * const pointer and hence is threadsafe.
220 */
Ville Syrjäläd20d3172013-06-07 15:43:07 +0000221const char *drm_get_connector_status_name(enum drm_connector_status status)
Dave Airlief453ba02008-11-07 14:05:41 -0800222{
223 if (status == connector_status_connected)
224 return "connected";
225 else if (status == connector_status_disconnected)
226 return "disconnected";
227 else
228 return "unknown";
229}
Lespiau, Damiened7951d2013-05-10 12:36:42 +0000230EXPORT_SYMBOL(drm_get_connector_status_name);
Dave Airlief453ba02008-11-07 14:05:41 -0800231
Jesse Barnesac1bb362014-02-10 15:32:44 -0800232/**
233 * drm_get_subpixel_order_name - return a string for a given subpixel enum
234 * @order: enum of subpixel_order
235 *
236 * Note you could abuse this and return something out of bounds, but that
237 * would be a caller error. No unscrubbed user data should make it here.
238 */
239const char *drm_get_subpixel_order_name(enum subpixel_order order)
240{
241 return drm_subpixel_enum_list[order].name;
242}
243EXPORT_SYMBOL(drm_get_subpixel_order_name);
244
Ville Syrjälä6ba6d032013-06-10 11:15:10 +0300245static char printable_char(int c)
246{
247 return isascii(c) && isprint(c) ? c : '?';
248}
249
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100250/**
251 * drm_get_format_name - return a string for drm fourcc format
252 * @format: format to compute name of
253 *
254 * Note that the buffer used by this function is globally shared and owned by
255 * the function itself.
256 *
257 * FIXME: This isn't really multithreading safe.
258 */
Ville Syrjäläd20d3172013-06-07 15:43:07 +0000259const char *drm_get_format_name(uint32_t format)
Ville Syrjälä6ba6d032013-06-10 11:15:10 +0300260{
261 static char buf[32];
262
263 snprintf(buf, sizeof(buf),
264 "%c%c%c%c %s-endian (0x%08x)",
265 printable_char(format & 0xff),
266 printable_char((format >> 8) & 0xff),
267 printable_char((format >> 16) & 0xff),
268 printable_char((format >> 24) & 0x7f),
269 format & DRM_FORMAT_BIG_ENDIAN ? "big" : "little",
270 format);
271
272 return buf;
273}
274EXPORT_SYMBOL(drm_get_format_name);
275
Dave Airlie2ee39452014-07-24 11:53:45 +1000276/*
277 * Internal function to assign a slot in the object idr and optionally
278 * register the object into the idr.
279 */
280static int drm_mode_object_get_reg(struct drm_device *dev,
281 struct drm_mode_object *obj,
282 uint32_t obj_type,
283 bool register_obj)
284{
285 int ret;
286
287 mutex_lock(&dev->mode_config.idr_mutex);
288 ret = idr_alloc(&dev->mode_config.crtc_idr, register_obj ? obj : NULL, 1, 0, GFP_KERNEL);
289 if (ret >= 0) {
290 /*
291 * Set up the object linking under the protection of the idr
292 * lock so that other users can't see inconsistent state.
293 */
294 obj->id = ret;
295 obj->type = obj_type;
296 }
297 mutex_unlock(&dev->mode_config.idr_mutex);
298
299 return ret < 0 ? ret : 0;
300}
301
Dave Airlief453ba02008-11-07 14:05:41 -0800302/**
Daniel Vetter065a50ed2012-12-02 00:09:18 +0100303 * drm_mode_object_get - allocate a new modeset identifier
Dave Airlief453ba02008-11-07 14:05:41 -0800304 * @dev: DRM device
Daniel Vetter065a50ed2012-12-02 00:09:18 +0100305 * @obj: object pointer, used to generate unique ID
306 * @obj_type: object type
Dave Airlief453ba02008-11-07 14:05:41 -0800307 *
Dave Airlief453ba02008-11-07 14:05:41 -0800308 * Create a unique identifier based on @ptr in @dev's identifier space. Used
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100309 * for tracking modes, CRTCs and connectors. Note that despite the _get postfix
310 * modeset identifiers are _not_ reference counted. Hence don't use this for
311 * reference counted modeset objects like framebuffers.
Dave Airlief453ba02008-11-07 14:05:41 -0800312 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100313 * Returns:
Dave Airlief453ba02008-11-07 14:05:41 -0800314 * New unique (relative to other objects in @dev) integer identifier for the
315 * object.
316 */
Daniel Vetter8bd441b2014-01-23 15:35:24 +0100317int drm_mode_object_get(struct drm_device *dev,
318 struct drm_mode_object *obj, uint32_t obj_type)
Dave Airlief453ba02008-11-07 14:05:41 -0800319{
Dave Airlie2ee39452014-07-24 11:53:45 +1000320 return drm_mode_object_get_reg(dev, obj, obj_type, true);
321}
Dave Airlief453ba02008-11-07 14:05:41 -0800322
Dave Airlie2ee39452014-07-24 11:53:45 +1000323static void drm_mode_object_register(struct drm_device *dev,
324 struct drm_mode_object *obj)
325{
Jesse Barnesad2563c2009-01-19 17:21:45 +1000326 mutex_lock(&dev->mode_config.idr_mutex);
Dave Airlie2ee39452014-07-24 11:53:45 +1000327 idr_replace(&dev->mode_config.crtc_idr, obj, obj->id);
Jesse Barnesad2563c2009-01-19 17:21:45 +1000328 mutex_unlock(&dev->mode_config.idr_mutex);
Dave Airlief453ba02008-11-07 14:05:41 -0800329}
330
331/**
Daniel Vetter065a50ed2012-12-02 00:09:18 +0100332 * drm_mode_object_put - free a modeset identifer
Dave Airlief453ba02008-11-07 14:05:41 -0800333 * @dev: DRM device
Daniel Vetter065a50ed2012-12-02 00:09:18 +0100334 * @object: object to free
Dave Airlief453ba02008-11-07 14:05:41 -0800335 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100336 * Free @id from @dev's unique identifier pool. Note that despite the _get
337 * postfix modeset identifiers are _not_ reference counted. Hence don't use this
338 * for reference counted modeset objects like framebuffers.
Dave Airlief453ba02008-11-07 14:05:41 -0800339 */
Daniel Vetter8bd441b2014-01-23 15:35:24 +0100340void drm_mode_object_put(struct drm_device *dev,
341 struct drm_mode_object *object)
Dave Airlief453ba02008-11-07 14:05:41 -0800342{
Jesse Barnesad2563c2009-01-19 17:21:45 +1000343 mutex_lock(&dev->mode_config.idr_mutex);
Dave Airlief453ba02008-11-07 14:05:41 -0800344 idr_remove(&dev->mode_config.crtc_idr, object->id);
Jesse Barnesad2563c2009-01-19 17:21:45 +1000345 mutex_unlock(&dev->mode_config.idr_mutex);
Dave Airlief453ba02008-11-07 14:05:41 -0800346}
347
Rob Clark98f75de2014-05-30 11:37:03 -0400348static struct drm_mode_object *_object_find(struct drm_device *dev,
349 uint32_t id, uint32_t type)
350{
351 struct drm_mode_object *obj = NULL;
352
353 mutex_lock(&dev->mode_config.idr_mutex);
354 obj = idr_find(&dev->mode_config.crtc_idr, id);
Daniel Vetter168c02e2014-07-24 12:12:45 +0200355 if (obj && type != DRM_MODE_OBJECT_ANY && obj->type != type)
356 obj = NULL;
357 if (obj && obj->id != id)
358 obj = NULL;
359 /* don't leak out unref'd fb's */
360 if (obj && (obj->type == DRM_MODE_OBJECT_FB))
Rob Clark98f75de2014-05-30 11:37:03 -0400361 obj = NULL;
362 mutex_unlock(&dev->mode_config.idr_mutex);
363
364 return obj;
365}
366
Daniel Vetter786b99e2012-12-02 21:53:40 +0100367/**
368 * drm_mode_object_find - look up a drm object with static lifetime
369 * @dev: drm device
370 * @id: id of the mode object
371 * @type: type of the mode object
372 *
373 * Note that framebuffers cannot be looked up with this functions - since those
Rob Clark98f75de2014-05-30 11:37:03 -0400374 * are reference counted, they need special treatment. Even with
375 * DRM_MODE_OBJECT_ANY (although that will simply return NULL
376 * rather than WARN_ON()).
Daniel Vetter786b99e2012-12-02 21:53:40 +0100377 */
Daniel Vetter7a9c9062009-09-15 22:57:31 +0200378struct drm_mode_object *drm_mode_object_find(struct drm_device *dev,
379 uint32_t id, uint32_t type)
Dave Airlief453ba02008-11-07 14:05:41 -0800380{
Jesse Barnesad2563c2009-01-19 17:21:45 +1000381 struct drm_mode_object *obj = NULL;
Dave Airlief453ba02008-11-07 14:05:41 -0800382
Daniel Vetter786b99e2012-12-02 21:53:40 +0100383 /* Framebuffers are reference counted and need their own lookup
384 * function.*/
385 WARN_ON(type == DRM_MODE_OBJECT_FB);
Rob Clark98f75de2014-05-30 11:37:03 -0400386 obj = _object_find(dev, id, type);
Dave Airlief453ba02008-11-07 14:05:41 -0800387 return obj;
388}
389EXPORT_SYMBOL(drm_mode_object_find);
390
391/**
Dave Airlief453ba02008-11-07 14:05:41 -0800392 * drm_framebuffer_init - initialize a framebuffer
393 * @dev: DRM device
Daniel Vetter065a50ed2012-12-02 00:09:18 +0100394 * @fb: framebuffer to be initialized
395 * @funcs: ... with these functions
Dave Airlief453ba02008-11-07 14:05:41 -0800396 *
Dave Airlief453ba02008-11-07 14:05:41 -0800397 * Allocates an ID for the framebuffer's parent mode object, sets its mode
398 * functions & device file and adds it to the master fd list.
399 *
Daniel Vetter4b096ac2012-12-10 21:19:18 +0100400 * IMPORTANT:
401 * This functions publishes the fb and makes it available for concurrent access
402 * by other users. Which means by this point the fb _must_ be fully set up -
403 * since all the fb attributes are invariant over its lifetime, no further
404 * locking but only correct reference counting is required.
405 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100406 * Returns:
André Goddard Rosaaf901ca2009-11-14 13:09:05 -0200407 * Zero on success, error code on failure.
Dave Airlief453ba02008-11-07 14:05:41 -0800408 */
409int drm_framebuffer_init(struct drm_device *dev, struct drm_framebuffer *fb,
410 const struct drm_framebuffer_funcs *funcs)
411{
412 int ret;
413
Daniel Vetter4b096ac2012-12-10 21:19:18 +0100414 mutex_lock(&dev->mode_config.fb_lock);
Rob Clarkf7eff602012-09-05 21:48:38 +0000415 kref_init(&fb->refcount);
Daniel Vetter4b096ac2012-12-10 21:19:18 +0100416 INIT_LIST_HEAD(&fb->filp_head);
417 fb->dev = dev;
418 fb->funcs = funcs;
Rob Clarkf7eff602012-09-05 21:48:38 +0000419
Dave Airlief453ba02008-11-07 14:05:41 -0800420 ret = drm_mode_object_get(dev, &fb->base, DRM_MODE_OBJECT_FB);
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200421 if (ret)
Daniel Vetter4b096ac2012-12-10 21:19:18 +0100422 goto out;
Dave Airlief453ba02008-11-07 14:05:41 -0800423
Dave Airlief453ba02008-11-07 14:05:41 -0800424 dev->mode_config.num_fb++;
425 list_add(&fb->head, &dev->mode_config.fb_list);
Daniel Vetter4b096ac2012-12-10 21:19:18 +0100426out:
427 mutex_unlock(&dev->mode_config.fb_lock);
Dave Airlief453ba02008-11-07 14:05:41 -0800428
429 return 0;
430}
431EXPORT_SYMBOL(drm_framebuffer_init);
432
Daniel Vetter83f45fc2014-08-06 09:10:18 +0200433/* dev->mode_config.fb_lock must be held! */
434static void __drm_framebuffer_unregister(struct drm_device *dev,
435 struct drm_framebuffer *fb)
436{
437 mutex_lock(&dev->mode_config.idr_mutex);
438 idr_remove(&dev->mode_config.crtc_idr, fb->base.id);
439 mutex_unlock(&dev->mode_config.idr_mutex);
440
441 fb->base.id = 0;
442}
443
Rob Clarkf7eff602012-09-05 21:48:38 +0000444static void drm_framebuffer_free(struct kref *kref)
445{
446 struct drm_framebuffer *fb =
447 container_of(kref, struct drm_framebuffer, refcount);
Daniel Vetter83f45fc2014-08-06 09:10:18 +0200448 struct drm_device *dev = fb->dev;
449
450 /*
451 * The lookup idr holds a weak reference, which has not necessarily been
452 * removed at this point. Check for that.
453 */
454 mutex_lock(&dev->mode_config.fb_lock);
455 if (fb->base.id) {
456 /* Mark fb as reaped and drop idr ref. */
457 __drm_framebuffer_unregister(dev, fb);
458 }
459 mutex_unlock(&dev->mode_config.fb_lock);
460
Rob Clarkf7eff602012-09-05 21:48:38 +0000461 fb->funcs->destroy(fb);
462}
463
Daniel Vetter2b677e82012-12-10 21:16:05 +0100464static struct drm_framebuffer *__drm_framebuffer_lookup(struct drm_device *dev,
465 uint32_t id)
466{
467 struct drm_mode_object *obj = NULL;
468 struct drm_framebuffer *fb;
469
470 mutex_lock(&dev->mode_config.idr_mutex);
471 obj = idr_find(&dev->mode_config.crtc_idr, id);
472 if (!obj || (obj->type != DRM_MODE_OBJECT_FB) || (obj->id != id))
473 fb = NULL;
474 else
475 fb = obj_to_fb(obj);
476 mutex_unlock(&dev->mode_config.idr_mutex);
477
478 return fb;
479}
480
Rob Clarkf7eff602012-09-05 21:48:38 +0000481/**
Daniel Vetter786b99e2012-12-02 21:53:40 +0100482 * drm_framebuffer_lookup - look up a drm framebuffer and grab a reference
483 * @dev: drm device
484 * @id: id of the fb object
485 *
486 * If successful, this grabs an additional reference to the framebuffer -
487 * callers need to make sure to eventually unreference the returned framebuffer
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100488 * again, using @drm_framebuffer_unreference.
Daniel Vetter786b99e2012-12-02 21:53:40 +0100489 */
490struct drm_framebuffer *drm_framebuffer_lookup(struct drm_device *dev,
491 uint32_t id)
492{
Daniel Vetter786b99e2012-12-02 21:53:40 +0100493 struct drm_framebuffer *fb;
494
495 mutex_lock(&dev->mode_config.fb_lock);
Daniel Vetter2b677e82012-12-10 21:16:05 +0100496 fb = __drm_framebuffer_lookup(dev, id);
Daniel Vetter83f45fc2014-08-06 09:10:18 +0200497 if (fb) {
498 if (!kref_get_unless_zero(&fb->refcount))
499 fb = NULL;
500 }
Daniel Vetter786b99e2012-12-02 21:53:40 +0100501 mutex_unlock(&dev->mode_config.fb_lock);
502
503 return fb;
504}
505EXPORT_SYMBOL(drm_framebuffer_lookup);
506
507/**
Rob Clarkf7eff602012-09-05 21:48:38 +0000508 * drm_framebuffer_unreference - unref a framebuffer
Daniel Vetter065a50ed2012-12-02 00:09:18 +0100509 * @fb: framebuffer to unref
510 *
511 * This functions decrements the fb's refcount and frees it if it drops to zero.
Rob Clarkf7eff602012-09-05 21:48:38 +0000512 */
513void drm_framebuffer_unreference(struct drm_framebuffer *fb)
514{
Rob Clark82912722014-03-18 10:07:08 -0400515 DRM_DEBUG("%p: FB ID: %d (%d)\n", fb, fb->base.id, atomic_read(&fb->refcount.refcount));
Rob Clarkf7eff602012-09-05 21:48:38 +0000516 kref_put(&fb->refcount, drm_framebuffer_free);
517}
518EXPORT_SYMBOL(drm_framebuffer_unreference);
519
520/**
521 * drm_framebuffer_reference - incr the fb refcnt
Daniel Vetter065a50ed2012-12-02 00:09:18 +0100522 * @fb: framebuffer
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100523 *
524 * This functions increments the fb's refcount.
Rob Clarkf7eff602012-09-05 21:48:38 +0000525 */
526void drm_framebuffer_reference(struct drm_framebuffer *fb)
527{
Rob Clark82912722014-03-18 10:07:08 -0400528 DRM_DEBUG("%p: FB ID: %d (%d)\n", fb, fb->base.id, atomic_read(&fb->refcount.refcount));
Rob Clarkf7eff602012-09-05 21:48:38 +0000529 kref_get(&fb->refcount);
530}
531EXPORT_SYMBOL(drm_framebuffer_reference);
532
Daniel Vetter2b677e82012-12-10 21:16:05 +0100533static void drm_framebuffer_free_bug(struct kref *kref)
534{
535 BUG();
536}
537
Daniel Vetter6c2a7532012-12-11 00:59:24 +0100538static void __drm_framebuffer_unreference(struct drm_framebuffer *fb)
539{
Rob Clark82912722014-03-18 10:07:08 -0400540 DRM_DEBUG("%p: FB ID: %d (%d)\n", fb, fb->base.id, atomic_read(&fb->refcount.refcount));
Daniel Vetter6c2a7532012-12-11 00:59:24 +0100541 kref_put(&fb->refcount, drm_framebuffer_free_bug);
542}
543
Dave Airlief453ba02008-11-07 14:05:41 -0800544/**
Daniel Vetter36206362012-12-10 20:42:17 +0100545 * drm_framebuffer_unregister_private - unregister a private fb from the lookup idr
546 * @fb: fb to unregister
547 *
548 * Drivers need to call this when cleaning up driver-private framebuffers, e.g.
549 * those used for fbdev. Note that the caller must hold a reference of it's own,
550 * i.e. the object may not be destroyed through this call (since it'll lead to a
551 * locking inversion).
552 */
553void drm_framebuffer_unregister_private(struct drm_framebuffer *fb)
554{
Daniel Vetter2b677e82012-12-10 21:16:05 +0100555 struct drm_device *dev = fb->dev;
556
557 mutex_lock(&dev->mode_config.fb_lock);
558 /* Mark fb as reaped and drop idr ref. */
559 __drm_framebuffer_unregister(dev, fb);
560 mutex_unlock(&dev->mode_config.fb_lock);
Daniel Vetter36206362012-12-10 20:42:17 +0100561}
562EXPORT_SYMBOL(drm_framebuffer_unregister_private);
563
564/**
Dave Airlief453ba02008-11-07 14:05:41 -0800565 * drm_framebuffer_cleanup - remove a framebuffer object
566 * @fb: framebuffer to remove
567 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100568 * Cleanup framebuffer. This function is intended to be used from the drivers
569 * ->destroy callback. It can also be used to clean up driver private
570 * framebuffers embedded into a larger structure.
Daniel Vetter36206362012-12-10 20:42:17 +0100571 *
572 * Note that this function does not remove the fb from active usuage - if it is
573 * still used anywhere, hilarity can ensue since userspace could call getfb on
574 * the id and get back -EINVAL. Obviously no concern at driver unload time.
575 *
576 * Also, the framebuffer will not be removed from the lookup idr - for
577 * user-created framebuffers this will happen in in the rmfb ioctl. For
578 * driver-private objects (e.g. for fbdev) drivers need to explicitly call
579 * drm_framebuffer_unregister_private.
Dave Airlief453ba02008-11-07 14:05:41 -0800580 */
581void drm_framebuffer_cleanup(struct drm_framebuffer *fb)
582{
583 struct drm_device *dev = fb->dev;
Daniel Vetter8faf6b12012-12-01 23:43:11 +0100584
Daniel Vetter4b096ac2012-12-10 21:19:18 +0100585 mutex_lock(&dev->mode_config.fb_lock);
Rob Clarkf7eff602012-09-05 21:48:38 +0000586 list_del(&fb->head);
587 dev->mode_config.num_fb--;
Daniel Vetter4b096ac2012-12-10 21:19:18 +0100588 mutex_unlock(&dev->mode_config.fb_lock);
Rob Clarkf7eff602012-09-05 21:48:38 +0000589}
590EXPORT_SYMBOL(drm_framebuffer_cleanup);
591
592/**
593 * drm_framebuffer_remove - remove and unreference a framebuffer object
594 * @fb: framebuffer to remove
595 *
Rob Clarkf7eff602012-09-05 21:48:38 +0000596 * Scans all the CRTCs and planes in @dev's mode_config. If they're
Daniel Vetter36206362012-12-10 20:42:17 +0100597 * using @fb, removes it, setting it to NULL. Then drops the reference to the
Daniel Vetterb62584e2012-12-11 16:51:35 +0100598 * passed-in framebuffer. Might take the modeset locks.
599 *
600 * Note that this function optimizes the cleanup away if the caller holds the
601 * last reference to the framebuffer. It is also guaranteed to not take the
602 * modeset locks in this case.
Rob Clarkf7eff602012-09-05 21:48:38 +0000603 */
604void drm_framebuffer_remove(struct drm_framebuffer *fb)
605{
606 struct drm_device *dev = fb->dev;
Dave Airlief453ba02008-11-07 14:05:41 -0800607 struct drm_crtc *crtc;
Jesse Barnes8cf5c912011-11-14 14:51:27 -0800608 struct drm_plane *plane;
Dave Airlie5ef5f722009-08-17 13:11:23 +1000609 struct drm_mode_set set;
610 int ret;
Dave Airlief453ba02008-11-07 14:05:41 -0800611
Daniel Vetter4b096ac2012-12-10 21:19:18 +0100612 WARN_ON(!list_empty(&fb->filp_head));
Daniel Vetter8faf6b12012-12-01 23:43:11 +0100613
Daniel Vetterb62584e2012-12-11 16:51:35 +0100614 /*
615 * drm ABI mandates that we remove any deleted framebuffers from active
616 * useage. But since most sane clients only remove framebuffers they no
617 * longer need, try to optimize this away.
618 *
619 * Since we're holding a reference ourselves, observing a refcount of 1
620 * means that we're the last holder and can skip it. Also, the refcount
621 * can never increase from 1 again, so we don't need any barriers or
622 * locks.
623 *
624 * Note that userspace could try to race with use and instate a new
625 * usage _after_ we've cleared all current ones. End result will be an
626 * in-use fb with fb-id == 0. Userspace is allowed to shoot its own foot
627 * in this manner.
628 */
629 if (atomic_read(&fb->refcount.refcount) > 1) {
630 drm_modeset_lock_all(dev);
631 /* remove from any CRTC */
632 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head) {
Matt Roperf4510a22014-04-01 15:22:40 -0700633 if (crtc->primary->fb == fb) {
Daniel Vetterb62584e2012-12-11 16:51:35 +0100634 /* should turn off the crtc */
635 memset(&set, 0, sizeof(struct drm_mode_set));
636 set.crtc = crtc;
637 set.fb = NULL;
638 ret = drm_mode_set_config_internal(&set);
639 if (ret)
640 DRM_ERROR("failed to reset crtc %p when fb was deleted\n", crtc);
641 }
Dave Airlie5ef5f722009-08-17 13:11:23 +1000642 }
Dave Airlief453ba02008-11-07 14:05:41 -0800643
Daniel Vetterb62584e2012-12-11 16:51:35 +0100644 list_for_each_entry(plane, &dev->mode_config.plane_list, head) {
Ville Syrjälä9125e612013-06-03 16:10:40 +0300645 if (plane->fb == fb)
646 drm_plane_force_disable(plane);
Jesse Barnes8cf5c912011-11-14 14:51:27 -0800647 }
Daniel Vetterb62584e2012-12-11 16:51:35 +0100648 drm_modeset_unlock_all(dev);
Jesse Barnes8cf5c912011-11-14 14:51:27 -0800649 }
650
Rob Clarkf7eff602012-09-05 21:48:38 +0000651 drm_framebuffer_unreference(fb);
Dave Airlief453ba02008-11-07 14:05:41 -0800652}
Rob Clarkf7eff602012-09-05 21:48:38 +0000653EXPORT_SYMBOL(drm_framebuffer_remove);
Dave Airlief453ba02008-11-07 14:05:41 -0800654
Rob Clark51fd3712013-11-19 12:10:12 -0500655DEFINE_WW_CLASS(crtc_ww_class);
656
Dave Airlief453ba02008-11-07 14:05:41 -0800657/**
Matt Ropere13161a2014-04-01 15:22:38 -0700658 * drm_crtc_init_with_planes - Initialise a new CRTC object with
659 * specified primary and cursor planes.
Dave Airlief453ba02008-11-07 14:05:41 -0800660 * @dev: DRM device
661 * @crtc: CRTC object to init
Matt Ropere13161a2014-04-01 15:22:38 -0700662 * @primary: Primary plane for CRTC
663 * @cursor: Cursor plane for CRTC
Dave Airlief453ba02008-11-07 14:05:41 -0800664 * @funcs: callbacks for the new CRTC
665 *
Ville Syrjäläad6f5c32013-06-05 12:39:55 +0000666 * Inits a new object created as base part of a driver crtc object.
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200667 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100668 * Returns:
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200669 * Zero on success, error code on failure.
Dave Airlief453ba02008-11-07 14:05:41 -0800670 */
Matt Ropere13161a2014-04-01 15:22:38 -0700671int drm_crtc_init_with_planes(struct drm_device *dev, struct drm_crtc *crtc,
672 struct drm_plane *primary,
Matt Roperfc1d3e42014-06-10 08:28:11 -0700673 struct drm_plane *cursor,
Matt Ropere13161a2014-04-01 15:22:38 -0700674 const struct drm_crtc_funcs *funcs)
Dave Airlief453ba02008-11-07 14:05:41 -0800675{
Rob Clark51fd3712013-11-19 12:10:12 -0500676 struct drm_mode_config *config = &dev->mode_config;
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200677 int ret;
678
Dave Airlief453ba02008-11-07 14:05:41 -0800679 crtc->dev = dev;
680 crtc->funcs = funcs;
Rob Clark7c80e122012-09-04 16:35:56 +0000681 crtc->invert_dimensions = false;
Dave Airlief453ba02008-11-07 14:05:41 -0800682
Rob Clark51fd3712013-11-19 12:10:12 -0500683 drm_modeset_lock_init(&crtc->mutex);
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200684 ret = drm_mode_object_get(dev, &crtc->base, DRM_MODE_OBJECT_CRTC);
685 if (ret)
686 goto out;
Dave Airlief453ba02008-11-07 14:05:41 -0800687
Paulo Zanonibffd9de02012-05-15 18:09:05 -0300688 crtc->base.properties = &crtc->properties;
689
Rob Clark51fd3712013-11-19 12:10:12 -0500690 list_add_tail(&crtc->head, &config->crtc_list);
691 config->num_crtc++;
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200692
Matt Ropere13161a2014-04-01 15:22:38 -0700693 crtc->primary = primary;
Matt Roperfc1d3e42014-06-10 08:28:11 -0700694 crtc->cursor = cursor;
Matt Ropere13161a2014-04-01 15:22:38 -0700695 if (primary)
696 primary->possible_crtcs = 1 << drm_crtc_index(crtc);
Matt Roperfc1d3e42014-06-10 08:28:11 -0700697 if (cursor)
698 cursor->possible_crtcs = 1 << drm_crtc_index(crtc);
Matt Ropere13161a2014-04-01 15:22:38 -0700699
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200700 out:
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200701
702 return ret;
Dave Airlief453ba02008-11-07 14:05:41 -0800703}
Matt Ropere13161a2014-04-01 15:22:38 -0700704EXPORT_SYMBOL(drm_crtc_init_with_planes);
Dave Airlief453ba02008-11-07 14:05:41 -0800705
706/**
Ville Syrjäläad6f5c32013-06-05 12:39:55 +0000707 * drm_crtc_cleanup - Clean up the core crtc usage
Dave Airlief453ba02008-11-07 14:05:41 -0800708 * @crtc: CRTC to cleanup
709 *
Ville Syrjäläad6f5c32013-06-05 12:39:55 +0000710 * This function cleans up @crtc and removes it from the DRM mode setting
711 * core. Note that the function does *not* free the crtc structure itself,
712 * this is the responsibility of the caller.
Dave Airlief453ba02008-11-07 14:05:41 -0800713 */
714void drm_crtc_cleanup(struct drm_crtc *crtc)
715{
716 struct drm_device *dev = crtc->dev;
717
Sachin Kamat9e1c1562012-11-19 09:44:56 +0000718 kfree(crtc->gamma_store);
719 crtc->gamma_store = NULL;
Dave Airlief453ba02008-11-07 14:05:41 -0800720
Rob Clark51fd3712013-11-19 12:10:12 -0500721 drm_modeset_lock_fini(&crtc->mutex);
722
Dave Airlief453ba02008-11-07 14:05:41 -0800723 drm_mode_object_put(dev, &crtc->base);
724 list_del(&crtc->head);
725 dev->mode_config.num_crtc--;
726}
727EXPORT_SYMBOL(drm_crtc_cleanup);
728
729/**
Russell Kingdb5f7a62014-01-02 21:27:33 +0000730 * drm_crtc_index - find the index of a registered CRTC
731 * @crtc: CRTC to find index for
732 *
733 * Given a registered CRTC, return the index of that CRTC within a DRM
734 * device's list of CRTCs.
735 */
736unsigned int drm_crtc_index(struct drm_crtc *crtc)
737{
738 unsigned int index = 0;
739 struct drm_crtc *tmp;
740
741 list_for_each_entry(tmp, &crtc->dev->mode_config.crtc_list, head) {
742 if (tmp == crtc)
743 return index;
744
745 index++;
746 }
747
748 BUG();
749}
750EXPORT_SYMBOL(drm_crtc_index);
751
Lespiau, Damien86f422d2013-08-20 00:53:06 +0100752/*
Dave Airlief453ba02008-11-07 14:05:41 -0800753 * drm_mode_remove - remove and free a mode
754 * @connector: connector list to modify
755 * @mode: mode to remove
756 *
Dave Airlief453ba02008-11-07 14:05:41 -0800757 * Remove @mode from @connector's mode list, then free it.
758 */
Lespiau, Damien86f422d2013-08-20 00:53:06 +0100759static void drm_mode_remove(struct drm_connector *connector,
760 struct drm_display_mode *mode)
Dave Airlief453ba02008-11-07 14:05:41 -0800761{
762 list_del(&mode->head);
Sascha Hauer554f1d72012-02-01 11:38:19 +0100763 drm_mode_destroy(connector->dev, mode);
Dave Airlief453ba02008-11-07 14:05:41 -0800764}
Dave Airlief453ba02008-11-07 14:05:41 -0800765
766/**
Chris Wilsoneaf99c72014-08-06 10:08:32 +0200767 * drm_connector_get_cmdline_mode - reads the user's cmdline mode
768 * @connector: connector to quwery
Chris Wilsoneaf99c72014-08-06 10:08:32 +0200769 *
770 * The kernel supports per-connector configration of its consoles through
771 * use of the video= parameter. This function parses that option and
772 * extracts the user's specified mode (or enable/disable status) for a
773 * particular connector. This is typically only used during the early fbdev
774 * setup.
775 */
776static void drm_connector_get_cmdline_mode(struct drm_connector *connector)
777{
778 struct drm_cmdline_mode *mode = &connector->cmdline_mode;
779 char *option = NULL;
780
781 if (fb_get_options(connector->name, &option))
782 return;
783
784 if (!drm_mode_parse_command_line_for_connector(option,
785 connector,
786 mode))
787 return;
788
789 if (mode->force) {
790 const char *s;
791
792 switch (mode->force) {
793 case DRM_FORCE_OFF:
794 s = "OFF";
795 break;
796 case DRM_FORCE_ON_DIGITAL:
797 s = "ON - dig";
798 break;
799 default:
800 case DRM_FORCE_ON:
801 s = "ON";
802 break;
803 }
804
805 DRM_INFO("forcing %s connector %s\n", connector->name, s);
806 connector->force = mode->force;
807 }
808
809 DRM_DEBUG_KMS("cmdline mode for connector %s %dx%d@%dHz%s%s%s\n",
810 connector->name,
811 mode->xres, mode->yres,
812 mode->refresh_specified ? mode->refresh : 60,
813 mode->rb ? " reduced blanking" : "",
814 mode->margins ? " with margins" : "",
815 mode->interlace ? " interlaced" : "");
816}
817
818/**
Dave Airlief453ba02008-11-07 14:05:41 -0800819 * drm_connector_init - Init a preallocated connector
820 * @dev: DRM device
821 * @connector: the connector to init
822 * @funcs: callbacks for this connector
Daniel Vetter065a50ed2012-12-02 00:09:18 +0100823 * @connector_type: user visible type of the connector
Dave Airlief453ba02008-11-07 14:05:41 -0800824 *
Dave Airlief453ba02008-11-07 14:05:41 -0800825 * Initialises a preallocated connector. Connectors should be
826 * subclassed as part of driver connector objects.
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200827 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100828 * Returns:
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200829 * Zero on success, error code on failure.
Dave Airlief453ba02008-11-07 14:05:41 -0800830 */
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200831int drm_connector_init(struct drm_device *dev,
832 struct drm_connector *connector,
833 const struct drm_connector_funcs *funcs,
834 int connector_type)
Dave Airlief453ba02008-11-07 14:05:41 -0800835{
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200836 int ret;
Ilia Mirkinb21e3af2013-08-07 22:34:48 -0400837 struct ida *connector_ida =
838 &drm_connector_enum_list[connector_type].ida;
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200839
Daniel Vetter84849902012-12-02 00:28:11 +0100840 drm_modeset_lock_all(dev);
Dave Airlief453ba02008-11-07 14:05:41 -0800841
Dave Airlie2ee39452014-07-24 11:53:45 +1000842 ret = drm_mode_object_get_reg(dev, &connector->base, DRM_MODE_OBJECT_CONNECTOR, false);
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200843 if (ret)
Jani Nikula2abdd312014-05-14 16:58:19 +0300844 goto out_unlock;
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200845
Paulo Zanoni7e3bdf42012-05-15 18:09:01 -0300846 connector->base.properties = &connector->properties;
Dave Airlief453ba02008-11-07 14:05:41 -0800847 connector->dev = dev;
848 connector->funcs = funcs;
Dave Airlief453ba02008-11-07 14:05:41 -0800849 connector->connector_type = connector_type;
850 connector->connector_type_id =
Ilia Mirkinb21e3af2013-08-07 22:34:48 -0400851 ida_simple_get(connector_ida, 1, 0, GFP_KERNEL);
852 if (connector->connector_type_id < 0) {
853 ret = connector->connector_type_id;
Jani Nikula2abdd312014-05-14 16:58:19 +0300854 goto out_put;
Ilia Mirkinb21e3af2013-08-07 22:34:48 -0400855 }
Jani Nikula2abdd312014-05-14 16:58:19 +0300856 connector->name =
857 kasprintf(GFP_KERNEL, "%s-%d",
858 drm_connector_enum_list[connector_type].name,
859 connector->connector_type_id);
860 if (!connector->name) {
861 ret = -ENOMEM;
862 goto out_put;
863 }
864
Dave Airlief453ba02008-11-07 14:05:41 -0800865 INIT_LIST_HEAD(&connector->probed_modes);
866 INIT_LIST_HEAD(&connector->modes);
867 connector->edid_blob_ptr = NULL;
Daniel Vetter5e2cb2f2012-10-23 18:23:35 +0000868 connector->status = connector_status_unknown;
Dave Airlief453ba02008-11-07 14:05:41 -0800869
Chris Wilsoneaf99c72014-08-06 10:08:32 +0200870 drm_connector_get_cmdline_mode(connector);
871
Dave Airlief453ba02008-11-07 14:05:41 -0800872 list_add_tail(&connector->head, &dev->mode_config.connector_list);
873 dev->mode_config.num_connector++;
874
Thomas Hellstroma7331e52011-10-22 10:36:19 +0200875 if (connector_type != DRM_MODE_CONNECTOR_VIRTUAL)
Rob Clark58495562012-10-11 20:50:56 -0500876 drm_object_attach_property(&connector->base,
Thomas Hellstroma7331e52011-10-22 10:36:19 +0200877 dev->mode_config.edid_property,
878 0);
Dave Airlief453ba02008-11-07 14:05:41 -0800879
Rob Clark58495562012-10-11 20:50:56 -0500880 drm_object_attach_property(&connector->base,
Dave Airlief453ba02008-11-07 14:05:41 -0800881 dev->mode_config.dpms_property, 0);
882
Thomas Wood30f65702014-06-18 17:52:32 +0100883 connector->debugfs_entry = NULL;
884
Jani Nikula2abdd312014-05-14 16:58:19 +0300885out_put:
886 if (ret)
887 drm_mode_object_put(dev, &connector->base);
888
889out_unlock:
Daniel Vetter84849902012-12-02 00:28:11 +0100890 drm_modeset_unlock_all(dev);
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +0200891
892 return ret;
Dave Airlief453ba02008-11-07 14:05:41 -0800893}
894EXPORT_SYMBOL(drm_connector_init);
895
896/**
897 * drm_connector_cleanup - cleans up an initialised connector
898 * @connector: connector to cleanup
899 *
Dave Airlief453ba02008-11-07 14:05:41 -0800900 * Cleans up the connector but doesn't free the object.
901 */
902void drm_connector_cleanup(struct drm_connector *connector)
903{
904 struct drm_device *dev = connector->dev;
905 struct drm_display_mode *mode, *t;
906
907 list_for_each_entry_safe(mode, t, &connector->probed_modes, head)
908 drm_mode_remove(connector, mode);
909
910 list_for_each_entry_safe(mode, t, &connector->modes, head)
911 drm_mode_remove(connector, mode);
912
Ilia Mirkinb21e3af2013-08-07 22:34:48 -0400913 ida_remove(&drm_connector_enum_list[connector->connector_type].ida,
914 connector->connector_type_id);
915
Dave Airlief453ba02008-11-07 14:05:41 -0800916 drm_mode_object_put(dev, &connector->base);
Jani Nikula2abdd312014-05-14 16:58:19 +0300917 kfree(connector->name);
918 connector->name = NULL;
Dave Airlief453ba02008-11-07 14:05:41 -0800919 list_del(&connector->head);
Joonyoung Shim6380c502011-08-27 02:06:21 +0000920 dev->mode_config.num_connector--;
Dave Airlief453ba02008-11-07 14:05:41 -0800921}
922EXPORT_SYMBOL(drm_connector_cleanup);
923
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100924/**
Daniel Vetter10f637b2014-07-29 13:47:11 +0200925 * drm_connector_index - find the index of a registered connector
926 * @connector: connector to find index for
927 *
928 * Given a registered connector, return the index of that connector within a DRM
929 * device's list of connectors.
930 */
931unsigned int drm_connector_index(struct drm_connector *connector)
932{
933 unsigned int index = 0;
934 struct drm_connector *tmp;
935
936 list_for_each_entry(tmp, &connector->dev->mode_config.connector_list, head) {
937 if (tmp == connector)
938 return index;
939
940 index++;
941 }
942
943 BUG();
944}
945EXPORT_SYMBOL(drm_connector_index);
946
947/**
Thomas Wood34ea3d32014-05-29 16:57:41 +0100948 * drm_connector_register - register a connector
949 * @connector: the connector to register
950 *
951 * Register userspace interfaces for a connector
952 *
953 * Returns:
954 * Zero on success, error code on failure.
955 */
956int drm_connector_register(struct drm_connector *connector)
957{
Thomas Wood30f65702014-06-18 17:52:32 +0100958 int ret;
959
Dave Airlie2ee39452014-07-24 11:53:45 +1000960 drm_mode_object_register(connector->dev, &connector->base);
961
Thomas Wood30f65702014-06-18 17:52:32 +0100962 ret = drm_sysfs_connector_add(connector);
963 if (ret)
964 return ret;
965
966 ret = drm_debugfs_connector_add(connector);
967 if (ret) {
968 drm_sysfs_connector_remove(connector);
969 return ret;
970 }
971
972 return 0;
Thomas Wood34ea3d32014-05-29 16:57:41 +0100973}
974EXPORT_SYMBOL(drm_connector_register);
975
976/**
977 * drm_connector_unregister - unregister a connector
978 * @connector: the connector to unregister
979 *
980 * Unregister userspace interfaces for a connector
981 */
982void drm_connector_unregister(struct drm_connector *connector)
983{
984 drm_sysfs_connector_remove(connector);
Thomas Wood30f65702014-06-18 17:52:32 +0100985 drm_debugfs_connector_remove(connector);
Thomas Wood34ea3d32014-05-29 16:57:41 +0100986}
987EXPORT_SYMBOL(drm_connector_unregister);
988
989
990/**
Daniel Vetterc8e32cc2014-03-10 21:33:02 +0100991 * drm_connector_unplug_all - unregister connector userspace interfaces
992 * @dev: drm device
993 *
994 * This function unregisters all connector userspace interfaces in sysfs. Should
995 * be call when the device is disconnected, e.g. from an usb driver's
996 * ->disconnect callback.
997 */
Dave Airliecbc7e222012-02-20 14:16:40 +0000998void drm_connector_unplug_all(struct drm_device *dev)
999{
1000 struct drm_connector *connector;
1001
1002 /* taking the mode config mutex ends up in a clash with sysfs */
1003 list_for_each_entry(connector, &dev->mode_config.connector_list, head)
Thomas Wood34ea3d32014-05-29 16:57:41 +01001004 drm_connector_unregister(connector);
Dave Airliecbc7e222012-02-20 14:16:40 +00001005
1006}
1007EXPORT_SYMBOL(drm_connector_unplug_all);
1008
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01001009/**
1010 * drm_bridge_init - initialize a drm transcoder/bridge
1011 * @dev: drm device
1012 * @bridge: transcoder/bridge to set up
1013 * @funcs: bridge function table
1014 *
1015 * Initialises a preallocated bridge. Bridges should be
1016 * subclassed as part of driver connector objects.
1017 *
1018 * Returns:
1019 * Zero on success, error code on failure.
1020 */
Sean Paul3b336ec2013-08-14 16:47:37 -04001021int drm_bridge_init(struct drm_device *dev, struct drm_bridge *bridge,
1022 const struct drm_bridge_funcs *funcs)
1023{
1024 int ret;
1025
1026 drm_modeset_lock_all(dev);
1027
1028 ret = drm_mode_object_get(dev, &bridge->base, DRM_MODE_OBJECT_BRIDGE);
1029 if (ret)
1030 goto out;
1031
1032 bridge->dev = dev;
1033 bridge->funcs = funcs;
1034
1035 list_add_tail(&bridge->head, &dev->mode_config.bridge_list);
1036 dev->mode_config.num_bridge++;
1037
1038 out:
1039 drm_modeset_unlock_all(dev);
1040 return ret;
1041}
1042EXPORT_SYMBOL(drm_bridge_init);
1043
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01001044/**
1045 * drm_bridge_cleanup - cleans up an initialised bridge
1046 * @bridge: bridge to cleanup
1047 *
1048 * Cleans up the bridge but doesn't free the object.
1049 */
Sean Paul3b336ec2013-08-14 16:47:37 -04001050void drm_bridge_cleanup(struct drm_bridge *bridge)
1051{
1052 struct drm_device *dev = bridge->dev;
1053
1054 drm_modeset_lock_all(dev);
1055 drm_mode_object_put(dev, &bridge->base);
1056 list_del(&bridge->head);
1057 dev->mode_config.num_bridge--;
1058 drm_modeset_unlock_all(dev);
1059}
1060EXPORT_SYMBOL(drm_bridge_cleanup);
1061
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01001062/**
1063 * drm_encoder_init - Init a preallocated encoder
1064 * @dev: drm device
1065 * @encoder: the encoder to init
1066 * @funcs: callbacks for this encoder
1067 * @encoder_type: user visible type of the encoder
1068 *
1069 * Initialises a preallocated encoder. Encoder should be
1070 * subclassed as part of driver encoder objects.
1071 *
1072 * Returns:
1073 * Zero on success, error code on failure.
1074 */
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02001075int drm_encoder_init(struct drm_device *dev,
Dave Airliecbc7e222012-02-20 14:16:40 +00001076 struct drm_encoder *encoder,
1077 const struct drm_encoder_funcs *funcs,
1078 int encoder_type)
Dave Airlief453ba02008-11-07 14:05:41 -08001079{
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02001080 int ret;
1081
Daniel Vetter84849902012-12-02 00:28:11 +01001082 drm_modeset_lock_all(dev);
Dave Airlief453ba02008-11-07 14:05:41 -08001083
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02001084 ret = drm_mode_object_get(dev, &encoder->base, DRM_MODE_OBJECT_ENCODER);
1085 if (ret)
Jani Nikulae5748942014-05-14 16:58:20 +03001086 goto out_unlock;
Dave Airlief453ba02008-11-07 14:05:41 -08001087
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02001088 encoder->dev = dev;
Dave Airlief453ba02008-11-07 14:05:41 -08001089 encoder->encoder_type = encoder_type;
1090 encoder->funcs = funcs;
Jani Nikulae5748942014-05-14 16:58:20 +03001091 encoder->name = kasprintf(GFP_KERNEL, "%s-%d",
1092 drm_encoder_enum_list[encoder_type].name,
1093 encoder->base.id);
1094 if (!encoder->name) {
1095 ret = -ENOMEM;
1096 goto out_put;
1097 }
Dave Airlief453ba02008-11-07 14:05:41 -08001098
1099 list_add_tail(&encoder->head, &dev->mode_config.encoder_list);
1100 dev->mode_config.num_encoder++;
1101
Jani Nikulae5748942014-05-14 16:58:20 +03001102out_put:
1103 if (ret)
1104 drm_mode_object_put(dev, &encoder->base);
1105
1106out_unlock:
Daniel Vetter84849902012-12-02 00:28:11 +01001107 drm_modeset_unlock_all(dev);
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02001108
1109 return ret;
Dave Airlief453ba02008-11-07 14:05:41 -08001110}
1111EXPORT_SYMBOL(drm_encoder_init);
1112
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01001113/**
1114 * drm_encoder_cleanup - cleans up an initialised encoder
1115 * @encoder: encoder to cleanup
1116 *
1117 * Cleans up the encoder but doesn't free the object.
1118 */
Dave Airlief453ba02008-11-07 14:05:41 -08001119void drm_encoder_cleanup(struct drm_encoder *encoder)
1120{
1121 struct drm_device *dev = encoder->dev;
Daniel Vetter84849902012-12-02 00:28:11 +01001122 drm_modeset_lock_all(dev);
Dave Airlief453ba02008-11-07 14:05:41 -08001123 drm_mode_object_put(dev, &encoder->base);
Jani Nikulae5748942014-05-14 16:58:20 +03001124 kfree(encoder->name);
1125 encoder->name = NULL;
Dave Airlief453ba02008-11-07 14:05:41 -08001126 list_del(&encoder->head);
Joonyoung Shim6380c502011-08-27 02:06:21 +00001127 dev->mode_config.num_encoder--;
Daniel Vetter84849902012-12-02 00:28:11 +01001128 drm_modeset_unlock_all(dev);
Dave Airlief453ba02008-11-07 14:05:41 -08001129}
1130EXPORT_SYMBOL(drm_encoder_cleanup);
1131
Ville Syrjälä35f2c3a2013-06-05 15:39:56 +03001132/**
Matt Roperdc415ff2014-04-01 15:22:36 -07001133 * drm_universal_plane_init - Initialize a new universal plane object
Ville Syrjälä35f2c3a2013-06-05 15:39:56 +03001134 * @dev: DRM device
1135 * @plane: plane object to init
1136 * @possible_crtcs: bitmask of possible CRTCs
1137 * @funcs: callbacks for the new plane
1138 * @formats: array of supported formats (%DRM_FORMAT_*)
1139 * @format_count: number of elements in @formats
Matt Roperdc415ff2014-04-01 15:22:36 -07001140 * @type: type of plane (overlay, primary, cursor)
Ville Syrjälä35f2c3a2013-06-05 15:39:56 +03001141 *
Matt Roperdc415ff2014-04-01 15:22:36 -07001142 * Initializes a plane object of type @type.
Ville Syrjälä35f2c3a2013-06-05 15:39:56 +03001143 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01001144 * Returns:
Ville Syrjälä35f2c3a2013-06-05 15:39:56 +03001145 * Zero on success, error code on failure.
1146 */
Matt Roperdc415ff2014-04-01 15:22:36 -07001147int drm_universal_plane_init(struct drm_device *dev, struct drm_plane *plane,
1148 unsigned long possible_crtcs,
1149 const struct drm_plane_funcs *funcs,
1150 const uint32_t *formats, uint32_t format_count,
1151 enum drm_plane_type type)
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001152{
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02001153 int ret;
1154
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02001155 ret = drm_mode_object_get(dev, &plane->base, DRM_MODE_OBJECT_PLANE);
1156 if (ret)
1157 goto out;
1158
Daniel Vetter4d02e2d2014-11-11 10:12:00 +01001159 drm_modeset_lock_init(&plane->mutex);
1160
Rob Clark4d939142012-05-17 02:23:27 -06001161 plane->base.properties = &plane->properties;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001162 plane->dev = dev;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001163 plane->funcs = funcs;
1164 plane->format_types = kmalloc(sizeof(uint32_t) * format_count,
1165 GFP_KERNEL);
1166 if (!plane->format_types) {
1167 DRM_DEBUG_KMS("out of memory when allocating plane\n");
1168 drm_mode_object_put(dev, &plane->base);
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02001169 ret = -ENOMEM;
1170 goto out;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001171 }
1172
Jesse Barnes308e5bc2011-11-14 14:51:28 -08001173 memcpy(plane->format_types, formats, format_count * sizeof(uint32_t));
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001174 plane->format_count = format_count;
1175 plane->possible_crtcs = possible_crtcs;
Matt Roperdc415ff2014-04-01 15:22:36 -07001176 plane->type = type;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001177
Matt Roperdc415ff2014-04-01 15:22:36 -07001178 list_add_tail(&plane->head, &dev->mode_config.plane_list);
1179 dev->mode_config.num_total_plane++;
1180 if (plane->type == DRM_PLANE_TYPE_OVERLAY)
1181 dev->mode_config.num_overlay_plane++;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001182
Rob Clark9922ab52014-04-01 20:16:57 -04001183 drm_object_attach_property(&plane->base,
1184 dev->mode_config.plane_type_property,
1185 plane->type);
1186
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02001187 out:
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001188
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02001189 return ret;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001190}
Matt Roperdc415ff2014-04-01 15:22:36 -07001191EXPORT_SYMBOL(drm_universal_plane_init);
1192
1193/**
1194 * drm_plane_init - Initialize a legacy plane
1195 * @dev: DRM device
1196 * @plane: plane object to init
1197 * @possible_crtcs: bitmask of possible CRTCs
1198 * @funcs: callbacks for the new plane
1199 * @formats: array of supported formats (%DRM_FORMAT_*)
1200 * @format_count: number of elements in @formats
1201 * @is_primary: plane type (primary vs overlay)
1202 *
1203 * Legacy API to initialize a DRM plane.
1204 *
1205 * New drivers should call drm_universal_plane_init() instead.
1206 *
1207 * Returns:
1208 * Zero on success, error code on failure.
1209 */
1210int drm_plane_init(struct drm_device *dev, struct drm_plane *plane,
1211 unsigned long possible_crtcs,
1212 const struct drm_plane_funcs *funcs,
1213 const uint32_t *formats, uint32_t format_count,
1214 bool is_primary)
1215{
1216 enum drm_plane_type type;
1217
1218 type = is_primary ? DRM_PLANE_TYPE_PRIMARY : DRM_PLANE_TYPE_OVERLAY;
1219 return drm_universal_plane_init(dev, plane, possible_crtcs, funcs,
1220 formats, format_count, type);
1221}
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001222EXPORT_SYMBOL(drm_plane_init);
1223
Ville Syrjälä35f2c3a2013-06-05 15:39:56 +03001224/**
1225 * drm_plane_cleanup - Clean up the core plane usage
1226 * @plane: plane to cleanup
1227 *
1228 * This function cleans up @plane and removes it from the DRM mode setting
1229 * core. Note that the function does *not* free the plane structure itself,
1230 * this is the responsibility of the caller.
1231 */
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001232void drm_plane_cleanup(struct drm_plane *plane)
1233{
1234 struct drm_device *dev = plane->dev;
1235
Daniel Vetter84849902012-12-02 00:28:11 +01001236 drm_modeset_lock_all(dev);
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001237 kfree(plane->format_types);
1238 drm_mode_object_put(dev, &plane->base);
Matt Roperdc415ff2014-04-01 15:22:36 -07001239
1240 BUG_ON(list_empty(&plane->head));
1241
1242 list_del(&plane->head);
1243 dev->mode_config.num_total_plane--;
1244 if (plane->type == DRM_PLANE_TYPE_OVERLAY)
1245 dev->mode_config.num_overlay_plane--;
Daniel Vetter84849902012-12-02 00:28:11 +01001246 drm_modeset_unlock_all(dev);
Jesse Barnes8cf5c912011-11-14 14:51:27 -08001247}
1248EXPORT_SYMBOL(drm_plane_cleanup);
1249
Ville Syrjälä35f2c3a2013-06-05 15:39:56 +03001250/**
Daniel Vetter10f637b2014-07-29 13:47:11 +02001251 * drm_plane_index - find the index of a registered plane
1252 * @plane: plane to find index for
1253 *
1254 * Given a registered plane, return the index of that CRTC within a DRM
1255 * device's list of planes.
1256 */
1257unsigned int drm_plane_index(struct drm_plane *plane)
1258{
1259 unsigned int index = 0;
1260 struct drm_plane *tmp;
1261
1262 list_for_each_entry(tmp, &plane->dev->mode_config.plane_list, head) {
1263 if (tmp == plane)
1264 return index;
1265
1266 index++;
1267 }
1268
1269 BUG();
1270}
1271EXPORT_SYMBOL(drm_plane_index);
1272
1273/**
Ville Syrjälä35f2c3a2013-06-05 15:39:56 +03001274 * drm_plane_force_disable - Forcibly disable a plane
1275 * @plane: plane to disable
1276 *
1277 * Forces the plane to be disabled.
1278 *
1279 * Used when the plane's current framebuffer is destroyed,
1280 * and when restoring fbdev mode.
1281 */
Ville Syrjälä9125e612013-06-03 16:10:40 +03001282void drm_plane_force_disable(struct drm_plane *plane)
1283{
1284 int ret;
1285
Daniel Vetter3d30a592014-07-27 13:42:42 +02001286 if (!plane->fb)
Ville Syrjälä9125e612013-06-03 16:10:40 +03001287 return;
1288
Daniel Vetter3d30a592014-07-27 13:42:42 +02001289 plane->old_fb = plane->fb;
Ville Syrjälä9125e612013-06-03 16:10:40 +03001290 ret = plane->funcs->disable_plane(plane);
Daniel Vetter731cce42014-04-23 10:24:11 +02001291 if (ret) {
Ville Syrjälä9125e612013-06-03 16:10:40 +03001292 DRM_ERROR("failed to disable plane with busy fb\n");
Daniel Vetter3d30a592014-07-27 13:42:42 +02001293 plane->old_fb = NULL;
Daniel Vetter731cce42014-04-23 10:24:11 +02001294 return;
1295 }
Ville Syrjälä9125e612013-06-03 16:10:40 +03001296 /* disconnect the plane from the fb and crtc: */
Daniel Vetter3d30a592014-07-27 13:42:42 +02001297 __drm_framebuffer_unreference(plane->old_fb);
1298 plane->old_fb = NULL;
Ville Syrjälä9125e612013-06-03 16:10:40 +03001299 plane->fb = NULL;
1300 plane->crtc = NULL;
1301}
1302EXPORT_SYMBOL(drm_plane_force_disable);
1303
Dave Airlief453ba02008-11-07 14:05:41 -08001304static int drm_mode_create_standard_connector_properties(struct drm_device *dev)
1305{
1306 struct drm_property *edid;
1307 struct drm_property *dpms;
Dave Airlie43aba7e2014-06-05 14:01:31 +10001308 struct drm_property *dev_path;
Dave Airlief453ba02008-11-07 14:05:41 -08001309
1310 /*
1311 * Standard properties (apply to all connectors)
1312 */
1313 edid = drm_property_create(dev, DRM_MODE_PROP_BLOB |
1314 DRM_MODE_PROP_IMMUTABLE,
1315 "EDID", 0);
1316 dev->mode_config.edid_property = edid;
1317
Sascha Hauer4a67d392012-02-06 10:58:17 +01001318 dpms = drm_property_create_enum(dev, 0,
1319 "DPMS", drm_dpms_enum_list,
1320 ARRAY_SIZE(drm_dpms_enum_list));
Dave Airlief453ba02008-11-07 14:05:41 -08001321 dev->mode_config.dpms_property = dpms;
1322
Dave Airlie43aba7e2014-06-05 14:01:31 +10001323 dev_path = drm_property_create(dev,
1324 DRM_MODE_PROP_BLOB |
1325 DRM_MODE_PROP_IMMUTABLE,
1326 "PATH", 0);
1327 dev->mode_config.path_property = dev_path;
1328
Dave Airlief453ba02008-11-07 14:05:41 -08001329 return 0;
1330}
1331
Rob Clark9922ab52014-04-01 20:16:57 -04001332static int drm_mode_create_standard_plane_properties(struct drm_device *dev)
1333{
1334 struct drm_property *type;
1335
1336 /*
1337 * Standard properties (apply to all planes)
1338 */
1339 type = drm_property_create_enum(dev, DRM_MODE_PROP_IMMUTABLE,
1340 "type", drm_plane_type_enum_list,
1341 ARRAY_SIZE(drm_plane_type_enum_list));
1342 dev->mode_config.plane_type_property = type;
1343
1344 return 0;
1345}
1346
Dave Airlief453ba02008-11-07 14:05:41 -08001347/**
1348 * drm_mode_create_dvi_i_properties - create DVI-I specific connector properties
1349 * @dev: DRM device
1350 *
1351 * Called by a driver the first time a DVI-I connector is made.
1352 */
1353int drm_mode_create_dvi_i_properties(struct drm_device *dev)
1354{
1355 struct drm_property *dvi_i_selector;
1356 struct drm_property *dvi_i_subconnector;
Dave Airlief453ba02008-11-07 14:05:41 -08001357
1358 if (dev->mode_config.dvi_i_select_subconnector_property)
1359 return 0;
1360
1361 dvi_i_selector =
Sascha Hauer4a67d392012-02-06 10:58:17 +01001362 drm_property_create_enum(dev, 0,
Dave Airlief453ba02008-11-07 14:05:41 -08001363 "select subconnector",
Sascha Hauer4a67d392012-02-06 10:58:17 +01001364 drm_dvi_i_select_enum_list,
Dave Airlief453ba02008-11-07 14:05:41 -08001365 ARRAY_SIZE(drm_dvi_i_select_enum_list));
Dave Airlief453ba02008-11-07 14:05:41 -08001366 dev->mode_config.dvi_i_select_subconnector_property = dvi_i_selector;
1367
Sascha Hauer4a67d392012-02-06 10:58:17 +01001368 dvi_i_subconnector = drm_property_create_enum(dev, DRM_MODE_PROP_IMMUTABLE,
Dave Airlief453ba02008-11-07 14:05:41 -08001369 "subconnector",
Sascha Hauer4a67d392012-02-06 10:58:17 +01001370 drm_dvi_i_subconnector_enum_list,
Dave Airlief453ba02008-11-07 14:05:41 -08001371 ARRAY_SIZE(drm_dvi_i_subconnector_enum_list));
Dave Airlief453ba02008-11-07 14:05:41 -08001372 dev->mode_config.dvi_i_subconnector_property = dvi_i_subconnector;
1373
1374 return 0;
1375}
1376EXPORT_SYMBOL(drm_mode_create_dvi_i_properties);
1377
1378/**
1379 * drm_create_tv_properties - create TV specific connector properties
1380 * @dev: DRM device
1381 * @num_modes: number of different TV formats (modes) supported
1382 * @modes: array of pointers to strings containing name of each format
1383 *
1384 * Called by a driver's TV initialization routine, this function creates
1385 * the TV specific connector properties for a given device. Caller is
1386 * responsible for allocating a list of format names and passing them to
1387 * this routine.
1388 */
1389int drm_mode_create_tv_properties(struct drm_device *dev, int num_modes,
1390 char *modes[])
1391{
1392 struct drm_property *tv_selector;
1393 struct drm_property *tv_subconnector;
1394 int i;
1395
1396 if (dev->mode_config.tv_select_subconnector_property)
1397 return 0;
1398
1399 /*
1400 * Basic connector properties
1401 */
Sascha Hauer4a67d392012-02-06 10:58:17 +01001402 tv_selector = drm_property_create_enum(dev, 0,
Dave Airlief453ba02008-11-07 14:05:41 -08001403 "select subconnector",
Sascha Hauer4a67d392012-02-06 10:58:17 +01001404 drm_tv_select_enum_list,
Dave Airlief453ba02008-11-07 14:05:41 -08001405 ARRAY_SIZE(drm_tv_select_enum_list));
Dave Airlief453ba02008-11-07 14:05:41 -08001406 dev->mode_config.tv_select_subconnector_property = tv_selector;
1407
1408 tv_subconnector =
Sascha Hauer4a67d392012-02-06 10:58:17 +01001409 drm_property_create_enum(dev, DRM_MODE_PROP_IMMUTABLE,
1410 "subconnector",
1411 drm_tv_subconnector_enum_list,
Dave Airlief453ba02008-11-07 14:05:41 -08001412 ARRAY_SIZE(drm_tv_subconnector_enum_list));
Dave Airlief453ba02008-11-07 14:05:41 -08001413 dev->mode_config.tv_subconnector_property = tv_subconnector;
1414
1415 /*
1416 * Other, TV specific properties: margins & TV modes.
1417 */
1418 dev->mode_config.tv_left_margin_property =
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01001419 drm_property_create_range(dev, 0, "left margin", 0, 100);
Dave Airlief453ba02008-11-07 14:05:41 -08001420
1421 dev->mode_config.tv_right_margin_property =
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01001422 drm_property_create_range(dev, 0, "right margin", 0, 100);
Dave Airlief453ba02008-11-07 14:05:41 -08001423
1424 dev->mode_config.tv_top_margin_property =
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01001425 drm_property_create_range(dev, 0, "top margin", 0, 100);
Dave Airlief453ba02008-11-07 14:05:41 -08001426
1427 dev->mode_config.tv_bottom_margin_property =
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01001428 drm_property_create_range(dev, 0, "bottom margin", 0, 100);
Dave Airlief453ba02008-11-07 14:05:41 -08001429
1430 dev->mode_config.tv_mode_property =
1431 drm_property_create(dev, DRM_MODE_PROP_ENUM,
1432 "mode", num_modes);
1433 for (i = 0; i < num_modes; i++)
1434 drm_property_add_enum(dev->mode_config.tv_mode_property, i,
1435 i, modes[i]);
1436
Francisco Jerezb6b79022009-08-02 04:19:20 +02001437 dev->mode_config.tv_brightness_property =
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01001438 drm_property_create_range(dev, 0, "brightness", 0, 100);
Francisco Jerezb6b79022009-08-02 04:19:20 +02001439
1440 dev->mode_config.tv_contrast_property =
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01001441 drm_property_create_range(dev, 0, "contrast", 0, 100);
Francisco Jerezb6b79022009-08-02 04:19:20 +02001442
1443 dev->mode_config.tv_flicker_reduction_property =
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01001444 drm_property_create_range(dev, 0, "flicker reduction", 0, 100);
Francisco Jerezb6b79022009-08-02 04:19:20 +02001445
Francisco Jereza75f0232009-08-12 02:30:10 +02001446 dev->mode_config.tv_overscan_property =
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01001447 drm_property_create_range(dev, 0, "overscan", 0, 100);
Francisco Jereza75f0232009-08-12 02:30:10 +02001448
1449 dev->mode_config.tv_saturation_property =
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01001450 drm_property_create_range(dev, 0, "saturation", 0, 100);
Francisco Jereza75f0232009-08-12 02:30:10 +02001451
1452 dev->mode_config.tv_hue_property =
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01001453 drm_property_create_range(dev, 0, "hue", 0, 100);
Francisco Jereza75f0232009-08-12 02:30:10 +02001454
Dave Airlief453ba02008-11-07 14:05:41 -08001455 return 0;
1456}
1457EXPORT_SYMBOL(drm_mode_create_tv_properties);
1458
1459/**
1460 * drm_mode_create_scaling_mode_property - create scaling mode property
1461 * @dev: DRM device
1462 *
1463 * Called by a driver the first time it's needed, must be attached to desired
1464 * connectors.
1465 */
1466int drm_mode_create_scaling_mode_property(struct drm_device *dev)
1467{
1468 struct drm_property *scaling_mode;
Dave Airlief453ba02008-11-07 14:05:41 -08001469
1470 if (dev->mode_config.scaling_mode_property)
1471 return 0;
1472
1473 scaling_mode =
Sascha Hauer4a67d392012-02-06 10:58:17 +01001474 drm_property_create_enum(dev, 0, "scaling mode",
1475 drm_scaling_mode_enum_list,
Dave Airlief453ba02008-11-07 14:05:41 -08001476 ARRAY_SIZE(drm_scaling_mode_enum_list));
Dave Airlief453ba02008-11-07 14:05:41 -08001477
1478 dev->mode_config.scaling_mode_property = scaling_mode;
1479
1480 return 0;
1481}
1482EXPORT_SYMBOL(drm_mode_create_scaling_mode_property);
1483
1484/**
Vandana Kannanff587e42014-06-11 10:46:48 +05301485 * drm_mode_create_aspect_ratio_property - create aspect ratio property
1486 * @dev: DRM device
1487 *
1488 * Called by a driver the first time it's needed, must be attached to desired
1489 * connectors.
1490 *
1491 * Returns:
1492 * Zero on success, errno on failure.
1493 */
1494int drm_mode_create_aspect_ratio_property(struct drm_device *dev)
1495{
1496 if (dev->mode_config.aspect_ratio_property)
1497 return 0;
1498
1499 dev->mode_config.aspect_ratio_property =
1500 drm_property_create_enum(dev, 0, "aspect ratio",
1501 drm_aspect_ratio_enum_list,
1502 ARRAY_SIZE(drm_aspect_ratio_enum_list));
1503
1504 if (dev->mode_config.aspect_ratio_property == NULL)
1505 return -ENOMEM;
1506
1507 return 0;
1508}
1509EXPORT_SYMBOL(drm_mode_create_aspect_ratio_property);
1510
1511/**
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00001512 * drm_mode_create_dirty_property - create dirty property
1513 * @dev: DRM device
1514 *
1515 * Called by a driver the first time it's needed, must be attached to desired
1516 * connectors.
1517 */
1518int drm_mode_create_dirty_info_property(struct drm_device *dev)
1519{
1520 struct drm_property *dirty_info;
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00001521
1522 if (dev->mode_config.dirty_info_property)
1523 return 0;
1524
1525 dirty_info =
Sascha Hauer4a67d392012-02-06 10:58:17 +01001526 drm_property_create_enum(dev, DRM_MODE_PROP_IMMUTABLE,
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00001527 "dirty",
Sascha Hauer4a67d392012-02-06 10:58:17 +01001528 drm_dirty_info_enum_list,
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00001529 ARRAY_SIZE(drm_dirty_info_enum_list));
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00001530 dev->mode_config.dirty_info_property = dirty_info;
1531
1532 return 0;
1533}
1534EXPORT_SYMBOL(drm_mode_create_dirty_info_property);
1535
Ville Syrjäläea9cbb02013-04-25 20:09:20 +03001536static int drm_mode_group_init(struct drm_device *dev, struct drm_mode_group *group)
Dave Airlief453ba02008-11-07 14:05:41 -08001537{
1538 uint32_t total_objects = 0;
1539
1540 total_objects += dev->mode_config.num_crtc;
1541 total_objects += dev->mode_config.num_connector;
1542 total_objects += dev->mode_config.num_encoder;
Sean Paul3b336ec2013-08-14 16:47:37 -04001543 total_objects += dev->mode_config.num_bridge;
Dave Airlief453ba02008-11-07 14:05:41 -08001544
Dave Airlief453ba02008-11-07 14:05:41 -08001545 group->id_list = kzalloc(total_objects * sizeof(uint32_t), GFP_KERNEL);
1546 if (!group->id_list)
1547 return -ENOMEM;
1548
1549 group->num_crtcs = 0;
1550 group->num_connectors = 0;
1551 group->num_encoders = 0;
Sean Paul3b336ec2013-08-14 16:47:37 -04001552 group->num_bridges = 0;
Dave Airlief453ba02008-11-07 14:05:41 -08001553 return 0;
1554}
1555
Dave Airliead222792014-05-02 13:22:19 +10001556void drm_mode_group_destroy(struct drm_mode_group *group)
1557{
1558 kfree(group->id_list);
1559 group->id_list = NULL;
1560}
1561
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01001562/*
1563 * NOTE: Driver's shouldn't ever call drm_mode_group_init_legacy_group - it is
1564 * the drm core's responsibility to set up mode control groups.
1565 */
Dave Airlief453ba02008-11-07 14:05:41 -08001566int drm_mode_group_init_legacy_group(struct drm_device *dev,
1567 struct drm_mode_group *group)
1568{
1569 struct drm_crtc *crtc;
1570 struct drm_encoder *encoder;
1571 struct drm_connector *connector;
Sean Paul3b336ec2013-08-14 16:47:37 -04001572 struct drm_bridge *bridge;
Dave Airlief453ba02008-11-07 14:05:41 -08001573 int ret;
1574
1575 if ((ret = drm_mode_group_init(dev, group)))
1576 return ret;
1577
1578 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head)
1579 group->id_list[group->num_crtcs++] = crtc->base.id;
1580
1581 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head)
1582 group->id_list[group->num_crtcs + group->num_encoders++] =
1583 encoder->base.id;
1584
1585 list_for_each_entry(connector, &dev->mode_config.connector_list, head)
1586 group->id_list[group->num_crtcs + group->num_encoders +
1587 group->num_connectors++] = connector->base.id;
1588
Sean Paul3b336ec2013-08-14 16:47:37 -04001589 list_for_each_entry(bridge, &dev->mode_config.bridge_list, head)
1590 group->id_list[group->num_crtcs + group->num_encoders +
1591 group->num_connectors + group->num_bridges++] =
1592 bridge->base.id;
1593
Dave Airlief453ba02008-11-07 14:05:41 -08001594 return 0;
1595}
Dave Airlie9c1dfc52012-03-20 06:59:29 +00001596EXPORT_SYMBOL(drm_mode_group_init_legacy_group);
Dave Airlief453ba02008-11-07 14:05:41 -08001597
Dave Airlie2390cd12014-06-05 14:01:29 +10001598void drm_reinit_primary_mode_group(struct drm_device *dev)
1599{
1600 drm_modeset_lock_all(dev);
1601 drm_mode_group_destroy(&dev->primary->mode_group);
1602 drm_mode_group_init_legacy_group(dev, &dev->primary->mode_group);
1603 drm_modeset_unlock_all(dev);
1604}
1605EXPORT_SYMBOL(drm_reinit_primary_mode_group);
1606
Dave Airlief453ba02008-11-07 14:05:41 -08001607/**
Dave Airlief453ba02008-11-07 14:05:41 -08001608 * drm_crtc_convert_to_umode - convert a drm_display_mode into a modeinfo
1609 * @out: drm_mode_modeinfo struct to return to the user
1610 * @in: drm_display_mode to use
1611 *
Dave Airlief453ba02008-11-07 14:05:41 -08001612 * Convert a drm_display_mode into a drm_mode_modeinfo structure to return to
1613 * the user.
1614 */
Ville Syrjälä93bbf6d2012-03-13 12:35:47 +02001615static void drm_crtc_convert_to_umode(struct drm_mode_modeinfo *out,
1616 const struct drm_display_mode *in)
Dave Airlief453ba02008-11-07 14:05:41 -08001617{
Ville Syrjäläe36fae32012-03-13 12:35:40 +02001618 WARN(in->hdisplay > USHRT_MAX || in->hsync_start > USHRT_MAX ||
1619 in->hsync_end > USHRT_MAX || in->htotal > USHRT_MAX ||
1620 in->hskew > USHRT_MAX || in->vdisplay > USHRT_MAX ||
1621 in->vsync_start > USHRT_MAX || in->vsync_end > USHRT_MAX ||
1622 in->vtotal > USHRT_MAX || in->vscan > USHRT_MAX,
1623 "timing values too large for mode info\n");
1624
Dave Airlief453ba02008-11-07 14:05:41 -08001625 out->clock = in->clock;
1626 out->hdisplay = in->hdisplay;
1627 out->hsync_start = in->hsync_start;
1628 out->hsync_end = in->hsync_end;
1629 out->htotal = in->htotal;
1630 out->hskew = in->hskew;
1631 out->vdisplay = in->vdisplay;
1632 out->vsync_start = in->vsync_start;
1633 out->vsync_end = in->vsync_end;
1634 out->vtotal = in->vtotal;
1635 out->vscan = in->vscan;
1636 out->vrefresh = in->vrefresh;
1637 out->flags = in->flags;
1638 out->type = in->type;
1639 strncpy(out->name, in->name, DRM_DISPLAY_MODE_LEN);
1640 out->name[DRM_DISPLAY_MODE_LEN-1] = 0;
1641}
1642
1643/**
Marc-André Lureau74afee72013-10-18 16:11:27 +02001644 * drm_crtc_convert_umode - convert a modeinfo into a drm_display_mode
Dave Airlief453ba02008-11-07 14:05:41 -08001645 * @out: drm_display_mode to return to the user
1646 * @in: drm_mode_modeinfo to use
1647 *
Dave Airlief453ba02008-11-07 14:05:41 -08001648 * Convert a drm_mode_modeinfo into a drm_display_mode structure to return to
1649 * the caller.
Ville Syrjälä90367bf2012-03-13 12:35:44 +02001650 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01001651 * Returns:
Ville Syrjälä90367bf2012-03-13 12:35:44 +02001652 * Zero on success, errno on failure.
Dave Airlief453ba02008-11-07 14:05:41 -08001653 */
Ville Syrjälä93bbf6d2012-03-13 12:35:47 +02001654static int drm_crtc_convert_umode(struct drm_display_mode *out,
1655 const struct drm_mode_modeinfo *in)
Dave Airlief453ba02008-11-07 14:05:41 -08001656{
Ville Syrjälä90367bf2012-03-13 12:35:44 +02001657 if (in->clock > INT_MAX || in->vrefresh > INT_MAX)
1658 return -ERANGE;
1659
Damien Lespiau5848ad42013-09-27 12:11:50 +01001660 if ((in->flags & DRM_MODE_FLAG_3D_MASK) > DRM_MODE_FLAG_3D_MAX)
1661 return -EINVAL;
1662
Dave Airlief453ba02008-11-07 14:05:41 -08001663 out->clock = in->clock;
1664 out->hdisplay = in->hdisplay;
1665 out->hsync_start = in->hsync_start;
1666 out->hsync_end = in->hsync_end;
1667 out->htotal = in->htotal;
1668 out->hskew = in->hskew;
1669 out->vdisplay = in->vdisplay;
1670 out->vsync_start = in->vsync_start;
1671 out->vsync_end = in->vsync_end;
1672 out->vtotal = in->vtotal;
1673 out->vscan = in->vscan;
1674 out->vrefresh = in->vrefresh;
1675 out->flags = in->flags;
1676 out->type = in->type;
1677 strncpy(out->name, in->name, DRM_DISPLAY_MODE_LEN);
1678 out->name[DRM_DISPLAY_MODE_LEN-1] = 0;
Ville Syrjälä90367bf2012-03-13 12:35:44 +02001679
1680 return 0;
Dave Airlief453ba02008-11-07 14:05:41 -08001681}
1682
1683/**
1684 * drm_mode_getresources - get graphics configuration
Daniel Vetter065a50ed2012-12-02 00:09:18 +01001685 * @dev: drm device for the ioctl
1686 * @data: data pointer for the ioctl
1687 * @file_priv: drm file for the ioctl call
Dave Airlief453ba02008-11-07 14:05:41 -08001688 *
Dave Airlief453ba02008-11-07 14:05:41 -08001689 * Construct a set of configuration description structures and return
1690 * them to the user, including CRTC, connector and framebuffer configuration.
1691 *
1692 * Called by the user via ioctl.
1693 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01001694 * Returns:
Dave Airlief453ba02008-11-07 14:05:41 -08001695 * Zero on success, errno on failure.
1696 */
1697int drm_mode_getresources(struct drm_device *dev, void *data,
1698 struct drm_file *file_priv)
1699{
1700 struct drm_mode_card_res *card_res = data;
1701 struct list_head *lh;
1702 struct drm_framebuffer *fb;
1703 struct drm_connector *connector;
1704 struct drm_crtc *crtc;
1705 struct drm_encoder *encoder;
1706 int ret = 0;
1707 int connector_count = 0;
1708 int crtc_count = 0;
1709 int fb_count = 0;
1710 int encoder_count = 0;
1711 int copied = 0, i;
1712 uint32_t __user *fb_id;
1713 uint32_t __user *crtc_id;
1714 uint32_t __user *connector_id;
1715 uint32_t __user *encoder_id;
1716 struct drm_mode_group *mode_group;
1717
Dave Airliefb3b06c2011-02-08 13:55:21 +10001718 if (!drm_core_check_feature(dev, DRIVER_MODESET))
1719 return -EINVAL;
1720
Dave Airlief453ba02008-11-07 14:05:41 -08001721
Daniel Vetter4b096ac2012-12-10 21:19:18 +01001722 mutex_lock(&file_priv->fbs_lock);
Dave Airlief453ba02008-11-07 14:05:41 -08001723 /*
1724 * For the non-control nodes we need to limit the list of resources
1725 * by IDs in the group list for this node
1726 */
1727 list_for_each(lh, &file_priv->fbs)
1728 fb_count++;
1729
Daniel Vetter4b096ac2012-12-10 21:19:18 +01001730 /* handle this in 4 parts */
1731 /* FBs */
1732 if (card_res->count_fbs >= fb_count) {
1733 copied = 0;
1734 fb_id = (uint32_t __user *)(unsigned long)card_res->fb_id_ptr;
1735 list_for_each_entry(fb, &file_priv->fbs, filp_head) {
1736 if (put_user(fb->base.id, fb_id + copied)) {
1737 mutex_unlock(&file_priv->fbs_lock);
1738 return -EFAULT;
1739 }
1740 copied++;
1741 }
1742 }
1743 card_res->count_fbs = fb_count;
1744 mutex_unlock(&file_priv->fbs_lock);
1745
Daniel Vetterfcf93f62014-11-12 08:45:01 +01001746 /* mode_config.mutex protects the connector list against e.g. DP MST
1747 * connector hot-adding. CRTC/Plane lists are invariant. */
1748 mutex_lock(&dev->mode_config.mutex);
Thomas Hellstrom43683052014-03-13 11:07:44 +01001749 if (!drm_is_primary_client(file_priv)) {
Dave Airlief453ba02008-11-07 14:05:41 -08001750
Thomas Hellstrom09f308f2014-03-13 10:00:42 +01001751 mode_group = NULL;
Dave Airlief453ba02008-11-07 14:05:41 -08001752 list_for_each(lh, &dev->mode_config.crtc_list)
1753 crtc_count++;
1754
1755 list_for_each(lh, &dev->mode_config.connector_list)
1756 connector_count++;
1757
1758 list_for_each(lh, &dev->mode_config.encoder_list)
1759 encoder_count++;
1760 } else {
1761
Thomas Hellstrom09f308f2014-03-13 10:00:42 +01001762 mode_group = &file_priv->master->minor->mode_group;
Dave Airlief453ba02008-11-07 14:05:41 -08001763 crtc_count = mode_group->num_crtcs;
1764 connector_count = mode_group->num_connectors;
1765 encoder_count = mode_group->num_encoders;
1766 }
1767
1768 card_res->max_height = dev->mode_config.max_height;
1769 card_res->min_height = dev->mode_config.min_height;
1770 card_res->max_width = dev->mode_config.max_width;
1771 card_res->min_width = dev->mode_config.min_width;
1772
Dave Airlief453ba02008-11-07 14:05:41 -08001773 /* CRTCs */
1774 if (card_res->count_crtcs >= crtc_count) {
1775 copied = 0;
1776 crtc_id = (uint32_t __user *)(unsigned long)card_res->crtc_id_ptr;
Thomas Hellstrom09f308f2014-03-13 10:00:42 +01001777 if (!mode_group) {
Dave Airlief453ba02008-11-07 14:05:41 -08001778 list_for_each_entry(crtc, &dev->mode_config.crtc_list,
1779 head) {
Jerome Glisse94401062010-07-15 15:43:25 -04001780 DRM_DEBUG_KMS("[CRTC:%d]\n", crtc->base.id);
Dave Airlief453ba02008-11-07 14:05:41 -08001781 if (put_user(crtc->base.id, crtc_id + copied)) {
1782 ret = -EFAULT;
1783 goto out;
1784 }
1785 copied++;
1786 }
1787 } else {
1788 for (i = 0; i < mode_group->num_crtcs; i++) {
1789 if (put_user(mode_group->id_list[i],
1790 crtc_id + copied)) {
1791 ret = -EFAULT;
1792 goto out;
1793 }
1794 copied++;
1795 }
1796 }
1797 }
1798 card_res->count_crtcs = crtc_count;
1799
1800 /* Encoders */
1801 if (card_res->count_encoders >= encoder_count) {
1802 copied = 0;
1803 encoder_id = (uint32_t __user *)(unsigned long)card_res->encoder_id_ptr;
Thomas Hellstrom09f308f2014-03-13 10:00:42 +01001804 if (!mode_group) {
Dave Airlief453ba02008-11-07 14:05:41 -08001805 list_for_each_entry(encoder,
1806 &dev->mode_config.encoder_list,
1807 head) {
Jerome Glisse94401062010-07-15 15:43:25 -04001808 DRM_DEBUG_KMS("[ENCODER:%d:%s]\n", encoder->base.id,
Jani Nikula83a8cfd2014-06-03 14:56:22 +03001809 encoder->name);
Dave Airlief453ba02008-11-07 14:05:41 -08001810 if (put_user(encoder->base.id, encoder_id +
1811 copied)) {
1812 ret = -EFAULT;
1813 goto out;
1814 }
1815 copied++;
1816 }
1817 } else {
1818 for (i = mode_group->num_crtcs; i < mode_group->num_crtcs + mode_group->num_encoders; i++) {
1819 if (put_user(mode_group->id_list[i],
1820 encoder_id + copied)) {
1821 ret = -EFAULT;
1822 goto out;
1823 }
1824 copied++;
1825 }
1826
1827 }
1828 }
1829 card_res->count_encoders = encoder_count;
1830
1831 /* Connectors */
1832 if (card_res->count_connectors >= connector_count) {
1833 copied = 0;
1834 connector_id = (uint32_t __user *)(unsigned long)card_res->connector_id_ptr;
Thomas Hellstrom09f308f2014-03-13 10:00:42 +01001835 if (!mode_group) {
Dave Airlief453ba02008-11-07 14:05:41 -08001836 list_for_each_entry(connector,
1837 &dev->mode_config.connector_list,
1838 head) {
Jerome Glisse94401062010-07-15 15:43:25 -04001839 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
1840 connector->base.id,
Jani Nikula25933822014-06-03 14:56:20 +03001841 connector->name);
Dave Airlief453ba02008-11-07 14:05:41 -08001842 if (put_user(connector->base.id,
1843 connector_id + copied)) {
1844 ret = -EFAULT;
1845 goto out;
1846 }
1847 copied++;
1848 }
1849 } else {
1850 int start = mode_group->num_crtcs +
1851 mode_group->num_encoders;
1852 for (i = start; i < start + mode_group->num_connectors; i++) {
1853 if (put_user(mode_group->id_list[i],
1854 connector_id + copied)) {
1855 ret = -EFAULT;
1856 goto out;
1857 }
1858 copied++;
1859 }
1860 }
1861 }
1862 card_res->count_connectors = connector_count;
1863
Jerome Glisse94401062010-07-15 15:43:25 -04001864 DRM_DEBUG_KMS("CRTC[%d] CONNECTORS[%d] ENCODERS[%d]\n", card_res->count_crtcs,
Dave Airlief453ba02008-11-07 14:05:41 -08001865 card_res->count_connectors, card_res->count_encoders);
1866
1867out:
Daniel Vetterfcf93f62014-11-12 08:45:01 +01001868 mutex_unlock(&dev->mode_config.mutex);
Dave Airlief453ba02008-11-07 14:05:41 -08001869 return ret;
1870}
1871
1872/**
1873 * drm_mode_getcrtc - get CRTC configuration
Daniel Vetter065a50ed2012-12-02 00:09:18 +01001874 * @dev: drm device for the ioctl
1875 * @data: data pointer for the ioctl
1876 * @file_priv: drm file for the ioctl call
Dave Airlief453ba02008-11-07 14:05:41 -08001877 *
Dave Airlief453ba02008-11-07 14:05:41 -08001878 * Construct a CRTC configuration structure to return to the user.
1879 *
1880 * Called by the user via ioctl.
1881 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01001882 * Returns:
Dave Airlief453ba02008-11-07 14:05:41 -08001883 * Zero on success, errno on failure.
1884 */
1885int drm_mode_getcrtc(struct drm_device *dev,
1886 void *data, struct drm_file *file_priv)
1887{
1888 struct drm_mode_crtc *crtc_resp = data;
1889 struct drm_crtc *crtc;
Dave Airlief453ba02008-11-07 14:05:41 -08001890 int ret = 0;
1891
Dave Airliefb3b06c2011-02-08 13:55:21 +10001892 if (!drm_core_check_feature(dev, DRIVER_MODESET))
1893 return -EINVAL;
1894
Rob Clarka2b34e22013-10-05 16:36:52 -04001895 crtc = drm_crtc_find(dev, crtc_resp->crtc_id);
Daniel Vetterfcf93f62014-11-12 08:45:01 +01001896 if (!crtc)
1897 return -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08001898
Daniel Vetterfcf93f62014-11-12 08:45:01 +01001899 drm_modeset_lock_crtc(crtc, crtc->primary);
Dave Airlief453ba02008-11-07 14:05:41 -08001900 crtc_resp->x = crtc->x;
1901 crtc_resp->y = crtc->y;
1902 crtc_resp->gamma_size = crtc->gamma_size;
Matt Roperf4510a22014-04-01 15:22:40 -07001903 if (crtc->primary->fb)
1904 crtc_resp->fb_id = crtc->primary->fb->base.id;
Dave Airlief453ba02008-11-07 14:05:41 -08001905 else
1906 crtc_resp->fb_id = 0;
1907
1908 if (crtc->enabled) {
1909
1910 drm_crtc_convert_to_umode(&crtc_resp->mode, &crtc->mode);
1911 crtc_resp->mode_valid = 1;
1912
1913 } else {
1914 crtc_resp->mode_valid = 0;
1915 }
Daniel Vetterfcf93f62014-11-12 08:45:01 +01001916 drm_modeset_unlock_crtc(crtc);
Dave Airlief453ba02008-11-07 14:05:41 -08001917
Dave Airlief453ba02008-11-07 14:05:41 -08001918 return ret;
1919}
1920
Damien Lespiau61d8e322013-09-25 16:45:22 +01001921static bool drm_mode_expose_to_userspace(const struct drm_display_mode *mode,
1922 const struct drm_file *file_priv)
1923{
1924 /*
1925 * If user-space hasn't configured the driver to expose the stereo 3D
1926 * modes, don't expose them.
1927 */
1928 if (!file_priv->stereo_allowed && drm_mode_is_stereo(mode))
1929 return false;
1930
1931 return true;
1932}
1933
Dave Airlief453ba02008-11-07 14:05:41 -08001934/**
1935 * drm_mode_getconnector - get connector configuration
Daniel Vetter065a50ed2012-12-02 00:09:18 +01001936 * @dev: drm device for the ioctl
1937 * @data: data pointer for the ioctl
1938 * @file_priv: drm file for the ioctl call
Dave Airlief453ba02008-11-07 14:05:41 -08001939 *
Dave Airlief453ba02008-11-07 14:05:41 -08001940 * Construct a connector configuration structure to return to the user.
1941 *
1942 * Called by the user via ioctl.
1943 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01001944 * Returns:
Dave Airlief453ba02008-11-07 14:05:41 -08001945 * Zero on success, errno on failure.
1946 */
1947int drm_mode_getconnector(struct drm_device *dev, void *data,
1948 struct drm_file *file_priv)
1949{
1950 struct drm_mode_get_connector *out_resp = data;
Dave Airlief453ba02008-11-07 14:05:41 -08001951 struct drm_connector *connector;
1952 struct drm_display_mode *mode;
1953 int mode_count = 0;
1954 int props_count = 0;
1955 int encoders_count = 0;
1956 int ret = 0;
1957 int copied = 0;
1958 int i;
1959 struct drm_mode_modeinfo u_mode;
1960 struct drm_mode_modeinfo __user *mode_ptr;
1961 uint32_t __user *prop_ptr;
1962 uint64_t __user *prop_values;
1963 uint32_t __user *encoder_ptr;
1964
Dave Airliefb3b06c2011-02-08 13:55:21 +10001965 if (!drm_core_check_feature(dev, DRIVER_MODESET))
1966 return -EINVAL;
1967
Dave Airlief453ba02008-11-07 14:05:41 -08001968 memset(&u_mode, 0, sizeof(struct drm_mode_modeinfo));
1969
Jerome Glisse94401062010-07-15 15:43:25 -04001970 DRM_DEBUG_KMS("[CONNECTOR:%d:?]\n", out_resp->connector_id);
Dave Airlief453ba02008-11-07 14:05:41 -08001971
Daniel Vetter7b240562012-12-12 00:35:33 +01001972 mutex_lock(&dev->mode_config.mutex);
Dave Airlief453ba02008-11-07 14:05:41 -08001973
Rob Clarka2b34e22013-10-05 16:36:52 -04001974 connector = drm_connector_find(dev, out_resp->connector_id);
1975 if (!connector) {
Ville Syrjäläf27657f2013-10-17 13:35:00 +03001976 ret = -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08001977 goto out;
1978 }
Dave Airlief453ba02008-11-07 14:05:41 -08001979
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03001980 props_count = connector->properties.count;
Dave Airlief453ba02008-11-07 14:05:41 -08001981
1982 for (i = 0; i < DRM_CONNECTOR_MAX_ENCODER; i++) {
1983 if (connector->encoder_ids[i] != 0) {
1984 encoders_count++;
1985 }
1986 }
1987
1988 if (out_resp->count_modes == 0) {
1989 connector->funcs->fill_modes(connector,
1990 dev->mode_config.max_width,
1991 dev->mode_config.max_height);
1992 }
1993
1994 /* delayed so we get modes regardless of pre-fill_modes state */
1995 list_for_each_entry(mode, &connector->modes, head)
Damien Lespiau61d8e322013-09-25 16:45:22 +01001996 if (drm_mode_expose_to_userspace(mode, file_priv))
1997 mode_count++;
Dave Airlief453ba02008-11-07 14:05:41 -08001998
1999 out_resp->connector_id = connector->base.id;
2000 out_resp->connector_type = connector->connector_type;
2001 out_resp->connector_type_id = connector->connector_type_id;
2002 out_resp->mm_width = connector->display_info.width_mm;
2003 out_resp->mm_height = connector->display_info.height_mm;
2004 out_resp->subpixel = connector->display_info.subpixel_order;
2005 out_resp->connection = connector->status;
Daniel Vetter832fd392014-06-05 11:07:20 +02002006 drm_modeset_lock(&dev->mode_config.connection_mutex, NULL);
Dave Airlief453ba02008-11-07 14:05:41 -08002007 if (connector->encoder)
2008 out_resp->encoder_id = connector->encoder->base.id;
2009 else
2010 out_resp->encoder_id = 0;
Daniel Vetter832fd392014-06-05 11:07:20 +02002011 drm_modeset_unlock(&dev->mode_config.connection_mutex);
Dave Airlief453ba02008-11-07 14:05:41 -08002012
2013 /*
2014 * This ioctl is called twice, once to determine how much space is
2015 * needed, and the 2nd time to fill it.
2016 */
2017 if ((out_resp->count_modes >= mode_count) && mode_count) {
2018 copied = 0;
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02002019 mode_ptr = (struct drm_mode_modeinfo __user *)(unsigned long)out_resp->modes_ptr;
Dave Airlief453ba02008-11-07 14:05:41 -08002020 list_for_each_entry(mode, &connector->modes, head) {
Damien Lespiau61d8e322013-09-25 16:45:22 +01002021 if (!drm_mode_expose_to_userspace(mode, file_priv))
2022 continue;
2023
Dave Airlief453ba02008-11-07 14:05:41 -08002024 drm_crtc_convert_to_umode(&u_mode, mode);
2025 if (copy_to_user(mode_ptr + copied,
2026 &u_mode, sizeof(u_mode))) {
2027 ret = -EFAULT;
2028 goto out;
2029 }
2030 copied++;
2031 }
2032 }
2033 out_resp->count_modes = mode_count;
2034
2035 if ((out_resp->count_props >= props_count) && props_count) {
2036 copied = 0;
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02002037 prop_ptr = (uint32_t __user *)(unsigned long)(out_resp->props_ptr);
2038 prop_values = (uint64_t __user *)(unsigned long)(out_resp->prop_values_ptr);
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03002039 for (i = 0; i < connector->properties.count; i++) {
2040 if (put_user(connector->properties.ids[i],
2041 prop_ptr + copied)) {
2042 ret = -EFAULT;
2043 goto out;
Dave Airlief453ba02008-11-07 14:05:41 -08002044 }
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03002045
2046 if (put_user(connector->properties.values[i],
2047 prop_values + copied)) {
2048 ret = -EFAULT;
2049 goto out;
2050 }
2051 copied++;
Dave Airlief453ba02008-11-07 14:05:41 -08002052 }
2053 }
2054 out_resp->count_props = props_count;
2055
2056 if ((out_resp->count_encoders >= encoders_count) && encoders_count) {
2057 copied = 0;
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02002058 encoder_ptr = (uint32_t __user *)(unsigned long)(out_resp->encoders_ptr);
Dave Airlief453ba02008-11-07 14:05:41 -08002059 for (i = 0; i < DRM_CONNECTOR_MAX_ENCODER; i++) {
2060 if (connector->encoder_ids[i] != 0) {
2061 if (put_user(connector->encoder_ids[i],
2062 encoder_ptr + copied)) {
2063 ret = -EFAULT;
2064 goto out;
2065 }
2066 copied++;
2067 }
2068 }
2069 }
2070 out_resp->count_encoders = encoders_count;
2071
2072out:
Daniel Vetter7b240562012-12-12 00:35:33 +01002073 mutex_unlock(&dev->mode_config.mutex);
2074
Dave Airlief453ba02008-11-07 14:05:41 -08002075 return ret;
2076}
2077
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002078/**
2079 * drm_mode_getencoder - get encoder configuration
2080 * @dev: drm device for the ioctl
2081 * @data: data pointer for the ioctl
2082 * @file_priv: drm file for the ioctl call
2083 *
2084 * Construct a encoder configuration structure to return to the user.
2085 *
2086 * Called by the user via ioctl.
2087 *
2088 * Returns:
2089 * Zero on success, errno on failure.
2090 */
Dave Airlief453ba02008-11-07 14:05:41 -08002091int drm_mode_getencoder(struct drm_device *dev, void *data,
2092 struct drm_file *file_priv)
2093{
2094 struct drm_mode_get_encoder *enc_resp = data;
Dave Airlief453ba02008-11-07 14:05:41 -08002095 struct drm_encoder *encoder;
2096 int ret = 0;
2097
Dave Airliefb3b06c2011-02-08 13:55:21 +10002098 if (!drm_core_check_feature(dev, DRIVER_MODESET))
2099 return -EINVAL;
2100
Rob Clarka2b34e22013-10-05 16:36:52 -04002101 encoder = drm_encoder_find(dev, enc_resp->encoder_id);
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002102 if (!encoder)
2103 return -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08002104
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002105 drm_modeset_lock(&dev->mode_config.connection_mutex, NULL);
Dave Airlief453ba02008-11-07 14:05:41 -08002106 if (encoder->crtc)
2107 enc_resp->crtc_id = encoder->crtc->base.id;
2108 else
2109 enc_resp->crtc_id = 0;
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002110 drm_modeset_unlock(&dev->mode_config.connection_mutex);
2111
Dave Airlief453ba02008-11-07 14:05:41 -08002112 enc_resp->encoder_type = encoder->encoder_type;
2113 enc_resp->encoder_id = encoder->base.id;
2114 enc_resp->possible_crtcs = encoder->possible_crtcs;
2115 enc_resp->possible_clones = encoder->possible_clones;
2116
Dave Airlief453ba02008-11-07 14:05:41 -08002117 return ret;
2118}
2119
2120/**
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002121 * drm_mode_getplane_res - enumerate all plane resources
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002122 * @dev: DRM device
2123 * @data: ioctl data
2124 * @file_priv: DRM file info
2125 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002126 * Construct a list of plane ids to return to the user.
2127 *
2128 * Called by the user via ioctl.
2129 *
2130 * Returns:
2131 * Zero on success, errno on failure.
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002132 */
2133int drm_mode_getplane_res(struct drm_device *dev, void *data,
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002134 struct drm_file *file_priv)
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002135{
2136 struct drm_mode_get_plane_res *plane_resp = data;
2137 struct drm_mode_config *config;
2138 struct drm_plane *plane;
2139 uint32_t __user *plane_ptr;
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002140 int copied = 0;
Matt Roper681e7ec2014-04-01 15:22:42 -07002141 unsigned num_planes;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002142
2143 if (!drm_core_check_feature(dev, DRIVER_MODESET))
2144 return -EINVAL;
2145
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002146 config = &dev->mode_config;
2147
Matt Roper681e7ec2014-04-01 15:22:42 -07002148 if (file_priv->universal_planes)
2149 num_planes = config->num_total_plane;
2150 else
2151 num_planes = config->num_overlay_plane;
2152
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002153 /*
2154 * This ioctl is called twice, once to determine how much space is
2155 * needed, and the 2nd time to fill it.
2156 */
Matt Roper681e7ec2014-04-01 15:22:42 -07002157 if (num_planes &&
2158 (plane_resp->count_planes >= num_planes)) {
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02002159 plane_ptr = (uint32_t __user *)(unsigned long)plane_resp->plane_id_ptr;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002160
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002161 /* Plane lists are invariant, no locking needed. */
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002162 list_for_each_entry(plane, &config->plane_list, head) {
Matt Roper681e7ec2014-04-01 15:22:42 -07002163 /*
2164 * Unless userspace set the 'universal planes'
2165 * capability bit, only advertise overlays.
2166 */
2167 if (plane->type != DRM_PLANE_TYPE_OVERLAY &&
2168 !file_priv->universal_planes)
Matt Ropere27dde32014-04-01 15:22:30 -07002169 continue;
2170
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002171 if (put_user(plane->base.id, plane_ptr + copied))
2172 return -EFAULT;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002173 copied++;
2174 }
2175 }
Matt Roper681e7ec2014-04-01 15:22:42 -07002176 plane_resp->count_planes = num_planes;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002177
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002178 return 0;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002179}
2180
2181/**
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002182 * drm_mode_getplane - get plane configuration
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002183 * @dev: DRM device
2184 * @data: ioctl data
2185 * @file_priv: DRM file info
2186 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002187 * Construct a plane configuration structure to return to the user.
2188 *
2189 * Called by the user via ioctl.
2190 *
2191 * Returns:
2192 * Zero on success, errno on failure.
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002193 */
2194int drm_mode_getplane(struct drm_device *dev, void *data,
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002195 struct drm_file *file_priv)
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002196{
2197 struct drm_mode_get_plane *plane_resp = data;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002198 struct drm_plane *plane;
2199 uint32_t __user *format_ptr;
2200 int ret = 0;
2201
2202 if (!drm_core_check_feature(dev, DRIVER_MODESET))
2203 return -EINVAL;
2204
Rob Clarka2b34e22013-10-05 16:36:52 -04002205 plane = drm_plane_find(dev, plane_resp->plane_id);
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002206 if (!plane)
2207 return -ENOENT;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002208
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002209 drm_modeset_lock(&plane->mutex, NULL);
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002210 if (plane->crtc)
2211 plane_resp->crtc_id = plane->crtc->base.id;
2212 else
2213 plane_resp->crtc_id = 0;
2214
2215 if (plane->fb)
2216 plane_resp->fb_id = plane->fb->base.id;
2217 else
2218 plane_resp->fb_id = 0;
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002219 drm_modeset_unlock(&plane->mutex);
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002220
2221 plane_resp->plane_id = plane->base.id;
2222 plane_resp->possible_crtcs = plane->possible_crtcs;
Ville Syrjälä778ad902013-06-03 16:11:42 +03002223 plane_resp->gamma_size = 0;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002224
2225 /*
2226 * This ioctl is called twice, once to determine how much space is
2227 * needed, and the 2nd time to fill it.
2228 */
2229 if (plane->format_count &&
2230 (plane_resp->count_format_types >= plane->format_count)) {
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02002231 format_ptr = (uint32_t __user *)(unsigned long)plane_resp->format_type_ptr;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002232 if (copy_to_user(format_ptr,
2233 plane->format_types,
2234 sizeof(uint32_t) * plane->format_count)) {
Daniel Vetterfcf93f62014-11-12 08:45:01 +01002235 return -EFAULT;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002236 }
2237 }
2238 plane_resp->count_format_types = plane->format_count;
2239
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002240 return ret;
2241}
2242
Matt Roperb36552b2014-06-10 08:28:09 -07002243/*
2244 * setplane_internal - setplane handler for internal callers
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002245 *
Matt Roperb36552b2014-06-10 08:28:09 -07002246 * Note that we assume an extra reference has already been taken on fb. If the
2247 * update fails, this reference will be dropped before return; if it succeeds,
2248 * the previous framebuffer (if any) will be unreferenced instead.
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002249 *
Matt Roperb36552b2014-06-10 08:28:09 -07002250 * src_{x,y,w,h} are provided in 16.16 fixed point format
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002251 */
Daniel Vetterf2b50c12014-09-12 17:07:32 +02002252static int __setplane_internal(struct drm_plane *plane,
2253 struct drm_crtc *crtc,
2254 struct drm_framebuffer *fb,
2255 int32_t crtc_x, int32_t crtc_y,
2256 uint32_t crtc_w, uint32_t crtc_h,
2257 /* src_{x,y,w,h} values are 16.16 fixed point */
2258 uint32_t src_x, uint32_t src_y,
2259 uint32_t src_w, uint32_t src_h)
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002260{
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002261 int ret = 0;
Ville Syrjälä42ef8782011-12-20 00:06:44 +02002262 unsigned int fb_width, fb_height;
Ville Syrjälä62443be2011-12-20 00:06:47 +02002263 int i;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002264
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002265 /* No fb means shut it down */
Matt Roperb36552b2014-06-10 08:28:09 -07002266 if (!fb) {
Daniel Vetter3d30a592014-07-27 13:42:42 +02002267 plane->old_fb = plane->fb;
Daniel Vetter731cce42014-04-23 10:24:11 +02002268 ret = plane->funcs->disable_plane(plane);
2269 if (!ret) {
2270 plane->crtc = NULL;
2271 plane->fb = NULL;
2272 } else {
Daniel Vetter3d30a592014-07-27 13:42:42 +02002273 plane->old_fb = NULL;
Daniel Vetter731cce42014-04-23 10:24:11 +02002274 }
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002275 goto out;
2276 }
2277
Matt Roper7f994f32014-05-29 08:06:51 -07002278 /* Check whether this plane is usable on this CRTC */
2279 if (!(plane->possible_crtcs & drm_crtc_mask(crtc))) {
2280 DRM_DEBUG_KMS("Invalid crtc for plane\n");
2281 ret = -EINVAL;
2282 goto out;
2283 }
2284
Ville Syrjälä62443be2011-12-20 00:06:47 +02002285 /* Check whether this plane supports the fb pixel format. */
2286 for (i = 0; i < plane->format_count; i++)
2287 if (fb->pixel_format == plane->format_types[i])
2288 break;
2289 if (i == plane->format_count) {
Ville Syrjälä6ba6d032013-06-10 11:15:10 +03002290 DRM_DEBUG_KMS("Invalid pixel format %s\n",
2291 drm_get_format_name(fb->pixel_format));
Ville Syrjälä62443be2011-12-20 00:06:47 +02002292 ret = -EINVAL;
2293 goto out;
2294 }
2295
Ville Syrjälä42ef8782011-12-20 00:06:44 +02002296 fb_width = fb->width << 16;
2297 fb_height = fb->height << 16;
2298
2299 /* Make sure source coordinates are inside the fb. */
Matt Roperb36552b2014-06-10 08:28:09 -07002300 if (src_w > fb_width ||
2301 src_x > fb_width - src_w ||
2302 src_h > fb_height ||
2303 src_y > fb_height - src_h) {
Ville Syrjälä42ef8782011-12-20 00:06:44 +02002304 DRM_DEBUG_KMS("Invalid source coordinates "
2305 "%u.%06ux%u.%06u+%u.%06u+%u.%06u\n",
Matt Roperb36552b2014-06-10 08:28:09 -07002306 src_w >> 16, ((src_w & 0xffff) * 15625) >> 10,
2307 src_h >> 16, ((src_h & 0xffff) * 15625) >> 10,
2308 src_x >> 16, ((src_x & 0xffff) * 15625) >> 10,
2309 src_y >> 16, ((src_y & 0xffff) * 15625) >> 10);
Ville Syrjälä42ef8782011-12-20 00:06:44 +02002310 ret = -ENOSPC;
2311 goto out;
2312 }
2313
Daniel Vetter3d30a592014-07-27 13:42:42 +02002314 plane->old_fb = plane->fb;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002315 ret = plane->funcs->update_plane(plane, crtc, fb,
Matt Roperb36552b2014-06-10 08:28:09 -07002316 crtc_x, crtc_y, crtc_w, crtc_h,
2317 src_x, src_y, src_w, src_h);
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002318 if (!ret) {
2319 plane->crtc = crtc;
2320 plane->fb = fb;
Daniel Vetter35f8bad2013-02-15 21:21:37 +01002321 fb = NULL;
Daniel Vetter0fe27f02014-04-23 17:34:06 +02002322 } else {
Daniel Vetter3d30a592014-07-27 13:42:42 +02002323 plane->old_fb = NULL;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002324 }
2325
2326out:
Daniel Vetter6c2a7532012-12-11 00:59:24 +01002327 if (fb)
2328 drm_framebuffer_unreference(fb);
Daniel Vetter3d30a592014-07-27 13:42:42 +02002329 if (plane->old_fb)
2330 drm_framebuffer_unreference(plane->old_fb);
2331 plane->old_fb = NULL;
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002332
2333 return ret;
Daniel Vetterf2b50c12014-09-12 17:07:32 +02002334}
Matt Roperb36552b2014-06-10 08:28:09 -07002335
Daniel Vetterf2b50c12014-09-12 17:07:32 +02002336static int setplane_internal(struct drm_plane *plane,
2337 struct drm_crtc *crtc,
2338 struct drm_framebuffer *fb,
2339 int32_t crtc_x, int32_t crtc_y,
2340 uint32_t crtc_w, uint32_t crtc_h,
2341 /* src_{x,y,w,h} values are 16.16 fixed point */
2342 uint32_t src_x, uint32_t src_y,
2343 uint32_t src_w, uint32_t src_h)
2344{
2345 int ret;
2346
2347 drm_modeset_lock_all(plane->dev);
2348 ret = __setplane_internal(plane, crtc, fb,
2349 crtc_x, crtc_y, crtc_w, crtc_h,
2350 src_x, src_y, src_w, src_h);
2351 drm_modeset_unlock_all(plane->dev);
2352
2353 return ret;
Matt Roperb36552b2014-06-10 08:28:09 -07002354}
2355
2356/**
2357 * drm_mode_setplane - configure a plane's configuration
2358 * @dev: DRM device
2359 * @data: ioctl data*
2360 * @file_priv: DRM file info
2361 *
2362 * Set plane configuration, including placement, fb, scaling, and other factors.
2363 * Or pass a NULL fb to disable (planes may be disabled without providing a
2364 * valid crtc).
2365 *
2366 * Returns:
2367 * Zero on success, errno on failure.
2368 */
2369int drm_mode_setplane(struct drm_device *dev, void *data,
2370 struct drm_file *file_priv)
2371{
2372 struct drm_mode_set_plane *plane_req = data;
2373 struct drm_mode_object *obj;
2374 struct drm_plane *plane;
2375 struct drm_crtc *crtc = NULL;
2376 struct drm_framebuffer *fb = NULL;
2377
2378 if (!drm_core_check_feature(dev, DRIVER_MODESET))
2379 return -EINVAL;
2380
2381 /* Give drivers some help against integer overflows */
2382 if (plane_req->crtc_w > INT_MAX ||
2383 plane_req->crtc_x > INT_MAX - (int32_t) plane_req->crtc_w ||
2384 plane_req->crtc_h > INT_MAX ||
2385 plane_req->crtc_y > INT_MAX - (int32_t) plane_req->crtc_h) {
2386 DRM_DEBUG_KMS("Invalid CRTC coordinates %ux%u+%d+%d\n",
2387 plane_req->crtc_w, plane_req->crtc_h,
2388 plane_req->crtc_x, plane_req->crtc_y);
2389 return -ERANGE;
2390 }
2391
2392 /*
2393 * First, find the plane, crtc, and fb objects. If not available,
2394 * we don't bother to call the driver.
2395 */
2396 obj = drm_mode_object_find(dev, plane_req->plane_id,
2397 DRM_MODE_OBJECT_PLANE);
2398 if (!obj) {
2399 DRM_DEBUG_KMS("Unknown plane ID %d\n",
2400 plane_req->plane_id);
2401 return -ENOENT;
2402 }
2403 plane = obj_to_plane(obj);
2404
2405 if (plane_req->fb_id) {
2406 fb = drm_framebuffer_lookup(dev, plane_req->fb_id);
2407 if (!fb) {
2408 DRM_DEBUG_KMS("Unknown framebuffer ID %d\n",
2409 plane_req->fb_id);
2410 return -ENOENT;
2411 }
2412
2413 obj = drm_mode_object_find(dev, plane_req->crtc_id,
2414 DRM_MODE_OBJECT_CRTC);
2415 if (!obj) {
2416 DRM_DEBUG_KMS("Unknown crtc ID %d\n",
2417 plane_req->crtc_id);
2418 return -ENOENT;
2419 }
2420 crtc = obj_to_crtc(obj);
2421 }
2422
Matt Roper161d0dc2014-06-10 08:28:10 -07002423 /*
2424 * setplane_internal will take care of deref'ing either the old or new
2425 * framebuffer depending on success.
2426 */
Chris Wilson17cfd912014-06-13 15:22:28 +01002427 return setplane_internal(plane, crtc, fb,
Matt Roperb36552b2014-06-10 08:28:09 -07002428 plane_req->crtc_x, plane_req->crtc_y,
2429 plane_req->crtc_w, plane_req->crtc_h,
2430 plane_req->src_x, plane_req->src_y,
2431 plane_req->src_w, plane_req->src_h);
Jesse Barnes8cf5c912011-11-14 14:51:27 -08002432}
2433
2434/**
Daniel Vetter2d13b672012-12-11 13:47:23 +01002435 * drm_mode_set_config_internal - helper to call ->set_config
2436 * @set: modeset config to set
2437 *
2438 * This is a little helper to wrap internal calls to the ->set_config driver
2439 * interface. The only thing it adds is correct refcounting dance.
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002440 *
2441 * Returns:
2442 * Zero on success, errno on failure.
Daniel Vetter2d13b672012-12-11 13:47:23 +01002443 */
2444int drm_mode_set_config_internal(struct drm_mode_set *set)
2445{
2446 struct drm_crtc *crtc = set->crtc;
Daniel Vetter5cef29a2013-06-15 00:13:16 +02002447 struct drm_framebuffer *fb;
2448 struct drm_crtc *tmp;
Daniel Vetterb0d12322012-12-11 01:07:12 +01002449 int ret;
Daniel Vetter2d13b672012-12-11 13:47:23 +01002450
Daniel Vetter5cef29a2013-06-15 00:13:16 +02002451 /*
2452 * NOTE: ->set_config can also disable other crtcs (if we steal all
2453 * connectors from it), hence we need to refcount the fbs across all
2454 * crtcs. Atomic modeset will have saner semantics ...
2455 */
2456 list_for_each_entry(tmp, &crtc->dev->mode_config.crtc_list, head)
Daniel Vetter3d30a592014-07-27 13:42:42 +02002457 tmp->primary->old_fb = tmp->primary->fb;
Daniel Vetter5cef29a2013-06-15 00:13:16 +02002458
Daniel Vetterb0d12322012-12-11 01:07:12 +01002459 fb = set->fb;
2460
2461 ret = crtc->funcs->set_config(set);
2462 if (ret == 0) {
Matt Ropere13161a2014-04-01 15:22:38 -07002463 crtc->primary->crtc = crtc;
Daniel Vetter0fe27f02014-04-23 17:34:06 +02002464 crtc->primary->fb = fb;
Daniel Vetter5cef29a2013-06-15 00:13:16 +02002465 }
Daniel Vettercc85e122013-06-15 00:13:15 +02002466
Daniel Vetter5cef29a2013-06-15 00:13:16 +02002467 list_for_each_entry(tmp, &crtc->dev->mode_config.crtc_list, head) {
Matt Roperf4510a22014-04-01 15:22:40 -07002468 if (tmp->primary->fb)
2469 drm_framebuffer_reference(tmp->primary->fb);
Daniel Vetter3d30a592014-07-27 13:42:42 +02002470 if (tmp->primary->old_fb)
2471 drm_framebuffer_unreference(tmp->primary->old_fb);
2472 tmp->primary->old_fb = NULL;
Daniel Vetterb0d12322012-12-11 01:07:12 +01002473 }
2474
2475 return ret;
Daniel Vetter2d13b672012-12-11 13:47:23 +01002476}
2477EXPORT_SYMBOL(drm_mode_set_config_internal);
2478
Matt Roperaf936292014-04-01 15:22:34 -07002479/**
2480 * drm_crtc_check_viewport - Checks that a framebuffer is big enough for the
2481 * CRTC viewport
2482 * @crtc: CRTC that framebuffer will be displayed on
2483 * @x: x panning
2484 * @y: y panning
2485 * @mode: mode that framebuffer will be displayed under
2486 * @fb: framebuffer to check size of
Damien Lespiauc11e9282013-09-25 16:45:30 +01002487 */
Matt Roperaf936292014-04-01 15:22:34 -07002488int drm_crtc_check_viewport(const struct drm_crtc *crtc,
2489 int x, int y,
2490 const struct drm_display_mode *mode,
2491 const struct drm_framebuffer *fb)
Damien Lespiauc11e9282013-09-25 16:45:30 +01002492
2493{
2494 int hdisplay, vdisplay;
2495
2496 hdisplay = mode->hdisplay;
2497 vdisplay = mode->vdisplay;
2498
Damien Lespiaua0c1bbb2013-09-25 16:45:31 +01002499 if (drm_mode_is_stereo(mode)) {
2500 struct drm_display_mode adjusted = *mode;
2501
2502 drm_mode_set_crtcinfo(&adjusted, CRTC_STEREO_DOUBLE);
2503 hdisplay = adjusted.crtc_hdisplay;
2504 vdisplay = adjusted.crtc_vdisplay;
2505 }
2506
Damien Lespiauc11e9282013-09-25 16:45:30 +01002507 if (crtc->invert_dimensions)
2508 swap(hdisplay, vdisplay);
2509
2510 if (hdisplay > fb->width ||
2511 vdisplay > fb->height ||
2512 x > fb->width - hdisplay ||
2513 y > fb->height - vdisplay) {
2514 DRM_DEBUG_KMS("Invalid fb size %ux%u for CRTC viewport %ux%u+%d+%d%s.\n",
2515 fb->width, fb->height, hdisplay, vdisplay, x, y,
2516 crtc->invert_dimensions ? " (inverted)" : "");
2517 return -ENOSPC;
2518 }
2519
2520 return 0;
2521}
Matt Roperaf936292014-04-01 15:22:34 -07002522EXPORT_SYMBOL(drm_crtc_check_viewport);
Damien Lespiauc11e9282013-09-25 16:45:30 +01002523
Daniel Vetter2d13b672012-12-11 13:47:23 +01002524/**
Dave Airlief453ba02008-11-07 14:05:41 -08002525 * drm_mode_setcrtc - set CRTC configuration
Daniel Vetter065a50ed2012-12-02 00:09:18 +01002526 * @dev: drm device for the ioctl
2527 * @data: data pointer for the ioctl
2528 * @file_priv: drm file for the ioctl call
Dave Airlief453ba02008-11-07 14:05:41 -08002529 *
Dave Airlief453ba02008-11-07 14:05:41 -08002530 * Build a new CRTC configuration based on user request.
2531 *
2532 * Called by the user via ioctl.
2533 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002534 * Returns:
Dave Airlief453ba02008-11-07 14:05:41 -08002535 * Zero on success, errno on failure.
2536 */
2537int drm_mode_setcrtc(struct drm_device *dev, void *data,
2538 struct drm_file *file_priv)
2539{
2540 struct drm_mode_config *config = &dev->mode_config;
2541 struct drm_mode_crtc *crtc_req = data;
Ville Syrjälä6653cc82012-03-13 12:35:38 +02002542 struct drm_crtc *crtc;
Dave Airlief453ba02008-11-07 14:05:41 -08002543 struct drm_connector **connector_set = NULL, *connector;
2544 struct drm_framebuffer *fb = NULL;
2545 struct drm_display_mode *mode = NULL;
2546 struct drm_mode_set set;
2547 uint32_t __user *set_connectors_ptr;
Laurent Pinchart4a1b0712012-05-17 13:27:21 +02002548 int ret;
Dave Airlief453ba02008-11-07 14:05:41 -08002549 int i;
2550
Dave Airliefb3b06c2011-02-08 13:55:21 +10002551 if (!drm_core_check_feature(dev, DRIVER_MODESET))
2552 return -EINVAL;
2553
Ville Syrjälä1d97e912012-03-13 12:35:41 +02002554 /* For some reason crtc x/y offsets are signed internally. */
2555 if (crtc_req->x > INT_MAX || crtc_req->y > INT_MAX)
2556 return -ERANGE;
2557
Daniel Vetter84849902012-12-02 00:28:11 +01002558 drm_modeset_lock_all(dev);
Rob Clarka2b34e22013-10-05 16:36:52 -04002559 crtc = drm_crtc_find(dev, crtc_req->crtc_id);
2560 if (!crtc) {
Zhao Yakui58367ed2009-07-20 13:48:07 +08002561 DRM_DEBUG_KMS("Unknown CRTC ID %d\n", crtc_req->crtc_id);
Ville Syrjäläf27657f2013-10-17 13:35:00 +03002562 ret = -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08002563 goto out;
2564 }
Jerome Glisse94401062010-07-15 15:43:25 -04002565 DRM_DEBUG_KMS("[CRTC:%d]\n", crtc->base.id);
Dave Airlief453ba02008-11-07 14:05:41 -08002566
2567 if (crtc_req->mode_valid) {
2568 /* If we have a mode we need a framebuffer. */
2569 /* If we pass -1, set the mode with the currently bound fb */
2570 if (crtc_req->fb_id == -1) {
Matt Roperf4510a22014-04-01 15:22:40 -07002571 if (!crtc->primary->fb) {
Ville Syrjälä6653cc82012-03-13 12:35:38 +02002572 DRM_DEBUG_KMS("CRTC doesn't have current FB\n");
2573 ret = -EINVAL;
2574 goto out;
Dave Airlief453ba02008-11-07 14:05:41 -08002575 }
Matt Roperf4510a22014-04-01 15:22:40 -07002576 fb = crtc->primary->fb;
Daniel Vetterb0d12322012-12-11 01:07:12 +01002577 /* Make refcounting symmetric with the lookup path. */
2578 drm_framebuffer_reference(fb);
Dave Airlief453ba02008-11-07 14:05:41 -08002579 } else {
Daniel Vetter786b99e2012-12-02 21:53:40 +01002580 fb = drm_framebuffer_lookup(dev, crtc_req->fb_id);
2581 if (!fb) {
Zhao Yakui58367ed2009-07-20 13:48:07 +08002582 DRM_DEBUG_KMS("Unknown FB ID%d\n",
2583 crtc_req->fb_id);
Ville Syrjälä37c4e702013-10-17 13:35:01 +03002584 ret = -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08002585 goto out;
2586 }
Dave Airlief453ba02008-11-07 14:05:41 -08002587 }
2588
2589 mode = drm_mode_create(dev);
Ville Syrjäläee34ab52012-03-13 12:35:43 +02002590 if (!mode) {
2591 ret = -ENOMEM;
2592 goto out;
2593 }
2594
Ville Syrjälä90367bf2012-03-13 12:35:44 +02002595 ret = drm_crtc_convert_umode(mode, &crtc_req->mode);
2596 if (ret) {
2597 DRM_DEBUG_KMS("Invalid mode\n");
2598 goto out;
2599 }
2600
Dave Airlief453ba02008-11-07 14:05:41 -08002601 drm_mode_set_crtcinfo(mode, CRTC_INTERLACE_HALVE_V);
Ville Syrjälä5f61bb42012-03-13 12:35:45 +02002602
Damien Lespiauc11e9282013-09-25 16:45:30 +01002603 ret = drm_crtc_check_viewport(crtc, crtc_req->x, crtc_req->y,
2604 mode, fb);
2605 if (ret)
Ville Syrjälä5f61bb42012-03-13 12:35:45 +02002606 goto out;
Damien Lespiauc11e9282013-09-25 16:45:30 +01002607
Dave Airlief453ba02008-11-07 14:05:41 -08002608 }
2609
2610 if (crtc_req->count_connectors == 0 && mode) {
Zhao Yakui58367ed2009-07-20 13:48:07 +08002611 DRM_DEBUG_KMS("Count connectors is 0 but mode set\n");
Dave Airlief453ba02008-11-07 14:05:41 -08002612 ret = -EINVAL;
2613 goto out;
2614 }
2615
Jakob Bornecrantz7781de72009-08-03 13:43:58 +01002616 if (crtc_req->count_connectors > 0 && (!mode || !fb)) {
Zhao Yakui58367ed2009-07-20 13:48:07 +08002617 DRM_DEBUG_KMS("Count connectors is %d but no mode or fb set\n",
Dave Airlief453ba02008-11-07 14:05:41 -08002618 crtc_req->count_connectors);
2619 ret = -EINVAL;
2620 goto out;
2621 }
2622
2623 if (crtc_req->count_connectors > 0) {
2624 u32 out_id;
2625
2626 /* Avoid unbounded kernel memory allocation */
2627 if (crtc_req->count_connectors > config->num_connector) {
2628 ret = -EINVAL;
2629 goto out;
2630 }
2631
2632 connector_set = kmalloc(crtc_req->count_connectors *
2633 sizeof(struct drm_connector *),
2634 GFP_KERNEL);
2635 if (!connector_set) {
2636 ret = -ENOMEM;
2637 goto out;
2638 }
2639
2640 for (i = 0; i < crtc_req->count_connectors; i++) {
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02002641 set_connectors_ptr = (uint32_t __user *)(unsigned long)crtc_req->set_connectors_ptr;
Dave Airlief453ba02008-11-07 14:05:41 -08002642 if (get_user(out_id, &set_connectors_ptr[i])) {
2643 ret = -EFAULT;
2644 goto out;
2645 }
2646
Rob Clarka2b34e22013-10-05 16:36:52 -04002647 connector = drm_connector_find(dev, out_id);
2648 if (!connector) {
Zhao Yakui58367ed2009-07-20 13:48:07 +08002649 DRM_DEBUG_KMS("Connector id %d unknown\n",
2650 out_id);
Ville Syrjäläf27657f2013-10-17 13:35:00 +03002651 ret = -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08002652 goto out;
2653 }
Jerome Glisse94401062010-07-15 15:43:25 -04002654 DRM_DEBUG_KMS("[CONNECTOR:%d:%s]\n",
2655 connector->base.id,
Jani Nikula25933822014-06-03 14:56:20 +03002656 connector->name);
Dave Airlief453ba02008-11-07 14:05:41 -08002657
2658 connector_set[i] = connector;
2659 }
2660 }
2661
2662 set.crtc = crtc;
2663 set.x = crtc_req->x;
2664 set.y = crtc_req->y;
2665 set.mode = mode;
2666 set.connectors = connector_set;
2667 set.num_connectors = crtc_req->count_connectors;
Dave Airlie5ef5f722009-08-17 13:11:23 +10002668 set.fb = fb;
Daniel Vetter2d13b672012-12-11 13:47:23 +01002669 ret = drm_mode_set_config_internal(&set);
Dave Airlief453ba02008-11-07 14:05:41 -08002670
2671out:
Daniel Vetterb0d12322012-12-11 01:07:12 +01002672 if (fb)
2673 drm_framebuffer_unreference(fb);
2674
Dave Airlief453ba02008-11-07 14:05:41 -08002675 kfree(connector_set);
Ville Syrjäläee34ab52012-03-13 12:35:43 +02002676 drm_mode_destroy(dev, mode);
Daniel Vetter84849902012-12-02 00:28:11 +01002677 drm_modeset_unlock_all(dev);
Dave Airlief453ba02008-11-07 14:05:41 -08002678 return ret;
2679}
2680
Matt Roper161d0dc2014-06-10 08:28:10 -07002681/**
2682 * drm_mode_cursor_universal - translate legacy cursor ioctl call into a
2683 * universal plane handler call
2684 * @crtc: crtc to update cursor for
2685 * @req: data pointer for the ioctl
2686 * @file_priv: drm file for the ioctl call
2687 *
2688 * Legacy cursor ioctl's work directly with driver buffer handles. To
2689 * translate legacy ioctl calls into universal plane handler calls, we need to
2690 * wrap the native buffer handle in a drm_framebuffer.
2691 *
2692 * Note that we assume any handle passed to the legacy ioctls was a 32-bit ARGB
2693 * buffer with a pitch of 4*width; the universal plane interface should be used
2694 * directly in cases where the hardware can support other buffer settings and
2695 * userspace wants to make use of these capabilities.
2696 *
2697 * Returns:
2698 * Zero on success, errno on failure.
2699 */
2700static int drm_mode_cursor_universal(struct drm_crtc *crtc,
2701 struct drm_mode_cursor2 *req,
2702 struct drm_file *file_priv)
2703{
2704 struct drm_device *dev = crtc->dev;
2705 struct drm_framebuffer *fb = NULL;
2706 struct drm_mode_fb_cmd2 fbreq = {
2707 .width = req->width,
2708 .height = req->height,
2709 .pixel_format = DRM_FORMAT_ARGB8888,
2710 .pitches = { req->width * 4 },
2711 .handles = { req->handle },
2712 };
2713 int32_t crtc_x, crtc_y;
2714 uint32_t crtc_w = 0, crtc_h = 0;
2715 uint32_t src_w = 0, src_h = 0;
2716 int ret = 0;
2717
2718 BUG_ON(!crtc->cursor);
Daniel Vetterf2b50c12014-09-12 17:07:32 +02002719 WARN_ON(crtc->cursor->crtc != crtc && crtc->cursor->crtc != NULL);
Matt Roper161d0dc2014-06-10 08:28:10 -07002720
2721 /*
2722 * Obtain fb we'll be using (either new or existing) and take an extra
2723 * reference to it if fb != null. setplane will take care of dropping
2724 * the reference if the plane update fails.
2725 */
2726 if (req->flags & DRM_MODE_CURSOR_BO) {
2727 if (req->handle) {
2728 fb = add_framebuffer_internal(dev, &fbreq, file_priv);
2729 if (IS_ERR(fb)) {
2730 DRM_DEBUG_KMS("failed to wrap cursor buffer in drm framebuffer\n");
2731 return PTR_ERR(fb);
2732 }
2733
2734 drm_framebuffer_reference(fb);
2735 } else {
2736 fb = NULL;
2737 }
2738 } else {
Matt Roper161d0dc2014-06-10 08:28:10 -07002739 fb = crtc->cursor->fb;
2740 if (fb)
2741 drm_framebuffer_reference(fb);
Matt Roper161d0dc2014-06-10 08:28:10 -07002742 }
2743
2744 if (req->flags & DRM_MODE_CURSOR_MOVE) {
2745 crtc_x = req->x;
2746 crtc_y = req->y;
2747 } else {
2748 crtc_x = crtc->cursor_x;
2749 crtc_y = crtc->cursor_y;
2750 }
2751
2752 if (fb) {
2753 crtc_w = fb->width;
2754 crtc_h = fb->height;
2755 src_w = fb->width << 16;
2756 src_h = fb->height << 16;
2757 }
2758
2759 /*
2760 * setplane_internal will take care of deref'ing either the old or new
2761 * framebuffer depending on success.
2762 */
Daniel Vetterf2b50c12014-09-12 17:07:32 +02002763 ret = __setplane_internal(crtc->cursor, crtc, fb,
Matt Roper161d0dc2014-06-10 08:28:10 -07002764 crtc_x, crtc_y, crtc_w, crtc_h,
2765 0, 0, src_w, src_h);
2766
2767 /* Update successful; save new cursor position, if necessary */
2768 if (ret == 0 && req->flags & DRM_MODE_CURSOR_MOVE) {
2769 crtc->cursor_x = req->x;
2770 crtc->cursor_y = req->y;
2771 }
2772
2773 return ret;
2774}
2775
Dave Airlie4c813d42013-06-20 11:48:52 +10002776static int drm_mode_cursor_common(struct drm_device *dev,
2777 struct drm_mode_cursor2 *req,
2778 struct drm_file *file_priv)
Dave Airlief453ba02008-11-07 14:05:41 -08002779{
Dave Airlief453ba02008-11-07 14:05:41 -08002780 struct drm_crtc *crtc;
2781 int ret = 0;
2782
Dave Airliefb3b06c2011-02-08 13:55:21 +10002783 if (!drm_core_check_feature(dev, DRIVER_MODESET))
2784 return -EINVAL;
2785
Jakob Bornecrantz7c4eaca2012-08-16 08:29:03 +00002786 if (!req->flags || (~DRM_MODE_CURSOR_FLAGS & req->flags))
Dave Airlief453ba02008-11-07 14:05:41 -08002787 return -EINVAL;
Dave Airlief453ba02008-11-07 14:05:41 -08002788
Rob Clarka2b34e22013-10-05 16:36:52 -04002789 crtc = drm_crtc_find(dev, req->crtc_id);
2790 if (!crtc) {
Zhao Yakui58367ed2009-07-20 13:48:07 +08002791 DRM_DEBUG_KMS("Unknown CRTC ID %d\n", req->crtc_id);
Ville Syrjäläf27657f2013-10-17 13:35:00 +03002792 return -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08002793 }
Dave Airlief453ba02008-11-07 14:05:41 -08002794
Matt Roper161d0dc2014-06-10 08:28:10 -07002795 /*
2796 * If this crtc has a universal cursor plane, call that plane's update
2797 * handler rather than using legacy cursor handlers.
2798 */
Daniel Vetter4d02e2d2014-11-11 10:12:00 +01002799 drm_modeset_lock_crtc(crtc, crtc->cursor);
Daniel Vetterf2b50c12014-09-12 17:07:32 +02002800 if (crtc->cursor) {
2801 ret = drm_mode_cursor_universal(crtc, req, file_priv);
2802 goto out;
2803 }
2804
Dave Airlief453ba02008-11-07 14:05:41 -08002805 if (req->flags & DRM_MODE_CURSOR_BO) {
Dave Airlie4c813d42013-06-20 11:48:52 +10002806 if (!crtc->funcs->cursor_set && !crtc->funcs->cursor_set2) {
Dave Airlief453ba02008-11-07 14:05:41 -08002807 ret = -ENXIO;
2808 goto out;
2809 }
2810 /* Turns off the cursor if handle is 0 */
Dave Airlie4c813d42013-06-20 11:48:52 +10002811 if (crtc->funcs->cursor_set2)
2812 ret = crtc->funcs->cursor_set2(crtc, file_priv, req->handle,
2813 req->width, req->height, req->hot_x, req->hot_y);
2814 else
2815 ret = crtc->funcs->cursor_set(crtc, file_priv, req->handle,
2816 req->width, req->height);
Dave Airlief453ba02008-11-07 14:05:41 -08002817 }
2818
2819 if (req->flags & DRM_MODE_CURSOR_MOVE) {
2820 if (crtc->funcs->cursor_move) {
2821 ret = crtc->funcs->cursor_move(crtc, req->x, req->y);
2822 } else {
Dave Airlief453ba02008-11-07 14:05:41 -08002823 ret = -EFAULT;
2824 goto out;
2825 }
2826 }
2827out:
Daniel Vetterd059f652014-07-25 18:07:40 +02002828 drm_modeset_unlock_crtc(crtc);
Daniel Vetterdac35662012-12-02 15:24:10 +01002829
Dave Airlief453ba02008-11-07 14:05:41 -08002830 return ret;
Dave Airlie4c813d42013-06-20 11:48:52 +10002831
2832}
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002833
2834
2835/**
2836 * drm_mode_cursor_ioctl - set CRTC's cursor configuration
2837 * @dev: drm device for the ioctl
2838 * @data: data pointer for the ioctl
2839 * @file_priv: drm file for the ioctl call
2840 *
2841 * Set the cursor configuration based on user request.
2842 *
2843 * Called by the user via ioctl.
2844 *
2845 * Returns:
2846 * Zero on success, errno on failure.
2847 */
Dave Airlie4c813d42013-06-20 11:48:52 +10002848int drm_mode_cursor_ioctl(struct drm_device *dev,
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002849 void *data, struct drm_file *file_priv)
Dave Airlie4c813d42013-06-20 11:48:52 +10002850{
2851 struct drm_mode_cursor *req = data;
2852 struct drm_mode_cursor2 new_req;
2853
2854 memcpy(&new_req, req, sizeof(struct drm_mode_cursor));
2855 new_req.hot_x = new_req.hot_y = 0;
2856
2857 return drm_mode_cursor_common(dev, &new_req, file_priv);
2858}
2859
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002860/**
2861 * drm_mode_cursor2_ioctl - set CRTC's cursor configuration
2862 * @dev: drm device for the ioctl
2863 * @data: data pointer for the ioctl
2864 * @file_priv: drm file for the ioctl call
2865 *
2866 * Set the cursor configuration based on user request. This implements the 2nd
2867 * version of the cursor ioctl, which allows userspace to additionally specify
2868 * the hotspot of the pointer.
2869 *
2870 * Called by the user via ioctl.
2871 *
2872 * Returns:
2873 * Zero on success, errno on failure.
2874 */
Dave Airlie4c813d42013-06-20 11:48:52 +10002875int drm_mode_cursor2_ioctl(struct drm_device *dev,
2876 void *data, struct drm_file *file_priv)
2877{
2878 struct drm_mode_cursor2 *req = data;
2879 return drm_mode_cursor_common(dev, req, file_priv);
Dave Airlief453ba02008-11-07 14:05:41 -08002880}
2881
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002882/**
2883 * drm_mode_legacy_fb_format - compute drm fourcc code from legacy description
2884 * @bpp: bits per pixels
2885 * @depth: bit depth per pixel
2886 *
2887 * Computes a drm fourcc pixel format code for the given @bpp/@depth values.
2888 * Useful in fbdev emulation code, since that deals in those values.
2889 */
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002890uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth)
2891{
2892 uint32_t fmt;
2893
2894 switch (bpp) {
2895 case 8:
Ville Syrjäläd84f0312013-01-31 19:43:38 +02002896 fmt = DRM_FORMAT_C8;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002897 break;
2898 case 16:
2899 if (depth == 15)
Ville Syrjälä04b39242011-11-17 18:05:13 +02002900 fmt = DRM_FORMAT_XRGB1555;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002901 else
Ville Syrjälä04b39242011-11-17 18:05:13 +02002902 fmt = DRM_FORMAT_RGB565;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002903 break;
2904 case 24:
Ville Syrjälä04b39242011-11-17 18:05:13 +02002905 fmt = DRM_FORMAT_RGB888;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002906 break;
2907 case 32:
2908 if (depth == 24)
Ville Syrjälä04b39242011-11-17 18:05:13 +02002909 fmt = DRM_FORMAT_XRGB8888;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002910 else if (depth == 30)
Ville Syrjälä04b39242011-11-17 18:05:13 +02002911 fmt = DRM_FORMAT_XRGB2101010;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002912 else
Ville Syrjälä04b39242011-11-17 18:05:13 +02002913 fmt = DRM_FORMAT_ARGB8888;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002914 break;
2915 default:
Ville Syrjälä04b39242011-11-17 18:05:13 +02002916 DRM_ERROR("bad bpp, assuming x8r8g8b8 pixel format\n");
2917 fmt = DRM_FORMAT_XRGB8888;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002918 break;
2919 }
2920
2921 return fmt;
2922}
2923EXPORT_SYMBOL(drm_mode_legacy_fb_format);
2924
Dave Airlief453ba02008-11-07 14:05:41 -08002925/**
2926 * drm_mode_addfb - add an FB to the graphics configuration
Daniel Vetter065a50ed2012-12-02 00:09:18 +01002927 * @dev: drm device for the ioctl
2928 * @data: data pointer for the ioctl
2929 * @file_priv: drm file for the ioctl call
Dave Airlief453ba02008-11-07 14:05:41 -08002930 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002931 * Add a new FB to the specified CRTC, given a user request. This is the
Chuck Ebbert209f5522014-10-08 11:37:20 -05002932 * original addfb ioctl which only supported RGB formats.
Dave Airlief453ba02008-11-07 14:05:41 -08002933 *
2934 * Called by the user via ioctl.
2935 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01002936 * Returns:
Dave Airlief453ba02008-11-07 14:05:41 -08002937 * Zero on success, errno on failure.
2938 */
2939int drm_mode_addfb(struct drm_device *dev,
2940 void *data, struct drm_file *file_priv)
2941{
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002942 struct drm_mode_fb_cmd *or = data;
2943 struct drm_mode_fb_cmd2 r = {};
Chuck Ebbert228f2cb2014-10-08 11:40:34 -05002944 int ret;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002945
Chuck Ebbert228f2cb2014-10-08 11:40:34 -05002946 /* convert to new format and call new ioctl */
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002947 r.fb_id = or->fb_id;
2948 r.width = or->width;
2949 r.height = or->height;
2950 r.pitches[0] = or->pitch;
2951 r.pixel_format = drm_mode_legacy_fb_format(or->bpp, or->depth);
2952 r.handles[0] = or->handle;
2953
Chuck Ebbert228f2cb2014-10-08 11:40:34 -05002954 ret = drm_mode_addfb2(dev, &r, file_priv);
2955 if (ret)
2956 return ret;
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002957
Chuck Ebbert228f2cb2014-10-08 11:40:34 -05002958 or->fb_id = r.fb_id;
Daniel Vetter4b096ac2012-12-10 21:19:18 +01002959
Jesse Barnes308e5bc2011-11-14 14:51:28 -08002960 return ret;
2961}
2962
Ville Syrjäläcff91b62012-05-24 20:54:00 +03002963static int format_check(const struct drm_mode_fb_cmd2 *r)
Ville Syrjälä935b5972011-12-20 00:06:48 +02002964{
2965 uint32_t format = r->pixel_format & ~DRM_FORMAT_BIG_ENDIAN;
2966
2967 switch (format) {
2968 case DRM_FORMAT_C8:
2969 case DRM_FORMAT_RGB332:
2970 case DRM_FORMAT_BGR233:
2971 case DRM_FORMAT_XRGB4444:
2972 case DRM_FORMAT_XBGR4444:
2973 case DRM_FORMAT_RGBX4444:
2974 case DRM_FORMAT_BGRX4444:
2975 case DRM_FORMAT_ARGB4444:
2976 case DRM_FORMAT_ABGR4444:
2977 case DRM_FORMAT_RGBA4444:
2978 case DRM_FORMAT_BGRA4444:
2979 case DRM_FORMAT_XRGB1555:
2980 case DRM_FORMAT_XBGR1555:
2981 case DRM_FORMAT_RGBX5551:
2982 case DRM_FORMAT_BGRX5551:
2983 case DRM_FORMAT_ARGB1555:
2984 case DRM_FORMAT_ABGR1555:
2985 case DRM_FORMAT_RGBA5551:
2986 case DRM_FORMAT_BGRA5551:
2987 case DRM_FORMAT_RGB565:
2988 case DRM_FORMAT_BGR565:
2989 case DRM_FORMAT_RGB888:
2990 case DRM_FORMAT_BGR888:
2991 case DRM_FORMAT_XRGB8888:
2992 case DRM_FORMAT_XBGR8888:
2993 case DRM_FORMAT_RGBX8888:
2994 case DRM_FORMAT_BGRX8888:
2995 case DRM_FORMAT_ARGB8888:
2996 case DRM_FORMAT_ABGR8888:
2997 case DRM_FORMAT_RGBA8888:
2998 case DRM_FORMAT_BGRA8888:
2999 case DRM_FORMAT_XRGB2101010:
3000 case DRM_FORMAT_XBGR2101010:
3001 case DRM_FORMAT_RGBX1010102:
3002 case DRM_FORMAT_BGRX1010102:
3003 case DRM_FORMAT_ARGB2101010:
3004 case DRM_FORMAT_ABGR2101010:
3005 case DRM_FORMAT_RGBA1010102:
3006 case DRM_FORMAT_BGRA1010102:
3007 case DRM_FORMAT_YUYV:
3008 case DRM_FORMAT_YVYU:
3009 case DRM_FORMAT_UYVY:
3010 case DRM_FORMAT_VYUY:
3011 case DRM_FORMAT_AYUV:
3012 case DRM_FORMAT_NV12:
3013 case DRM_FORMAT_NV21:
3014 case DRM_FORMAT_NV16:
3015 case DRM_FORMAT_NV61:
Laurent Pinchartba623f62012-05-18 23:47:40 +02003016 case DRM_FORMAT_NV24:
3017 case DRM_FORMAT_NV42:
Ville Syrjälä935b5972011-12-20 00:06:48 +02003018 case DRM_FORMAT_YUV410:
3019 case DRM_FORMAT_YVU410:
3020 case DRM_FORMAT_YUV411:
3021 case DRM_FORMAT_YVU411:
3022 case DRM_FORMAT_YUV420:
3023 case DRM_FORMAT_YVU420:
3024 case DRM_FORMAT_YUV422:
3025 case DRM_FORMAT_YVU422:
3026 case DRM_FORMAT_YUV444:
3027 case DRM_FORMAT_YVU444:
3028 return 0;
3029 default:
Ville Syrjälä23c453a2013-10-15 21:06:51 +03003030 DRM_DEBUG_KMS("invalid pixel format %s\n",
3031 drm_get_format_name(r->pixel_format));
Ville Syrjälä935b5972011-12-20 00:06:48 +02003032 return -EINVAL;
3033 }
3034}
3035
Ville Syrjäläcff91b62012-05-24 20:54:00 +03003036static int framebuffer_check(const struct drm_mode_fb_cmd2 *r)
Ville Syrjäläd1b45d52012-04-05 21:35:18 +03003037{
3038 int ret, hsub, vsub, num_planes, i;
3039
3040 ret = format_check(r);
3041 if (ret) {
Ville Syrjälä6ba6d032013-06-10 11:15:10 +03003042 DRM_DEBUG_KMS("bad framebuffer format %s\n",
3043 drm_get_format_name(r->pixel_format));
Ville Syrjäläd1b45d52012-04-05 21:35:18 +03003044 return ret;
3045 }
3046
3047 hsub = drm_format_horz_chroma_subsampling(r->pixel_format);
3048 vsub = drm_format_vert_chroma_subsampling(r->pixel_format);
3049 num_planes = drm_format_num_planes(r->pixel_format);
3050
3051 if (r->width == 0 || r->width % hsub) {
Chuck Ebbert209f5522014-10-08 11:37:20 -05003052 DRM_DEBUG_KMS("bad framebuffer width %u\n", r->width);
Ville Syrjäläd1b45d52012-04-05 21:35:18 +03003053 return -EINVAL;
3054 }
3055
3056 if (r->height == 0 || r->height % vsub) {
Dave Airlie1aa1b112012-05-01 17:38:35 +01003057 DRM_DEBUG_KMS("bad framebuffer height %u\n", r->height);
Ville Syrjäläd1b45d52012-04-05 21:35:18 +03003058 return -EINVAL;
3059 }
3060
3061 for (i = 0; i < num_planes; i++) {
3062 unsigned int width = r->width / (i != 0 ? hsub : 1);
Ville Syrjäläb180b5d2012-10-25 18:05:04 +00003063 unsigned int height = r->height / (i != 0 ? vsub : 1);
3064 unsigned int cpp = drm_format_plane_cpp(r->pixel_format, i);
Ville Syrjäläd1b45d52012-04-05 21:35:18 +03003065
3066 if (!r->handles[i]) {
Dave Airlie1aa1b112012-05-01 17:38:35 +01003067 DRM_DEBUG_KMS("no buffer object handle for plane %d\n", i);
Ville Syrjäläd1b45d52012-04-05 21:35:18 +03003068 return -EINVAL;
3069 }
3070
Ville Syrjäläb180b5d2012-10-25 18:05:04 +00003071 if ((uint64_t) width * cpp > UINT_MAX)
3072 return -ERANGE;
3073
3074 if ((uint64_t) height * r->pitches[i] + r->offsets[i] > UINT_MAX)
3075 return -ERANGE;
3076
3077 if (r->pitches[i] < width * cpp) {
Dave Airlie1aa1b112012-05-01 17:38:35 +01003078 DRM_DEBUG_KMS("bad pitch %u for plane %d\n", r->pitches[i], i);
Ville Syrjäläd1b45d52012-04-05 21:35:18 +03003079 return -EINVAL;
3080 }
3081 }
3082
3083 return 0;
3084}
3085
Matt Roperc394c2b2014-06-10 08:28:08 -07003086static struct drm_framebuffer *add_framebuffer_internal(struct drm_device *dev,
3087 struct drm_mode_fb_cmd2 *r,
3088 struct drm_file *file_priv)
3089{
3090 struct drm_mode_config *config = &dev->mode_config;
3091 struct drm_framebuffer *fb;
3092 int ret;
3093
3094 if (r->flags & ~DRM_MODE_FB_INTERLACED) {
3095 DRM_DEBUG_KMS("bad framebuffer flags 0x%08x\n", r->flags);
3096 return ERR_PTR(-EINVAL);
3097 }
3098
3099 if ((config->min_width > r->width) || (r->width > config->max_width)) {
3100 DRM_DEBUG_KMS("bad framebuffer width %d, should be >= %d && <= %d\n",
3101 r->width, config->min_width, config->max_width);
3102 return ERR_PTR(-EINVAL);
3103 }
3104 if ((config->min_height > r->height) || (r->height > config->max_height)) {
3105 DRM_DEBUG_KMS("bad framebuffer height %d, should be >= %d && <= %d\n",
3106 r->height, config->min_height, config->max_height);
3107 return ERR_PTR(-EINVAL);
3108 }
3109
3110 ret = framebuffer_check(r);
3111 if (ret)
3112 return ERR_PTR(ret);
3113
3114 fb = dev->mode_config.funcs->fb_create(dev, file_priv, r);
3115 if (IS_ERR(fb)) {
3116 DRM_DEBUG_KMS("could not create framebuffer\n");
3117 return fb;
3118 }
3119
3120 mutex_lock(&file_priv->fbs_lock);
3121 r->fb_id = fb->base.id;
3122 list_add(&fb->filp_head, &file_priv->fbs);
3123 DRM_DEBUG_KMS("[FB:%d]\n", fb->base.id);
3124 mutex_unlock(&file_priv->fbs_lock);
3125
3126 return fb;
3127}
3128
Jesse Barnes308e5bc2011-11-14 14:51:28 -08003129/**
3130 * drm_mode_addfb2 - add an FB to the graphics configuration
Daniel Vetter065a50ed2012-12-02 00:09:18 +01003131 * @dev: drm device for the ioctl
3132 * @data: data pointer for the ioctl
3133 * @file_priv: drm file for the ioctl call
Jesse Barnes308e5bc2011-11-14 14:51:28 -08003134 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003135 * Add a new FB to the specified CRTC, given a user request with format. This is
3136 * the 2nd version of the addfb ioctl, which supports multi-planar framebuffers
3137 * and uses fourcc codes as pixel format specifiers.
Jesse Barnes308e5bc2011-11-14 14:51:28 -08003138 *
3139 * Called by the user via ioctl.
3140 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003141 * Returns:
Jesse Barnes308e5bc2011-11-14 14:51:28 -08003142 * Zero on success, errno on failure.
3143 */
3144int drm_mode_addfb2(struct drm_device *dev,
3145 void *data, struct drm_file *file_priv)
3146{
Dave Airlief453ba02008-11-07 14:05:41 -08003147 struct drm_framebuffer *fb;
Dave Airlief453ba02008-11-07 14:05:41 -08003148
Dave Airliefb3b06c2011-02-08 13:55:21 +10003149 if (!drm_core_check_feature(dev, DRIVER_MODESET))
3150 return -EINVAL;
3151
Matt Roperc394c2b2014-06-10 08:28:08 -07003152 fb = add_framebuffer_internal(dev, data, file_priv);
3153 if (IS_ERR(fb))
Daniel Vetter4b096ac2012-12-10 21:19:18 +01003154 return PTR_ERR(fb);
Dave Airlief453ba02008-11-07 14:05:41 -08003155
Matt Roperc394c2b2014-06-10 08:28:08 -07003156 return 0;
Dave Airlief453ba02008-11-07 14:05:41 -08003157}
3158
3159/**
3160 * drm_mode_rmfb - remove an FB from the configuration
Daniel Vetter065a50ed2012-12-02 00:09:18 +01003161 * @dev: drm device for the ioctl
3162 * @data: data pointer for the ioctl
3163 * @file_priv: drm file for the ioctl call
Dave Airlief453ba02008-11-07 14:05:41 -08003164 *
Dave Airlief453ba02008-11-07 14:05:41 -08003165 * Remove the FB specified by the user.
3166 *
3167 * Called by the user via ioctl.
3168 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003169 * Returns:
Dave Airlief453ba02008-11-07 14:05:41 -08003170 * Zero on success, errno on failure.
3171 */
3172int drm_mode_rmfb(struct drm_device *dev,
3173 void *data, struct drm_file *file_priv)
3174{
Dave Airlief453ba02008-11-07 14:05:41 -08003175 struct drm_framebuffer *fb = NULL;
3176 struct drm_framebuffer *fbl = NULL;
3177 uint32_t *id = data;
Dave Airlief453ba02008-11-07 14:05:41 -08003178 int found = 0;
3179
Dave Airliefb3b06c2011-02-08 13:55:21 +10003180 if (!drm_core_check_feature(dev, DRIVER_MODESET))
3181 return -EINVAL;
3182
Daniel Vetter4b096ac2012-12-10 21:19:18 +01003183 mutex_lock(&file_priv->fbs_lock);
Daniel Vetter2b677e82012-12-10 21:16:05 +01003184 mutex_lock(&dev->mode_config.fb_lock);
3185 fb = __drm_framebuffer_lookup(dev, *id);
3186 if (!fb)
3187 goto fail_lookup;
3188
Dave Airlief453ba02008-11-07 14:05:41 -08003189 list_for_each_entry(fbl, &file_priv->fbs, filp_head)
3190 if (fb == fbl)
3191 found = 1;
Daniel Vetter2b677e82012-12-10 21:16:05 +01003192 if (!found)
3193 goto fail_lookup;
3194
3195 /* Mark fb as reaped, we still have a ref from fpriv->fbs. */
3196 __drm_framebuffer_unregister(dev, fb);
Dave Airlief453ba02008-11-07 14:05:41 -08003197
Daniel Vetter4b096ac2012-12-10 21:19:18 +01003198 list_del_init(&fb->filp_head);
Daniel Vetter2b677e82012-12-10 21:16:05 +01003199 mutex_unlock(&dev->mode_config.fb_lock);
Daniel Vetter4b096ac2012-12-10 21:19:18 +01003200 mutex_unlock(&file_priv->fbs_lock);
Dave Airlief453ba02008-11-07 14:05:41 -08003201
Daniel Vetter4b096ac2012-12-10 21:19:18 +01003202 drm_framebuffer_remove(fb);
Daniel Vetter4b096ac2012-12-10 21:19:18 +01003203
Daniel Vetter2b677e82012-12-10 21:16:05 +01003204 return 0;
3205
3206fail_lookup:
3207 mutex_unlock(&dev->mode_config.fb_lock);
3208 mutex_unlock(&file_priv->fbs_lock);
3209
Ville Syrjälä37c4e702013-10-17 13:35:01 +03003210 return -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08003211}
3212
3213/**
3214 * drm_mode_getfb - get FB info
Daniel Vetter065a50ed2012-12-02 00:09:18 +01003215 * @dev: drm device for the ioctl
3216 * @data: data pointer for the ioctl
3217 * @file_priv: drm file for the ioctl call
Dave Airlief453ba02008-11-07 14:05:41 -08003218 *
Dave Airlief453ba02008-11-07 14:05:41 -08003219 * Lookup the FB given its ID and return info about it.
3220 *
3221 * Called by the user via ioctl.
3222 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003223 * Returns:
Dave Airlief453ba02008-11-07 14:05:41 -08003224 * Zero on success, errno on failure.
3225 */
3226int drm_mode_getfb(struct drm_device *dev,
3227 void *data, struct drm_file *file_priv)
3228{
3229 struct drm_mode_fb_cmd *r = data;
Dave Airlief453ba02008-11-07 14:05:41 -08003230 struct drm_framebuffer *fb;
Daniel Vetter58c0dca2012-12-13 23:06:08 +01003231 int ret;
Dave Airlief453ba02008-11-07 14:05:41 -08003232
Dave Airliefb3b06c2011-02-08 13:55:21 +10003233 if (!drm_core_check_feature(dev, DRIVER_MODESET))
3234 return -EINVAL;
3235
Daniel Vetter786b99e2012-12-02 21:53:40 +01003236 fb = drm_framebuffer_lookup(dev, r->fb_id);
Daniel Vetter58c0dca2012-12-13 23:06:08 +01003237 if (!fb)
Ville Syrjälä37c4e702013-10-17 13:35:01 +03003238 return -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08003239
3240 r->height = fb->height;
3241 r->width = fb->width;
3242 r->depth = fb->depth;
3243 r->bpp = fb->bits_per_pixel;
Ville Syrjälä01f2c772011-12-20 00:06:49 +02003244 r->pitch = fb->pitches[0];
David Herrmann101b96f2013-08-26 15:16:49 +02003245 if (fb->funcs->create_handle) {
Thomas Hellstrom09f308f2014-03-13 10:00:42 +01003246 if (file_priv->is_master || capable(CAP_SYS_ADMIN) ||
Thomas Hellstrom43683052014-03-13 11:07:44 +01003247 drm_is_control_client(file_priv)) {
David Herrmann101b96f2013-08-26 15:16:49 +02003248 ret = fb->funcs->create_handle(fb, file_priv,
3249 &r->handle);
3250 } else {
3251 /* GET_FB() is an unprivileged ioctl so we must not
3252 * return a buffer-handle to non-master processes! For
3253 * backwards-compatibility reasons, we cannot make
3254 * GET_FB() privileged, so just return an invalid handle
3255 * for non-masters. */
3256 r->handle = 0;
3257 ret = 0;
3258 }
3259 } else {
Daniel Vetteraf26ef32012-12-13 23:07:50 +01003260 ret = -ENODEV;
David Herrmann101b96f2013-08-26 15:16:49 +02003261 }
Dave Airlief453ba02008-11-07 14:05:41 -08003262
Daniel Vetter58c0dca2012-12-13 23:06:08 +01003263 drm_framebuffer_unreference(fb);
3264
Dave Airlief453ba02008-11-07 14:05:41 -08003265 return ret;
3266}
3267
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003268/**
3269 * drm_mode_dirtyfb_ioctl - flush frontbuffer rendering on an FB
3270 * @dev: drm device for the ioctl
3271 * @data: data pointer for the ioctl
3272 * @file_priv: drm file for the ioctl call
3273 *
3274 * Lookup the FB and flush out the damaged area supplied by userspace as a clip
3275 * rectangle list. Generic userspace which does frontbuffer rendering must call
3276 * this ioctl to flush out the changes on manual-update display outputs, e.g.
3277 * usb display-link, mipi manual update panels or edp panel self refresh modes.
3278 *
3279 * Modesetting drivers which always update the frontbuffer do not need to
3280 * implement the corresponding ->dirty framebuffer callback.
3281 *
3282 * Called by the user via ioctl.
3283 *
3284 * Returns:
3285 * Zero on success, errno on failure.
3286 */
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003287int drm_mode_dirtyfb_ioctl(struct drm_device *dev,
3288 void *data, struct drm_file *file_priv)
3289{
3290 struct drm_clip_rect __user *clips_ptr;
3291 struct drm_clip_rect *clips = NULL;
3292 struct drm_mode_fb_dirty_cmd *r = data;
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003293 struct drm_framebuffer *fb;
3294 unsigned flags;
3295 int num_clips;
Laurent Pinchart4a1b0712012-05-17 13:27:21 +02003296 int ret;
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003297
Dave Airliefb3b06c2011-02-08 13:55:21 +10003298 if (!drm_core_check_feature(dev, DRIVER_MODESET))
3299 return -EINVAL;
3300
Daniel Vetter786b99e2012-12-02 21:53:40 +01003301 fb = drm_framebuffer_lookup(dev, r->fb_id);
Daniel Vetter4ccf0972012-12-11 00:38:18 +01003302 if (!fb)
Ville Syrjälä37c4e702013-10-17 13:35:01 +03003303 return -ENOENT;
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003304
3305 num_clips = r->num_clips;
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02003306 clips_ptr = (struct drm_clip_rect __user *)(unsigned long)r->clips_ptr;
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003307
3308 if (!num_clips != !clips_ptr) {
3309 ret = -EINVAL;
3310 goto out_err1;
3311 }
3312
3313 flags = DRM_MODE_FB_DIRTY_FLAGS & r->flags;
3314
3315 /* If userspace annotates copy, clips must come in pairs */
3316 if (flags & DRM_MODE_FB_DIRTY_ANNOTATE_COPY && (num_clips % 2)) {
3317 ret = -EINVAL;
3318 goto out_err1;
3319 }
3320
3321 if (num_clips && clips_ptr) {
Xi Wanga5cd3352011-11-23 01:12:01 -05003322 if (num_clips < 0 || num_clips > DRM_MODE_FB_DIRTY_MAX_CLIPS) {
3323 ret = -EINVAL;
3324 goto out_err1;
3325 }
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003326 clips = kzalloc(num_clips * sizeof(*clips), GFP_KERNEL);
3327 if (!clips) {
3328 ret = -ENOMEM;
3329 goto out_err1;
3330 }
3331
3332 ret = copy_from_user(clips, clips_ptr,
3333 num_clips * sizeof(*clips));
Dan Carpentere902a352010-06-04 12:23:21 +02003334 if (ret) {
3335 ret = -EFAULT;
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003336 goto out_err2;
Dan Carpentere902a352010-06-04 12:23:21 +02003337 }
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003338 }
3339
3340 if (fb->funcs->dirty) {
Thomas Hellstrom02b00162010-10-05 12:43:02 +02003341 ret = fb->funcs->dirty(fb, file_priv, flags, r->color,
3342 clips, num_clips);
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003343 } else {
3344 ret = -ENOSYS;
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003345 }
3346
3347out_err2:
3348 kfree(clips);
3349out_err1:
Daniel Vetter4ccf0972012-12-11 00:38:18 +01003350 drm_framebuffer_unreference(fb);
3351
Jakob Bornecrantz884840a2009-12-03 23:25:47 +00003352 return ret;
3353}
3354
3355
Dave Airlief453ba02008-11-07 14:05:41 -08003356/**
3357 * drm_fb_release - remove and free the FBs on this file
Daniel Vetter065a50ed2012-12-02 00:09:18 +01003358 * @priv: drm file for the ioctl
Dave Airlief453ba02008-11-07 14:05:41 -08003359 *
Dave Airlief453ba02008-11-07 14:05:41 -08003360 * Destroy all the FBs associated with @filp.
3361 *
3362 * Called by the user via ioctl.
3363 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003364 * Returns:
Dave Airlief453ba02008-11-07 14:05:41 -08003365 * Zero on success, errno on failure.
3366 */
Kristian Høgsbergea39f832009-02-12 14:37:56 -05003367void drm_fb_release(struct drm_file *priv)
Dave Airlief453ba02008-11-07 14:05:41 -08003368{
Dave Airlief453ba02008-11-07 14:05:41 -08003369 struct drm_device *dev = priv->minor->dev;
3370 struct drm_framebuffer *fb, *tfb;
3371
Daniel Vetter1b116292014-09-24 21:51:06 +02003372 /*
3373 * When the file gets released that means no one else can access the fb
3374 * list any more, so no need to grab fpriv->fbs_lock. And we need to to
3375 * avoid upsetting lockdep since the universal cursor code adds a
3376 * framebuffer while holding mutex locks.
3377 *
3378 * Note that a real deadlock between fpriv->fbs_lock and the modeset
3379 * locks is impossible here since no one else but this function can get
3380 * at it any more.
3381 */
Dave Airlief453ba02008-11-07 14:05:41 -08003382 list_for_each_entry_safe(fb, tfb, &priv->fbs, filp_head) {
Daniel Vetter2b677e82012-12-10 21:16:05 +01003383
3384 mutex_lock(&dev->mode_config.fb_lock);
3385 /* Mark fb as reaped, we still have a ref from fpriv->fbs. */
3386 __drm_framebuffer_unregister(dev, fb);
3387 mutex_unlock(&dev->mode_config.fb_lock);
3388
Daniel Vetter4b096ac2012-12-10 21:19:18 +01003389 list_del_init(&fb->filp_head);
Daniel Vetter2b677e82012-12-10 21:16:05 +01003390
3391 /* This will also drop the fpriv->fbs reference. */
Rob Clarkf7eff602012-09-05 21:48:38 +00003392 drm_framebuffer_remove(fb);
Dave Airlief453ba02008-11-07 14:05:41 -08003393 }
Dave Airlief453ba02008-11-07 14:05:41 -08003394}
3395
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003396/**
3397 * drm_property_create - create a new property type
3398 * @dev: drm device
3399 * @flags: flags specifying the property type
3400 * @name: name of the property
3401 * @num_values: number of pre-defined values
3402 *
3403 * This creates a new generic drm property which can then be attached to a drm
3404 * object with drm_object_attach_property. The returned property object must be
3405 * freed with drm_property_destroy.
3406 *
Damien Lespiau3b5b9932014-10-31 14:39:11 +00003407 * Note that the DRM core keeps a per-device list of properties and that, if
3408 * drm_mode_config_cleanup() is called, it will destroy all properties created
3409 * by the driver.
3410 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003411 * Returns:
3412 * A pointer to the newly created property on success, NULL on failure.
3413 */
Dave Airlief453ba02008-11-07 14:05:41 -08003414struct drm_property *drm_property_create(struct drm_device *dev, int flags,
3415 const char *name, int num_values)
3416{
3417 struct drm_property *property = NULL;
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02003418 int ret;
Dave Airlief453ba02008-11-07 14:05:41 -08003419
3420 property = kzalloc(sizeof(struct drm_property), GFP_KERNEL);
3421 if (!property)
3422 return NULL;
3423
Rob Clark98f75de2014-05-30 11:37:03 -04003424 property->dev = dev;
3425
Dave Airlief453ba02008-11-07 14:05:41 -08003426 if (num_values) {
3427 property->values = kzalloc(sizeof(uint64_t)*num_values, GFP_KERNEL);
3428 if (!property->values)
3429 goto fail;
3430 }
3431
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02003432 ret = drm_mode_object_get(dev, &property->base, DRM_MODE_OBJECT_PROPERTY);
3433 if (ret)
3434 goto fail;
3435
Dave Airlief453ba02008-11-07 14:05:41 -08003436 property->flags = flags;
3437 property->num_values = num_values;
3438 INIT_LIST_HEAD(&property->enum_blob_list);
3439
Vinson Lee471dd2e2011-11-10 11:55:40 -08003440 if (name) {
Dave Airlief453ba02008-11-07 14:05:41 -08003441 strncpy(property->name, name, DRM_PROP_NAME_LEN);
Vinson Lee471dd2e2011-11-10 11:55:40 -08003442 property->name[DRM_PROP_NAME_LEN-1] = '\0';
3443 }
Dave Airlief453ba02008-11-07 14:05:41 -08003444
3445 list_add_tail(&property->head, &dev->mode_config.property_list);
Rob Clark5ea22f22014-05-30 11:34:01 -04003446
3447 WARN_ON(!drm_property_type_valid(property));
3448
Dave Airlief453ba02008-11-07 14:05:41 -08003449 return property;
3450fail:
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02003451 kfree(property->values);
Dave Airlief453ba02008-11-07 14:05:41 -08003452 kfree(property);
3453 return NULL;
3454}
3455EXPORT_SYMBOL(drm_property_create);
3456
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003457/**
Thierry Reding2aa9d2b2014-06-26 21:37:20 +02003458 * drm_property_create_enum - create a new enumeration property type
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003459 * @dev: drm device
3460 * @flags: flags specifying the property type
3461 * @name: name of the property
3462 * @props: enumeration lists with property values
3463 * @num_values: number of pre-defined values
3464 *
3465 * This creates a new generic drm property which can then be attached to a drm
3466 * object with drm_object_attach_property. The returned property object must be
3467 * freed with drm_property_destroy.
3468 *
3469 * Userspace is only allowed to set one of the predefined values for enumeration
3470 * properties.
3471 *
3472 * Returns:
3473 * A pointer to the newly created property on success, NULL on failure.
3474 */
Sascha Hauer4a67d392012-02-06 10:58:17 +01003475struct drm_property *drm_property_create_enum(struct drm_device *dev, int flags,
3476 const char *name,
3477 const struct drm_prop_enum_list *props,
3478 int num_values)
3479{
3480 struct drm_property *property;
3481 int i, ret;
3482
3483 flags |= DRM_MODE_PROP_ENUM;
3484
3485 property = drm_property_create(dev, flags, name, num_values);
3486 if (!property)
3487 return NULL;
3488
3489 for (i = 0; i < num_values; i++) {
3490 ret = drm_property_add_enum(property, i,
3491 props[i].type,
3492 props[i].name);
3493 if (ret) {
3494 drm_property_destroy(dev, property);
3495 return NULL;
3496 }
3497 }
3498
3499 return property;
3500}
3501EXPORT_SYMBOL(drm_property_create_enum);
3502
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003503/**
Thierry Reding2aa9d2b2014-06-26 21:37:20 +02003504 * drm_property_create_bitmask - create a new bitmask property type
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003505 * @dev: drm device
3506 * @flags: flags specifying the property type
3507 * @name: name of the property
3508 * @props: enumeration lists with property bitflags
Daniel Vetter295ee852014-07-30 14:23:44 +02003509 * @num_props: size of the @props array
3510 * @supported_bits: bitmask of all supported enumeration values
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003511 *
Daniel Vetter295ee852014-07-30 14:23:44 +02003512 * This creates a new bitmask drm property which can then be attached to a drm
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003513 * object with drm_object_attach_property. The returned property object must be
3514 * freed with drm_property_destroy.
3515 *
3516 * Compared to plain enumeration properties userspace is allowed to set any
3517 * or'ed together combination of the predefined property bitflag values
3518 *
3519 * Returns:
3520 * A pointer to the newly created property on success, NULL on failure.
3521 */
Rob Clark49e27542012-05-17 02:23:26 -06003522struct drm_property *drm_property_create_bitmask(struct drm_device *dev,
3523 int flags, const char *name,
3524 const struct drm_prop_enum_list *props,
Ville Syrjälä7689ffb2014-07-08 10:31:52 +05303525 int num_props,
3526 uint64_t supported_bits)
Rob Clark49e27542012-05-17 02:23:26 -06003527{
3528 struct drm_property *property;
Ville Syrjälä7689ffb2014-07-08 10:31:52 +05303529 int i, ret, index = 0;
3530 int num_values = hweight64(supported_bits);
Rob Clark49e27542012-05-17 02:23:26 -06003531
3532 flags |= DRM_MODE_PROP_BITMASK;
3533
3534 property = drm_property_create(dev, flags, name, num_values);
3535 if (!property)
3536 return NULL;
Ville Syrjälä7689ffb2014-07-08 10:31:52 +05303537 for (i = 0; i < num_props; i++) {
3538 if (!(supported_bits & (1ULL << props[i].type)))
3539 continue;
Rob Clark49e27542012-05-17 02:23:26 -06003540
Ville Syrjälä7689ffb2014-07-08 10:31:52 +05303541 if (WARN_ON(index >= num_values)) {
3542 drm_property_destroy(dev, property);
3543 return NULL;
3544 }
3545
3546 ret = drm_property_add_enum(property, index++,
Rob Clark49e27542012-05-17 02:23:26 -06003547 props[i].type,
3548 props[i].name);
3549 if (ret) {
3550 drm_property_destroy(dev, property);
3551 return NULL;
3552 }
3553 }
3554
3555 return property;
3556}
3557EXPORT_SYMBOL(drm_property_create_bitmask);
3558
Rob Clarkebc44cf2012-09-12 22:22:31 -05003559static struct drm_property *property_create_range(struct drm_device *dev,
3560 int flags, const char *name,
3561 uint64_t min, uint64_t max)
3562{
3563 struct drm_property *property;
3564
3565 property = drm_property_create(dev, flags, name, 2);
3566 if (!property)
3567 return NULL;
3568
3569 property->values[0] = min;
3570 property->values[1] = max;
3571
3572 return property;
3573}
3574
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003575/**
Thierry Reding2aa9d2b2014-06-26 21:37:20 +02003576 * drm_property_create_range - create a new ranged property type
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003577 * @dev: drm device
3578 * @flags: flags specifying the property type
3579 * @name: name of the property
3580 * @min: minimum value of the property
3581 * @max: maximum value of the property
3582 *
3583 * This creates a new generic drm property which can then be attached to a drm
3584 * object with drm_object_attach_property. The returned property object must be
3585 * freed with drm_property_destroy.
3586 *
Masanari Iida32197aa2014-10-20 23:53:13 +09003587 * Userspace is allowed to set any integer value in the (min, max) range
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003588 * inclusive.
3589 *
3590 * Returns:
3591 * A pointer to the newly created property on success, NULL on failure.
3592 */
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01003593struct drm_property *drm_property_create_range(struct drm_device *dev, int flags,
3594 const char *name,
3595 uint64_t min, uint64_t max)
3596{
Rob Clarkebc44cf2012-09-12 22:22:31 -05003597 return property_create_range(dev, DRM_MODE_PROP_RANGE | flags,
3598 name, min, max);
Sascha Hauerd9bc3c02012-02-06 10:58:18 +01003599}
3600EXPORT_SYMBOL(drm_property_create_range);
3601
Rob Clarkebc44cf2012-09-12 22:22:31 -05003602struct drm_property *drm_property_create_signed_range(struct drm_device *dev,
3603 int flags, const char *name,
3604 int64_t min, int64_t max)
3605{
3606 return property_create_range(dev, DRM_MODE_PROP_SIGNED_RANGE | flags,
3607 name, I642U64(min), I642U64(max));
3608}
3609EXPORT_SYMBOL(drm_property_create_signed_range);
3610
Rob Clark98f75de2014-05-30 11:37:03 -04003611struct drm_property *drm_property_create_object(struct drm_device *dev,
3612 int flags, const char *name, uint32_t type)
3613{
3614 struct drm_property *property;
3615
3616 flags |= DRM_MODE_PROP_OBJECT;
3617
3618 property = drm_property_create(dev, flags, name, 1);
3619 if (!property)
3620 return NULL;
3621
3622 property->values[0] = type;
3623
3624 return property;
3625}
3626EXPORT_SYMBOL(drm_property_create_object);
3627
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003628/**
3629 * drm_property_add_enum - add a possible value to an enumeration property
3630 * @property: enumeration property to change
3631 * @index: index of the new enumeration
3632 * @value: value of the new enumeration
3633 * @name: symbolic name of the new enumeration
3634 *
3635 * This functions adds enumerations to a property.
3636 *
3637 * It's use is deprecated, drivers should use one of the more specific helpers
3638 * to directly create the property with all enumerations already attached.
3639 *
3640 * Returns:
3641 * Zero on success, error code on failure.
3642 */
Dave Airlief453ba02008-11-07 14:05:41 -08003643int drm_property_add_enum(struct drm_property *property, int index,
3644 uint64_t value, const char *name)
3645{
3646 struct drm_property_enum *prop_enum;
3647
Rob Clark5ea22f22014-05-30 11:34:01 -04003648 if (!(drm_property_type_is(property, DRM_MODE_PROP_ENUM) ||
3649 drm_property_type_is(property, DRM_MODE_PROP_BITMASK)))
Rob Clark49e27542012-05-17 02:23:26 -06003650 return -EINVAL;
3651
3652 /*
3653 * Bitmask enum properties have the additional constraint of values
3654 * from 0 to 63
3655 */
Rob Clark5ea22f22014-05-30 11:34:01 -04003656 if (drm_property_type_is(property, DRM_MODE_PROP_BITMASK) &&
3657 (value > 63))
Dave Airlief453ba02008-11-07 14:05:41 -08003658 return -EINVAL;
3659
3660 if (!list_empty(&property->enum_blob_list)) {
3661 list_for_each_entry(prop_enum, &property->enum_blob_list, head) {
3662 if (prop_enum->value == value) {
3663 strncpy(prop_enum->name, name, DRM_PROP_NAME_LEN);
3664 prop_enum->name[DRM_PROP_NAME_LEN-1] = '\0';
3665 return 0;
3666 }
3667 }
3668 }
3669
3670 prop_enum = kzalloc(sizeof(struct drm_property_enum), GFP_KERNEL);
3671 if (!prop_enum)
3672 return -ENOMEM;
3673
3674 strncpy(prop_enum->name, name, DRM_PROP_NAME_LEN);
3675 prop_enum->name[DRM_PROP_NAME_LEN-1] = '\0';
3676 prop_enum->value = value;
3677
3678 property->values[index] = value;
3679 list_add_tail(&prop_enum->head, &property->enum_blob_list);
3680 return 0;
3681}
3682EXPORT_SYMBOL(drm_property_add_enum);
3683
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003684/**
3685 * drm_property_destroy - destroy a drm property
3686 * @dev: drm device
3687 * @property: property to destry
3688 *
3689 * This function frees a property including any attached resources like
3690 * enumeration values.
3691 */
Dave Airlief453ba02008-11-07 14:05:41 -08003692void drm_property_destroy(struct drm_device *dev, struct drm_property *property)
3693{
3694 struct drm_property_enum *prop_enum, *pt;
3695
3696 list_for_each_entry_safe(prop_enum, pt, &property->enum_blob_list, head) {
3697 list_del(&prop_enum->head);
3698 kfree(prop_enum);
3699 }
3700
3701 if (property->num_values)
3702 kfree(property->values);
3703 drm_mode_object_put(dev, &property->base);
3704 list_del(&property->head);
3705 kfree(property);
3706}
3707EXPORT_SYMBOL(drm_property_destroy);
3708
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003709/**
3710 * drm_object_attach_property - attach a property to a modeset object
3711 * @obj: drm modeset object
3712 * @property: property to attach
3713 * @init_val: initial value of the property
3714 *
3715 * This attaches the given property to the modeset object with the given initial
3716 * value. Currently this function cannot fail since the properties are stored in
3717 * a statically sized array.
3718 */
Paulo Zanonic5431882012-05-15 18:09:02 -03003719void drm_object_attach_property(struct drm_mode_object *obj,
3720 struct drm_property *property,
3721 uint64_t init_val)
3722{
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03003723 int count = obj->properties->count;
Paulo Zanonic5431882012-05-15 18:09:02 -03003724
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03003725 if (count == DRM_OBJECT_MAX_PROPERTY) {
3726 WARN(1, "Failed to attach object property (type: 0x%x). Please "
3727 "increase DRM_OBJECT_MAX_PROPERTY by 1 for each time "
3728 "you see this message on the same object type.\n",
3729 obj->type);
3730 return;
Paulo Zanonic5431882012-05-15 18:09:02 -03003731 }
3732
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03003733 obj->properties->ids[count] = property->base.id;
3734 obj->properties->values[count] = init_val;
3735 obj->properties->count++;
Paulo Zanonic5431882012-05-15 18:09:02 -03003736}
3737EXPORT_SYMBOL(drm_object_attach_property);
3738
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003739/**
3740 * drm_object_property_set_value - set the value of a property
3741 * @obj: drm mode object to set property value for
3742 * @property: property to set
3743 * @val: value the property should be set to
3744 *
3745 * This functions sets a given property on a given object. This function only
3746 * changes the software state of the property, it does not call into the
3747 * driver's ->set_property callback.
3748 *
3749 * Returns:
3750 * Zero on success, error code on failure.
3751 */
Paulo Zanonic5431882012-05-15 18:09:02 -03003752int drm_object_property_set_value(struct drm_mode_object *obj,
3753 struct drm_property *property, uint64_t val)
3754{
3755 int i;
3756
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03003757 for (i = 0; i < obj->properties->count; i++) {
Paulo Zanonic5431882012-05-15 18:09:02 -03003758 if (obj->properties->ids[i] == property->base.id) {
3759 obj->properties->values[i] = val;
3760 return 0;
3761 }
3762 }
3763
3764 return -EINVAL;
3765}
3766EXPORT_SYMBOL(drm_object_property_set_value);
3767
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003768/**
3769 * drm_object_property_get_value - retrieve the value of a property
3770 * @obj: drm mode object to get property value from
3771 * @property: property to retrieve
3772 * @val: storage for the property value
3773 *
3774 * This function retrieves the softare state of the given property for the given
3775 * property. Since there is no driver callback to retrieve the current property
3776 * value this might be out of sync with the hardware, depending upon the driver
3777 * and property.
3778 *
3779 * Returns:
3780 * Zero on success, error code on failure.
3781 */
Paulo Zanonic5431882012-05-15 18:09:02 -03003782int drm_object_property_get_value(struct drm_mode_object *obj,
3783 struct drm_property *property, uint64_t *val)
3784{
3785 int i;
3786
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03003787 for (i = 0; i < obj->properties->count; i++) {
Paulo Zanonic5431882012-05-15 18:09:02 -03003788 if (obj->properties->ids[i] == property->base.id) {
3789 *val = obj->properties->values[i];
3790 return 0;
3791 }
3792 }
3793
3794 return -EINVAL;
3795}
3796EXPORT_SYMBOL(drm_object_property_get_value);
3797
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003798/**
3799 * drm_mode_getproperty_ioctl - get the current value of a connector's property
3800 * @dev: DRM device
3801 * @data: ioctl data
3802 * @file_priv: DRM file info
3803 *
3804 * This function retrieves the current value for an connectors's property.
3805 *
3806 * Called by the user via ioctl.
3807 *
3808 * Returns:
3809 * Zero on success, errno on failure.
3810 */
Dave Airlief453ba02008-11-07 14:05:41 -08003811int drm_mode_getproperty_ioctl(struct drm_device *dev,
3812 void *data, struct drm_file *file_priv)
3813{
Dave Airlief453ba02008-11-07 14:05:41 -08003814 struct drm_mode_get_property *out_resp = data;
3815 struct drm_property *property;
3816 int enum_count = 0;
3817 int blob_count = 0;
3818 int value_count = 0;
3819 int ret = 0, i;
3820 int copied;
3821 struct drm_property_enum *prop_enum;
3822 struct drm_mode_property_enum __user *enum_ptr;
3823 struct drm_property_blob *prop_blob;
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02003824 uint32_t __user *blob_id_ptr;
Dave Airlief453ba02008-11-07 14:05:41 -08003825 uint64_t __user *values_ptr;
3826 uint32_t __user *blob_length_ptr;
3827
Dave Airliefb3b06c2011-02-08 13:55:21 +10003828 if (!drm_core_check_feature(dev, DRIVER_MODESET))
3829 return -EINVAL;
3830
Daniel Vetter84849902012-12-02 00:28:11 +01003831 drm_modeset_lock_all(dev);
Rob Clarka2b34e22013-10-05 16:36:52 -04003832 property = drm_property_find(dev, out_resp->prop_id);
3833 if (!property) {
Ville Syrjäläf27657f2013-10-17 13:35:00 +03003834 ret = -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08003835 goto done;
3836 }
Dave Airlief453ba02008-11-07 14:05:41 -08003837
Rob Clark5ea22f22014-05-30 11:34:01 -04003838 if (drm_property_type_is(property, DRM_MODE_PROP_ENUM) ||
3839 drm_property_type_is(property, DRM_MODE_PROP_BITMASK)) {
Dave Airlief453ba02008-11-07 14:05:41 -08003840 list_for_each_entry(prop_enum, &property->enum_blob_list, head)
3841 enum_count++;
Rob Clark5ea22f22014-05-30 11:34:01 -04003842 } else if (drm_property_type_is(property, DRM_MODE_PROP_BLOB)) {
Dave Airlief453ba02008-11-07 14:05:41 -08003843 list_for_each_entry(prop_blob, &property->enum_blob_list, head)
3844 blob_count++;
3845 }
3846
3847 value_count = property->num_values;
3848
3849 strncpy(out_resp->name, property->name, DRM_PROP_NAME_LEN);
3850 out_resp->name[DRM_PROP_NAME_LEN-1] = 0;
3851 out_resp->flags = property->flags;
3852
3853 if ((out_resp->count_values >= value_count) && value_count) {
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02003854 values_ptr = (uint64_t __user *)(unsigned long)out_resp->values_ptr;
Dave Airlief453ba02008-11-07 14:05:41 -08003855 for (i = 0; i < value_count; i++) {
3856 if (copy_to_user(values_ptr + i, &property->values[i], sizeof(uint64_t))) {
3857 ret = -EFAULT;
3858 goto done;
3859 }
3860 }
3861 }
3862 out_resp->count_values = value_count;
3863
Rob Clark5ea22f22014-05-30 11:34:01 -04003864 if (drm_property_type_is(property, DRM_MODE_PROP_ENUM) ||
3865 drm_property_type_is(property, DRM_MODE_PROP_BITMASK)) {
Dave Airlief453ba02008-11-07 14:05:41 -08003866 if ((out_resp->count_enum_blobs >= enum_count) && enum_count) {
3867 copied = 0;
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02003868 enum_ptr = (struct drm_mode_property_enum __user *)(unsigned long)out_resp->enum_blob_ptr;
Dave Airlief453ba02008-11-07 14:05:41 -08003869 list_for_each_entry(prop_enum, &property->enum_blob_list, head) {
3870
3871 if (copy_to_user(&enum_ptr[copied].value, &prop_enum->value, sizeof(uint64_t))) {
3872 ret = -EFAULT;
3873 goto done;
3874 }
3875
3876 if (copy_to_user(&enum_ptr[copied].name,
3877 &prop_enum->name, DRM_PROP_NAME_LEN)) {
3878 ret = -EFAULT;
3879 goto done;
3880 }
3881 copied++;
3882 }
3883 }
3884 out_resp->count_enum_blobs = enum_count;
3885 }
3886
Rob Clark5ea22f22014-05-30 11:34:01 -04003887 if (drm_property_type_is(property, DRM_MODE_PROP_BLOB)) {
Dave Airlief453ba02008-11-07 14:05:41 -08003888 if ((out_resp->count_enum_blobs >= blob_count) && blob_count) {
3889 copied = 0;
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02003890 blob_id_ptr = (uint32_t __user *)(unsigned long)out_resp->enum_blob_ptr;
3891 blob_length_ptr = (uint32_t __user *)(unsigned long)out_resp->values_ptr;
Dave Airlief453ba02008-11-07 14:05:41 -08003892
3893 list_for_each_entry(prop_blob, &property->enum_blob_list, head) {
3894 if (put_user(prop_blob->base.id, blob_id_ptr + copied)) {
3895 ret = -EFAULT;
3896 goto done;
3897 }
3898
3899 if (put_user(prop_blob->length, blob_length_ptr + copied)) {
3900 ret = -EFAULT;
3901 goto done;
3902 }
3903
3904 copied++;
3905 }
3906 }
3907 out_resp->count_enum_blobs = blob_count;
3908 }
3909done:
Daniel Vetter84849902012-12-02 00:28:11 +01003910 drm_modeset_unlock_all(dev);
Dave Airlief453ba02008-11-07 14:05:41 -08003911 return ret;
3912}
3913
3914static struct drm_property_blob *drm_property_create_blob(struct drm_device *dev, int length,
3915 void *data)
3916{
3917 struct drm_property_blob *blob;
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02003918 int ret;
Dave Airlief453ba02008-11-07 14:05:41 -08003919
3920 if (!length || !data)
3921 return NULL;
3922
3923 blob = kzalloc(sizeof(struct drm_property_blob)+length, GFP_KERNEL);
3924 if (!blob)
3925 return NULL;
3926
Ville Syrjälä6bfc56a2012-03-13 12:35:48 +02003927 ret = drm_mode_object_get(dev, &blob->base, DRM_MODE_OBJECT_BLOB);
3928 if (ret) {
3929 kfree(blob);
3930 return NULL;
3931 }
3932
Dave Airlief453ba02008-11-07 14:05:41 -08003933 blob->length = length;
3934
3935 memcpy(blob->data, data, length);
3936
Dave Airlief453ba02008-11-07 14:05:41 -08003937 list_add_tail(&blob->head, &dev->mode_config.property_blob_list);
3938 return blob;
3939}
3940
3941static void drm_property_destroy_blob(struct drm_device *dev,
3942 struct drm_property_blob *blob)
3943{
3944 drm_mode_object_put(dev, &blob->base);
3945 list_del(&blob->head);
3946 kfree(blob);
3947}
3948
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01003949/**
3950 * drm_mode_getblob_ioctl - get the contents of a blob property value
3951 * @dev: DRM device
3952 * @data: ioctl data
3953 * @file_priv: DRM file info
3954 *
3955 * This function retrieves the contents of a blob property. The value stored in
3956 * an object's blob property is just a normal modeset object id.
3957 *
3958 * Called by the user via ioctl.
3959 *
3960 * Returns:
3961 * Zero on success, errno on failure.
3962 */
Dave Airlief453ba02008-11-07 14:05:41 -08003963int drm_mode_getblob_ioctl(struct drm_device *dev,
3964 void *data, struct drm_file *file_priv)
3965{
Dave Airlief453ba02008-11-07 14:05:41 -08003966 struct drm_mode_get_blob *out_resp = data;
3967 struct drm_property_blob *blob;
3968 int ret = 0;
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02003969 void __user *blob_ptr;
Dave Airlief453ba02008-11-07 14:05:41 -08003970
Dave Airliefb3b06c2011-02-08 13:55:21 +10003971 if (!drm_core_check_feature(dev, DRIVER_MODESET))
3972 return -EINVAL;
3973
Daniel Vetter84849902012-12-02 00:28:11 +01003974 drm_modeset_lock_all(dev);
Rob Clarka2b34e22013-10-05 16:36:52 -04003975 blob = drm_property_blob_find(dev, out_resp->blob_id);
3976 if (!blob) {
Ville Syrjäläf27657f2013-10-17 13:35:00 +03003977 ret = -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08003978 goto done;
3979 }
Dave Airlief453ba02008-11-07 14:05:41 -08003980
3981 if (out_resp->length == blob->length) {
Ville Syrjälä81f6c7f2011-12-20 00:06:42 +02003982 blob_ptr = (void __user *)(unsigned long)out_resp->data;
Dave Airlief453ba02008-11-07 14:05:41 -08003983 if (copy_to_user(blob_ptr, blob->data, blob->length)){
3984 ret = -EFAULT;
3985 goto done;
3986 }
3987 }
3988 out_resp->length = blob->length;
3989
3990done:
Daniel Vetter84849902012-12-02 00:28:11 +01003991 drm_modeset_unlock_all(dev);
Dave Airlief453ba02008-11-07 14:05:41 -08003992 return ret;
3993}
3994
Dave Airliecc7096f2014-10-22 12:03:04 +10003995/**
3996 * drm_mode_connector_set_path_property - set tile property on connector
3997 * @connector: connector to set property on.
3998 * @path: path to use for property.
3999 *
4000 * This creates a property to expose to userspace to specify a
4001 * connector path. This is mainly used for DisplayPort MST where
4002 * connectors have a topology and we want to allow userspace to give
4003 * them more meaningful names.
4004 *
4005 * Returns:
4006 * Zero on success, errno on failure.
4007 */
Dave Airlie43aba7e2014-06-05 14:01:31 +10004008int drm_mode_connector_set_path_property(struct drm_connector *connector,
4009 char *path)
4010{
4011 struct drm_device *dev = connector->dev;
4012 int ret, size;
4013 size = strlen(path) + 1;
4014
4015 connector->path_blob_ptr = drm_property_create_blob(connector->dev,
4016 size, path);
4017 if (!connector->path_blob_ptr)
4018 return -EINVAL;
4019
4020 ret = drm_object_property_set_value(&connector->base,
4021 dev->mode_config.path_property,
4022 connector->path_blob_ptr->base.id);
4023 return ret;
4024}
4025EXPORT_SYMBOL(drm_mode_connector_set_path_property);
4026
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004027/**
4028 * drm_mode_connector_update_edid_property - update the edid property of a connector
4029 * @connector: drm connector
4030 * @edid: new value of the edid property
4031 *
4032 * This function creates a new blob modeset object and assigns its id to the
4033 * connector's edid property.
4034 *
4035 * Returns:
4036 * Zero on success, errno on failure.
4037 */
Dave Airlief453ba02008-11-07 14:05:41 -08004038int drm_mode_connector_update_edid_property(struct drm_connector *connector,
4039 struct edid *edid)
4040{
4041 struct drm_device *dev = connector->dev;
Laurent Pinchart4a1b0712012-05-17 13:27:21 +02004042 int ret, size;
Dave Airlief453ba02008-11-07 14:05:41 -08004043
Thomas Wood4cf2b282014-06-18 17:52:33 +01004044 /* ignore requests to set edid when overridden */
4045 if (connector->override_edid)
4046 return 0;
4047
Dave Airlief453ba02008-11-07 14:05:41 -08004048 if (connector->edid_blob_ptr)
4049 drm_property_destroy_blob(dev, connector->edid_blob_ptr);
4050
4051 /* Delete edid, when there is none. */
4052 if (!edid) {
4053 connector->edid_blob_ptr = NULL;
Rob Clark58495562012-10-11 20:50:56 -05004054 ret = drm_object_property_set_value(&connector->base, dev->mode_config.edid_property, 0);
Dave Airlief453ba02008-11-07 14:05:41 -08004055 return ret;
4056 }
4057
Adam Jackson7466f4c2010-03-29 21:43:23 +00004058 size = EDID_LENGTH * (1 + edid->extensions);
4059 connector->edid_blob_ptr = drm_property_create_blob(connector->dev,
4060 size, edid);
Sachin Kamate655d122012-11-19 09:44:57 +00004061 if (!connector->edid_blob_ptr)
4062 return -EINVAL;
Dave Airlief453ba02008-11-07 14:05:41 -08004063
Rob Clark58495562012-10-11 20:50:56 -05004064 ret = drm_object_property_set_value(&connector->base,
Dave Airlief453ba02008-11-07 14:05:41 -08004065 dev->mode_config.edid_property,
4066 connector->edid_blob_ptr->base.id);
4067
4068 return ret;
4069}
4070EXPORT_SYMBOL(drm_mode_connector_update_edid_property);
4071
Paulo Zanoni26a34812012-05-15 18:08:59 -03004072static bool drm_property_change_is_valid(struct drm_property *property,
Ville Syrjälä592c20e2012-05-24 20:53:58 +03004073 uint64_t value)
Paulo Zanoni26a34812012-05-15 18:08:59 -03004074{
4075 if (property->flags & DRM_MODE_PROP_IMMUTABLE)
4076 return false;
Rob Clark5ea22f22014-05-30 11:34:01 -04004077
4078 if (drm_property_type_is(property, DRM_MODE_PROP_RANGE)) {
Paulo Zanoni26a34812012-05-15 18:08:59 -03004079 if (value < property->values[0] || value > property->values[1])
4080 return false;
4081 return true;
Rob Clarkebc44cf2012-09-12 22:22:31 -05004082 } else if (drm_property_type_is(property, DRM_MODE_PROP_SIGNED_RANGE)) {
4083 int64_t svalue = U642I64(value);
4084 if (svalue < U642I64(property->values[0]) ||
4085 svalue > U642I64(property->values[1]))
4086 return false;
4087 return true;
Rob Clark5ea22f22014-05-30 11:34:01 -04004088 } else if (drm_property_type_is(property, DRM_MODE_PROP_BITMASK)) {
Rob Clark49e27542012-05-17 02:23:26 -06004089 int i;
Ville Syrjälä592c20e2012-05-24 20:53:58 +03004090 uint64_t valid_mask = 0;
Rob Clark49e27542012-05-17 02:23:26 -06004091 for (i = 0; i < property->num_values; i++)
4092 valid_mask |= (1ULL << property->values[i]);
4093 return !(value & ~valid_mask);
Rob Clark5ea22f22014-05-30 11:34:01 -04004094 } else if (drm_property_type_is(property, DRM_MODE_PROP_BLOB)) {
Ville Syrjäläc4a56752012-10-25 18:05:06 +00004095 /* Only the driver knows */
4096 return true;
Rob Clark98f75de2014-05-30 11:37:03 -04004097 } else if (drm_property_type_is(property, DRM_MODE_PROP_OBJECT)) {
4098 struct drm_mode_object *obj;
4099 /* a zero value for an object property translates to null: */
4100 if (value == 0)
4101 return true;
4102 /*
4103 * NOTE: use _object_find() directly to bypass restriction on
4104 * looking up refcnt'd objects (ie. fb's). For a refcnt'd
4105 * object this could race against object finalization, so it
4106 * simply tells us that the object *was* valid. Which is good
4107 * enough.
4108 */
4109 obj = _object_find(property->dev, value, property->values[0]);
4110 return obj != NULL;
Paulo Zanoni26a34812012-05-15 18:08:59 -03004111 } else {
4112 int i;
4113 for (i = 0; i < property->num_values; i++)
4114 if (property->values[i] == value)
4115 return true;
4116 return false;
4117 }
4118}
4119
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004120/**
4121 * drm_mode_connector_property_set_ioctl - set the current value of a connector property
4122 * @dev: DRM device
4123 * @data: ioctl data
4124 * @file_priv: DRM file info
4125 *
4126 * This function sets the current value for a connectors's property. It also
4127 * calls into a driver's ->set_property callback to update the hardware state
4128 *
4129 * Called by the user via ioctl.
4130 *
4131 * Returns:
4132 * Zero on success, errno on failure.
4133 */
Dave Airlief453ba02008-11-07 14:05:41 -08004134int drm_mode_connector_property_set_ioctl(struct drm_device *dev,
4135 void *data, struct drm_file *file_priv)
4136{
Paulo Zanoni0057d8d2012-05-15 18:09:03 -03004137 struct drm_mode_connector_set_property *conn_set_prop = data;
4138 struct drm_mode_obj_set_property obj_set_prop = {
4139 .value = conn_set_prop->value,
4140 .prop_id = conn_set_prop->prop_id,
4141 .obj_id = conn_set_prop->connector_id,
4142 .obj_type = DRM_MODE_OBJECT_CONNECTOR
4143 };
Dave Airlief453ba02008-11-07 14:05:41 -08004144
Paulo Zanoni0057d8d2012-05-15 18:09:03 -03004145 /* It does all the locking and checking we need */
4146 return drm_mode_obj_set_property_ioctl(dev, &obj_set_prop, file_priv);
Dave Airlief453ba02008-11-07 14:05:41 -08004147}
4148
Paulo Zanonic5431882012-05-15 18:09:02 -03004149static int drm_mode_connector_set_obj_prop(struct drm_mode_object *obj,
4150 struct drm_property *property,
4151 uint64_t value)
4152{
4153 int ret = -EINVAL;
4154 struct drm_connector *connector = obj_to_connector(obj);
4155
4156 /* Do DPMS ourselves */
4157 if (property == connector->dev->mode_config.dpms_property) {
4158 if (connector->funcs->dpms)
4159 (*connector->funcs->dpms)(connector, (int)value);
4160 ret = 0;
4161 } else if (connector->funcs->set_property)
4162 ret = connector->funcs->set_property(connector, property, value);
4163
4164 /* store the property value if successful */
4165 if (!ret)
Rob Clark58495562012-10-11 20:50:56 -05004166 drm_object_property_set_value(&connector->base, property, value);
Paulo Zanonic5431882012-05-15 18:09:02 -03004167 return ret;
4168}
4169
Paulo Zanonibffd9de02012-05-15 18:09:05 -03004170static int drm_mode_crtc_set_obj_prop(struct drm_mode_object *obj,
4171 struct drm_property *property,
4172 uint64_t value)
4173{
4174 int ret = -EINVAL;
4175 struct drm_crtc *crtc = obj_to_crtc(obj);
4176
4177 if (crtc->funcs->set_property)
4178 ret = crtc->funcs->set_property(crtc, property, value);
4179 if (!ret)
4180 drm_object_property_set_value(obj, property, value);
4181
4182 return ret;
4183}
4184
Thomas Wood3a5f87c2014-08-20 14:45:00 +01004185/**
4186 * drm_mode_plane_set_obj_prop - set the value of a property
4187 * @plane: drm plane object to set property value for
4188 * @property: property to set
4189 * @value: value the property should be set to
4190 *
4191 * This functions sets a given property on a given plane object. This function
4192 * calls the driver's ->set_property callback and changes the software state of
4193 * the property if the callback succeeds.
4194 *
4195 * Returns:
4196 * Zero on success, error code on failure.
4197 */
4198int drm_mode_plane_set_obj_prop(struct drm_plane *plane,
4199 struct drm_property *property,
4200 uint64_t value)
Rob Clark4d939142012-05-17 02:23:27 -06004201{
4202 int ret = -EINVAL;
Thomas Wood3a5f87c2014-08-20 14:45:00 +01004203 struct drm_mode_object *obj = &plane->base;
Rob Clark4d939142012-05-17 02:23:27 -06004204
4205 if (plane->funcs->set_property)
4206 ret = plane->funcs->set_property(plane, property, value);
4207 if (!ret)
4208 drm_object_property_set_value(obj, property, value);
4209
4210 return ret;
4211}
Thomas Wood3a5f87c2014-08-20 14:45:00 +01004212EXPORT_SYMBOL(drm_mode_plane_set_obj_prop);
Rob Clark4d939142012-05-17 02:23:27 -06004213
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004214/**
4215 * drm_mode_getproperty_ioctl - get the current value of a object's property
4216 * @dev: DRM device
4217 * @data: ioctl data
4218 * @file_priv: DRM file info
4219 *
4220 * This function retrieves the current value for an object's property. Compared
4221 * to the connector specific ioctl this one is extended to also work on crtc and
4222 * plane objects.
4223 *
4224 * Called by the user via ioctl.
4225 *
4226 * Returns:
4227 * Zero on success, errno on failure.
4228 */
Paulo Zanonic5431882012-05-15 18:09:02 -03004229int drm_mode_obj_get_properties_ioctl(struct drm_device *dev, void *data,
4230 struct drm_file *file_priv)
4231{
4232 struct drm_mode_obj_get_properties *arg = data;
4233 struct drm_mode_object *obj;
4234 int ret = 0;
4235 int i;
4236 int copied = 0;
4237 int props_count = 0;
4238 uint32_t __user *props_ptr;
4239 uint64_t __user *prop_values_ptr;
4240
4241 if (!drm_core_check_feature(dev, DRIVER_MODESET))
4242 return -EINVAL;
4243
Daniel Vetter84849902012-12-02 00:28:11 +01004244 drm_modeset_lock_all(dev);
Paulo Zanonic5431882012-05-15 18:09:02 -03004245
4246 obj = drm_mode_object_find(dev, arg->obj_id, arg->obj_type);
4247 if (!obj) {
Ville Syrjäläf27657f2013-10-17 13:35:00 +03004248 ret = -ENOENT;
Paulo Zanonic5431882012-05-15 18:09:02 -03004249 goto out;
4250 }
4251 if (!obj->properties) {
4252 ret = -EINVAL;
4253 goto out;
4254 }
4255
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03004256 props_count = obj->properties->count;
Paulo Zanonic5431882012-05-15 18:09:02 -03004257
4258 /* This ioctl is called twice, once to determine how much space is
4259 * needed, and the 2nd time to fill it. */
4260 if ((arg->count_props >= props_count) && props_count) {
4261 copied = 0;
4262 props_ptr = (uint32_t __user *)(unsigned long)(arg->props_ptr);
4263 prop_values_ptr = (uint64_t __user *)(unsigned long)
4264 (arg->prop_values_ptr);
4265 for (i = 0; i < props_count; i++) {
4266 if (put_user(obj->properties->ids[i],
4267 props_ptr + copied)) {
4268 ret = -EFAULT;
4269 goto out;
4270 }
4271 if (put_user(obj->properties->values[i],
4272 prop_values_ptr + copied)) {
4273 ret = -EFAULT;
4274 goto out;
4275 }
4276 copied++;
4277 }
4278 }
4279 arg->count_props = props_count;
4280out:
Daniel Vetter84849902012-12-02 00:28:11 +01004281 drm_modeset_unlock_all(dev);
Paulo Zanonic5431882012-05-15 18:09:02 -03004282 return ret;
4283}
4284
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004285/**
4286 * drm_mode_obj_set_property_ioctl - set the current value of an object's property
4287 * @dev: DRM device
4288 * @data: ioctl data
4289 * @file_priv: DRM file info
4290 *
4291 * This function sets the current value for an object's property. It also calls
4292 * into a driver's ->set_property callback to update the hardware state.
4293 * Compared to the connector specific ioctl this one is extended to also work on
4294 * crtc and plane objects.
4295 *
4296 * Called by the user via ioctl.
4297 *
4298 * Returns:
4299 * Zero on success, errno on failure.
4300 */
Paulo Zanonic5431882012-05-15 18:09:02 -03004301int drm_mode_obj_set_property_ioctl(struct drm_device *dev, void *data,
4302 struct drm_file *file_priv)
4303{
4304 struct drm_mode_obj_set_property *arg = data;
4305 struct drm_mode_object *arg_obj;
4306 struct drm_mode_object *prop_obj;
4307 struct drm_property *property;
4308 int ret = -EINVAL;
4309 int i;
4310
4311 if (!drm_core_check_feature(dev, DRIVER_MODESET))
4312 return -EINVAL;
4313
Daniel Vetter84849902012-12-02 00:28:11 +01004314 drm_modeset_lock_all(dev);
Paulo Zanonic5431882012-05-15 18:09:02 -03004315
4316 arg_obj = drm_mode_object_find(dev, arg->obj_id, arg->obj_type);
Ville Syrjäläf27657f2013-10-17 13:35:00 +03004317 if (!arg_obj) {
4318 ret = -ENOENT;
Paulo Zanonic5431882012-05-15 18:09:02 -03004319 goto out;
Ville Syrjäläf27657f2013-10-17 13:35:00 +03004320 }
Paulo Zanonic5431882012-05-15 18:09:02 -03004321 if (!arg_obj->properties)
4322 goto out;
4323
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03004324 for (i = 0; i < arg_obj->properties->count; i++)
Paulo Zanonic5431882012-05-15 18:09:02 -03004325 if (arg_obj->properties->ids[i] == arg->prop_id)
4326 break;
4327
Paulo Zanoni7f88a9b2012-05-15 18:09:04 -03004328 if (i == arg_obj->properties->count)
Paulo Zanonic5431882012-05-15 18:09:02 -03004329 goto out;
4330
4331 prop_obj = drm_mode_object_find(dev, arg->prop_id,
4332 DRM_MODE_OBJECT_PROPERTY);
Ville Syrjäläf27657f2013-10-17 13:35:00 +03004333 if (!prop_obj) {
4334 ret = -ENOENT;
Paulo Zanonic5431882012-05-15 18:09:02 -03004335 goto out;
Ville Syrjäläf27657f2013-10-17 13:35:00 +03004336 }
Paulo Zanonic5431882012-05-15 18:09:02 -03004337 property = obj_to_property(prop_obj);
4338
4339 if (!drm_property_change_is_valid(property, arg->value))
4340 goto out;
4341
4342 switch (arg_obj->type) {
4343 case DRM_MODE_OBJECT_CONNECTOR:
4344 ret = drm_mode_connector_set_obj_prop(arg_obj, property,
4345 arg->value);
4346 break;
Paulo Zanonibffd9de02012-05-15 18:09:05 -03004347 case DRM_MODE_OBJECT_CRTC:
4348 ret = drm_mode_crtc_set_obj_prop(arg_obj, property, arg->value);
4349 break;
Rob Clark4d939142012-05-17 02:23:27 -06004350 case DRM_MODE_OBJECT_PLANE:
Thomas Wood3a5f87c2014-08-20 14:45:00 +01004351 ret = drm_mode_plane_set_obj_prop(obj_to_plane(arg_obj),
4352 property, arg->value);
Rob Clark4d939142012-05-17 02:23:27 -06004353 break;
Paulo Zanonic5431882012-05-15 18:09:02 -03004354 }
4355
4356out:
Daniel Vetter84849902012-12-02 00:28:11 +01004357 drm_modeset_unlock_all(dev);
Paulo Zanonic5431882012-05-15 18:09:02 -03004358 return ret;
4359}
4360
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004361/**
4362 * drm_mode_connector_attach_encoder - attach a connector to an encoder
4363 * @connector: connector to attach
4364 * @encoder: encoder to attach @connector to
4365 *
4366 * This function links up a connector to an encoder. Note that the routing
4367 * restrictions between encoders and crtcs are exposed to userspace through the
4368 * possible_clones and possible_crtcs bitmasks.
4369 *
4370 * Returns:
4371 * Zero on success, errno on failure.
4372 */
Dave Airlief453ba02008-11-07 14:05:41 -08004373int drm_mode_connector_attach_encoder(struct drm_connector *connector,
4374 struct drm_encoder *encoder)
4375{
4376 int i;
4377
4378 for (i = 0; i < DRM_CONNECTOR_MAX_ENCODER; i++) {
4379 if (connector->encoder_ids[i] == 0) {
4380 connector->encoder_ids[i] = encoder->base.id;
4381 return 0;
4382 }
4383 }
4384 return -ENOMEM;
4385}
4386EXPORT_SYMBOL(drm_mode_connector_attach_encoder);
4387
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004388/**
4389 * drm_mode_crtc_set_gamma_size - set the gamma table size
4390 * @crtc: CRTC to set the gamma table size for
4391 * @gamma_size: size of the gamma table
4392 *
4393 * Drivers which support gamma tables should set this to the supported gamma
4394 * table size when initializing the CRTC. Currently the drm core only supports a
4395 * fixed gamma table size.
4396 *
4397 * Returns:
4398 * Zero on success, errno on failure.
4399 */
Sascha Hauer4cae5b82012-02-01 11:38:23 +01004400int drm_mode_crtc_set_gamma_size(struct drm_crtc *crtc,
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004401 int gamma_size)
Dave Airlief453ba02008-11-07 14:05:41 -08004402{
4403 crtc->gamma_size = gamma_size;
4404
4405 crtc->gamma_store = kzalloc(gamma_size * sizeof(uint16_t) * 3, GFP_KERNEL);
4406 if (!crtc->gamma_store) {
4407 crtc->gamma_size = 0;
Sascha Hauer4cae5b82012-02-01 11:38:23 +01004408 return -ENOMEM;
Dave Airlief453ba02008-11-07 14:05:41 -08004409 }
4410
Sascha Hauer4cae5b82012-02-01 11:38:23 +01004411 return 0;
Dave Airlief453ba02008-11-07 14:05:41 -08004412}
4413EXPORT_SYMBOL(drm_mode_crtc_set_gamma_size);
4414
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004415/**
4416 * drm_mode_gamma_set_ioctl - set the gamma table
4417 * @dev: DRM device
4418 * @data: ioctl data
4419 * @file_priv: DRM file info
4420 *
4421 * Set the gamma table of a CRTC to the one passed in by the user. Userspace can
4422 * inquire the required gamma table size through drm_mode_gamma_get_ioctl.
4423 *
4424 * Called by the user via ioctl.
4425 *
4426 * Returns:
4427 * Zero on success, errno on failure.
4428 */
Dave Airlief453ba02008-11-07 14:05:41 -08004429int drm_mode_gamma_set_ioctl(struct drm_device *dev,
4430 void *data, struct drm_file *file_priv)
4431{
4432 struct drm_mode_crtc_lut *crtc_lut = data;
Dave Airlief453ba02008-11-07 14:05:41 -08004433 struct drm_crtc *crtc;
4434 void *r_base, *g_base, *b_base;
4435 int size;
4436 int ret = 0;
4437
Dave Airliefb3b06c2011-02-08 13:55:21 +10004438 if (!drm_core_check_feature(dev, DRIVER_MODESET))
4439 return -EINVAL;
4440
Daniel Vetter84849902012-12-02 00:28:11 +01004441 drm_modeset_lock_all(dev);
Rob Clarka2b34e22013-10-05 16:36:52 -04004442 crtc = drm_crtc_find(dev, crtc_lut->crtc_id);
4443 if (!crtc) {
Ville Syrjäläf27657f2013-10-17 13:35:00 +03004444 ret = -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08004445 goto out;
4446 }
Dave Airlief453ba02008-11-07 14:05:41 -08004447
Laurent Pinchartebe0f242012-05-17 13:27:24 +02004448 if (crtc->funcs->gamma_set == NULL) {
4449 ret = -ENOSYS;
4450 goto out;
4451 }
4452
Dave Airlief453ba02008-11-07 14:05:41 -08004453 /* memcpy into gamma store */
4454 if (crtc_lut->gamma_size != crtc->gamma_size) {
4455 ret = -EINVAL;
4456 goto out;
4457 }
4458
4459 size = crtc_lut->gamma_size * (sizeof(uint16_t));
4460 r_base = crtc->gamma_store;
4461 if (copy_from_user(r_base, (void __user *)(unsigned long)crtc_lut->red, size)) {
4462 ret = -EFAULT;
4463 goto out;
4464 }
4465
4466 g_base = r_base + size;
4467 if (copy_from_user(g_base, (void __user *)(unsigned long)crtc_lut->green, size)) {
4468 ret = -EFAULT;
4469 goto out;
4470 }
4471
4472 b_base = g_base + size;
4473 if (copy_from_user(b_base, (void __user *)(unsigned long)crtc_lut->blue, size)) {
4474 ret = -EFAULT;
4475 goto out;
4476 }
4477
James Simmons72034252010-08-03 01:33:19 +01004478 crtc->funcs->gamma_set(crtc, r_base, g_base, b_base, 0, crtc->gamma_size);
Dave Airlief453ba02008-11-07 14:05:41 -08004479
4480out:
Daniel Vetter84849902012-12-02 00:28:11 +01004481 drm_modeset_unlock_all(dev);
Dave Airlief453ba02008-11-07 14:05:41 -08004482 return ret;
4483
4484}
4485
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004486/**
4487 * drm_mode_gamma_get_ioctl - get the gamma table
4488 * @dev: DRM device
4489 * @data: ioctl data
4490 * @file_priv: DRM file info
4491 *
4492 * Copy the current gamma table into the storage provided. This also provides
4493 * the gamma table size the driver expects, which can be used to size the
4494 * allocated storage.
4495 *
4496 * Called by the user via ioctl.
4497 *
4498 * Returns:
4499 * Zero on success, errno on failure.
4500 */
Dave Airlief453ba02008-11-07 14:05:41 -08004501int drm_mode_gamma_get_ioctl(struct drm_device *dev,
4502 void *data, struct drm_file *file_priv)
4503{
4504 struct drm_mode_crtc_lut *crtc_lut = data;
Dave Airlief453ba02008-11-07 14:05:41 -08004505 struct drm_crtc *crtc;
4506 void *r_base, *g_base, *b_base;
4507 int size;
4508 int ret = 0;
4509
Dave Airliefb3b06c2011-02-08 13:55:21 +10004510 if (!drm_core_check_feature(dev, DRIVER_MODESET))
4511 return -EINVAL;
4512
Daniel Vetter84849902012-12-02 00:28:11 +01004513 drm_modeset_lock_all(dev);
Rob Clarka2b34e22013-10-05 16:36:52 -04004514 crtc = drm_crtc_find(dev, crtc_lut->crtc_id);
4515 if (!crtc) {
Ville Syrjäläf27657f2013-10-17 13:35:00 +03004516 ret = -ENOENT;
Dave Airlief453ba02008-11-07 14:05:41 -08004517 goto out;
4518 }
Dave Airlief453ba02008-11-07 14:05:41 -08004519
4520 /* memcpy into gamma store */
4521 if (crtc_lut->gamma_size != crtc->gamma_size) {
4522 ret = -EINVAL;
4523 goto out;
4524 }
4525
4526 size = crtc_lut->gamma_size * (sizeof(uint16_t));
4527 r_base = crtc->gamma_store;
4528 if (copy_to_user((void __user *)(unsigned long)crtc_lut->red, r_base, size)) {
4529 ret = -EFAULT;
4530 goto out;
4531 }
4532
4533 g_base = r_base + size;
4534 if (copy_to_user((void __user *)(unsigned long)crtc_lut->green, g_base, size)) {
4535 ret = -EFAULT;
4536 goto out;
4537 }
4538
4539 b_base = g_base + size;
4540 if (copy_to_user((void __user *)(unsigned long)crtc_lut->blue, b_base, size)) {
4541 ret = -EFAULT;
4542 goto out;
4543 }
4544out:
Daniel Vetter84849902012-12-02 00:28:11 +01004545 drm_modeset_unlock_all(dev);
Dave Airlief453ba02008-11-07 14:05:41 -08004546 return ret;
4547}
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004548
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004549/**
4550 * drm_mode_page_flip_ioctl - schedule an asynchronous fb update
4551 * @dev: DRM device
4552 * @data: ioctl data
4553 * @file_priv: DRM file info
4554 *
4555 * This schedules an asynchronous update on a given CRTC, called page flip.
4556 * Optionally a drm event is generated to signal the completion of the event.
4557 * Generic drivers cannot assume that a pageflip with changed framebuffer
4558 * properties (including driver specific metadata like tiling layout) will work,
4559 * but some drivers support e.g. pixel format changes through the pageflip
4560 * ioctl.
4561 *
4562 * Called by the user via ioctl.
4563 *
4564 * Returns:
4565 * Zero on success, errno on failure.
4566 */
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004567int drm_mode_page_flip_ioctl(struct drm_device *dev,
4568 void *data, struct drm_file *file_priv)
4569{
4570 struct drm_mode_crtc_page_flip *page_flip = data;
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004571 struct drm_crtc *crtc;
Daniel Vetter3d30a592014-07-27 13:42:42 +02004572 struct drm_framebuffer *fb = NULL;
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004573 struct drm_pending_vblank_event *e = NULL;
4574 unsigned long flags;
4575 int ret = -EINVAL;
4576
4577 if (page_flip->flags & ~DRM_MODE_PAGE_FLIP_FLAGS ||
4578 page_flip->reserved != 0)
4579 return -EINVAL;
4580
Keith Packard62f21042013-07-22 18:50:00 -07004581 if ((page_flip->flags & DRM_MODE_PAGE_FLIP_ASYNC) && !dev->mode_config.async_page_flip)
4582 return -EINVAL;
4583
Rob Clarka2b34e22013-10-05 16:36:52 -04004584 crtc = drm_crtc_find(dev, page_flip->crtc_id);
4585 if (!crtc)
Ville Syrjäläf27657f2013-10-17 13:35:00 +03004586 return -ENOENT;
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004587
Daniel Vetter4d02e2d2014-11-11 10:12:00 +01004588 drm_modeset_lock_crtc(crtc, crtc->primary);
Matt Roperf4510a22014-04-01 15:22:40 -07004589 if (crtc->primary->fb == NULL) {
Chris Wilson90c1efd2010-07-17 20:23:26 +01004590 /* The framebuffer is currently unbound, presumably
4591 * due to a hotplug event, that userspace has not
4592 * yet discovered.
4593 */
4594 ret = -EBUSY;
4595 goto out;
4596 }
4597
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004598 if (crtc->funcs->page_flip == NULL)
4599 goto out;
4600
Daniel Vetter786b99e2012-12-02 21:53:40 +01004601 fb = drm_framebuffer_lookup(dev, page_flip->fb_id);
Ville Syrjälä37c4e702013-10-17 13:35:01 +03004602 if (!fb) {
4603 ret = -ENOENT;
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004604 goto out;
Ville Syrjälä37c4e702013-10-17 13:35:01 +03004605 }
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004606
Damien Lespiauc11e9282013-09-25 16:45:30 +01004607 ret = drm_crtc_check_viewport(crtc, crtc->x, crtc->y, &crtc->mode, fb);
4608 if (ret)
Ville Syrjälä5f61bb42012-03-13 12:35:45 +02004609 goto out;
Ville Syrjälä5f61bb42012-03-13 12:35:45 +02004610
Matt Roperf4510a22014-04-01 15:22:40 -07004611 if (crtc->primary->fb->pixel_format != fb->pixel_format) {
Laurent Pinchart909d9cd2013-04-22 01:38:46 +02004612 DRM_DEBUG_KMS("Page flip is not allowed to change frame buffer format.\n");
4613 ret = -EINVAL;
4614 goto out;
4615 }
4616
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004617 if (page_flip->flags & DRM_MODE_PAGE_FLIP_EVENT) {
4618 ret = -ENOMEM;
4619 spin_lock_irqsave(&dev->event_lock, flags);
4620 if (file_priv->event_space < sizeof e->event) {
4621 spin_unlock_irqrestore(&dev->event_lock, flags);
4622 goto out;
4623 }
4624 file_priv->event_space -= sizeof e->event;
4625 spin_unlock_irqrestore(&dev->event_lock, flags);
4626
4627 e = kzalloc(sizeof *e, GFP_KERNEL);
4628 if (e == NULL) {
4629 spin_lock_irqsave(&dev->event_lock, flags);
4630 file_priv->event_space += sizeof e->event;
4631 spin_unlock_irqrestore(&dev->event_lock, flags);
4632 goto out;
4633 }
4634
Jesse Barnes7bd4d7b2009-11-19 10:50:22 -08004635 e->event.base.type = DRM_EVENT_FLIP_COMPLETE;
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004636 e->event.base.length = sizeof e->event;
4637 e->event.user_data = page_flip->user_data;
4638 e->base.event = &e->event.base;
4639 e->base.file_priv = file_priv;
4640 e->base.destroy =
4641 (void (*) (struct drm_pending_event *)) kfree;
4642 }
4643
Daniel Vetter3d30a592014-07-27 13:42:42 +02004644 crtc->primary->old_fb = crtc->primary->fb;
Keith Packarded8d1972013-07-22 18:49:58 -07004645 ret = crtc->funcs->page_flip(crtc, fb, e, page_flip->flags);
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004646 if (ret) {
Joonyoung Shimaef6a7e2012-04-18 13:47:02 +09004647 if (page_flip->flags & DRM_MODE_PAGE_FLIP_EVENT) {
4648 spin_lock_irqsave(&dev->event_lock, flags);
4649 file_priv->event_space += sizeof e->event;
4650 spin_unlock_irqrestore(&dev->event_lock, flags);
4651 kfree(e);
4652 }
Daniel Vetterb0d12322012-12-11 01:07:12 +01004653 /* Keep the old fb, don't unref it. */
Daniel Vetter3d30a592014-07-27 13:42:42 +02004654 crtc->primary->old_fb = NULL;
Daniel Vetterb0d12322012-12-11 01:07:12 +01004655 } else {
Thierry Reding8cf1e982013-02-13 16:08:33 +01004656 /*
4657 * Warn if the driver hasn't properly updated the crtc->fb
4658 * field to reflect that the new framebuffer is now used.
4659 * Failing to do so will screw with the reference counting
4660 * on framebuffers.
4661 */
Matt Roperf4510a22014-04-01 15:22:40 -07004662 WARN_ON(crtc->primary->fb != fb);
Daniel Vetterb0d12322012-12-11 01:07:12 +01004663 /* Unref only the old framebuffer. */
4664 fb = NULL;
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004665 }
4666
4667out:
Daniel Vetterb0d12322012-12-11 01:07:12 +01004668 if (fb)
4669 drm_framebuffer_unreference(fb);
Daniel Vetter3d30a592014-07-27 13:42:42 +02004670 if (crtc->primary->old_fb)
4671 drm_framebuffer_unreference(crtc->primary->old_fb);
4672 crtc->primary->old_fb = NULL;
Daniel Vetterd059f652014-07-25 18:07:40 +02004673 drm_modeset_unlock_crtc(crtc);
Daniel Vetterb4d5e7d2012-12-11 16:59:31 +01004674
Kristian Høgsbergd91d8a32009-11-17 12:43:55 -05004675 return ret;
4676}
Chris Wilsoneb033552011-01-24 15:11:08 +00004677
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004678/**
4679 * drm_mode_config_reset - call ->reset callbacks
4680 * @dev: drm device
4681 *
4682 * This functions calls all the crtc's, encoder's and connector's ->reset
4683 * callback. Drivers can use this in e.g. their driver load or resume code to
4684 * reset hardware and software state.
4685 */
Chris Wilsoneb033552011-01-24 15:11:08 +00004686void drm_mode_config_reset(struct drm_device *dev)
4687{
4688 struct drm_crtc *crtc;
Daniel Vetter2a0d7cf2014-07-29 15:32:37 +02004689 struct drm_plane *plane;
Chris Wilsoneb033552011-01-24 15:11:08 +00004690 struct drm_encoder *encoder;
4691 struct drm_connector *connector;
4692
Daniel Vetter2a0d7cf2014-07-29 15:32:37 +02004693 list_for_each_entry(plane, &dev->mode_config.plane_list, head)
4694 if (plane->funcs->reset)
4695 plane->funcs->reset(plane);
4696
Chris Wilsoneb033552011-01-24 15:11:08 +00004697 list_for_each_entry(crtc, &dev->mode_config.crtc_list, head)
4698 if (crtc->funcs->reset)
4699 crtc->funcs->reset(crtc);
4700
4701 list_for_each_entry(encoder, &dev->mode_config.encoder_list, head)
4702 if (encoder->funcs->reset)
4703 encoder->funcs->reset(encoder);
4704
Daniel Vetter5e2cb2f2012-10-23 18:23:35 +00004705 list_for_each_entry(connector, &dev->mode_config.connector_list, head) {
4706 connector->status = connector_status_unknown;
4707
Chris Wilsoneb033552011-01-24 15:11:08 +00004708 if (connector->funcs->reset)
4709 connector->funcs->reset(connector);
Daniel Vetter5e2cb2f2012-10-23 18:23:35 +00004710 }
Chris Wilsoneb033552011-01-24 15:11:08 +00004711}
4712EXPORT_SYMBOL(drm_mode_config_reset);
Dave Airlieff72145b2011-02-07 12:16:14 +10004713
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004714/**
4715 * drm_mode_create_dumb_ioctl - create a dumb backing storage buffer
4716 * @dev: DRM device
4717 * @data: ioctl data
4718 * @file_priv: DRM file info
4719 *
4720 * This creates a new dumb buffer in the driver's backing storage manager (GEM,
4721 * TTM or something else entirely) and returns the resulting buffer handle. This
4722 * handle can then be wrapped up into a framebuffer modeset object.
4723 *
4724 * Note that userspace is not allowed to use such objects for render
4725 * acceleration - drivers must create their own private ioctls for such a use
4726 * case.
4727 *
4728 * Called by the user via ioctl.
4729 *
4730 * Returns:
4731 * Zero on success, errno on failure.
4732 */
Dave Airlieff72145b2011-02-07 12:16:14 +10004733int drm_mode_create_dumb_ioctl(struct drm_device *dev,
4734 void *data, struct drm_file *file_priv)
4735{
4736 struct drm_mode_create_dumb *args = data;
David Herrmannb28cd412014-01-20 20:09:55 +01004737 u32 cpp, stride, size;
Dave Airlieff72145b2011-02-07 12:16:14 +10004738
4739 if (!dev->driver->dumb_create)
4740 return -ENOSYS;
David Herrmannb28cd412014-01-20 20:09:55 +01004741 if (!args->width || !args->height || !args->bpp)
4742 return -EINVAL;
4743
4744 /* overflow checks for 32bit size calculations */
David Herrmann00e72082014-08-24 19:23:26 +02004745 /* NOTE: DIV_ROUND_UP() can overflow */
David Herrmannb28cd412014-01-20 20:09:55 +01004746 cpp = DIV_ROUND_UP(args->bpp, 8);
David Herrmann00e72082014-08-24 19:23:26 +02004747 if (!cpp || cpp > 0xffffffffU / args->width)
David Herrmannb28cd412014-01-20 20:09:55 +01004748 return -EINVAL;
4749 stride = cpp * args->width;
4750 if (args->height > 0xffffffffU / stride)
4751 return -EINVAL;
4752
4753 /* test for wrap-around */
4754 size = args->height * stride;
4755 if (PAGE_ALIGN(size) == 0)
4756 return -EINVAL;
4757
Dave Airlieff72145b2011-02-07 12:16:14 +10004758 return dev->driver->dumb_create(file_priv, dev, args);
4759}
4760
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004761/**
4762 * drm_mode_mmap_dumb_ioctl - create an mmap offset for a dumb backing storage buffer
4763 * @dev: DRM device
4764 * @data: ioctl data
4765 * @file_priv: DRM file info
4766 *
4767 * Allocate an offset in the drm device node's address space to be able to
4768 * memory map a dumb buffer.
4769 *
4770 * Called by the user via ioctl.
4771 *
4772 * Returns:
4773 * Zero on success, errno on failure.
4774 */
Dave Airlieff72145b2011-02-07 12:16:14 +10004775int drm_mode_mmap_dumb_ioctl(struct drm_device *dev,
4776 void *data, struct drm_file *file_priv)
4777{
4778 struct drm_mode_map_dumb *args = data;
4779
4780 /* call driver ioctl to get mmap offset */
4781 if (!dev->driver->dumb_map_offset)
4782 return -ENOSYS;
4783
4784 return dev->driver->dumb_map_offset(file_priv, dev, args->handle, &args->offset);
4785}
4786
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004787/**
4788 * drm_mode_destroy_dumb_ioctl - destroy a dumb backing strage buffer
4789 * @dev: DRM device
4790 * @data: ioctl data
4791 * @file_priv: DRM file info
4792 *
4793 * This destroys the userspace handle for the given dumb backing storage buffer.
4794 * Since buffer objects must be reference counted in the kernel a buffer object
4795 * won't be immediately freed if a framebuffer modeset object still uses it.
4796 *
4797 * Called by the user via ioctl.
4798 *
4799 * Returns:
4800 * Zero on success, errno on failure.
4801 */
Dave Airlieff72145b2011-02-07 12:16:14 +10004802int drm_mode_destroy_dumb_ioctl(struct drm_device *dev,
4803 void *data, struct drm_file *file_priv)
4804{
4805 struct drm_mode_destroy_dumb *args = data;
4806
4807 if (!dev->driver->dumb_destroy)
4808 return -ENOSYS;
4809
4810 return dev->driver->dumb_destroy(file_priv, dev, args->handle);
4811}
Dave Airlie248dbc22011-11-29 20:02:54 +00004812
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004813/**
4814 * drm_fb_get_bpp_depth - get the bpp/depth values for format
4815 * @format: pixel format (DRM_FORMAT_*)
4816 * @depth: storage for the depth value
4817 * @bpp: storage for the bpp value
4818 *
4819 * This only supports RGB formats here for compat with code that doesn't use
4820 * pixel formats directly yet.
Dave Airlie248dbc22011-11-29 20:02:54 +00004821 */
4822void drm_fb_get_bpp_depth(uint32_t format, unsigned int *depth,
4823 int *bpp)
4824{
4825 switch (format) {
Ville Syrjäläc51a6bc2013-01-31 19:43:37 +02004826 case DRM_FORMAT_C8:
Ville Syrjälä04b39242011-11-17 18:05:13 +02004827 case DRM_FORMAT_RGB332:
4828 case DRM_FORMAT_BGR233:
Dave Airlie248dbc22011-11-29 20:02:54 +00004829 *depth = 8;
4830 *bpp = 8;
4831 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02004832 case DRM_FORMAT_XRGB1555:
4833 case DRM_FORMAT_XBGR1555:
4834 case DRM_FORMAT_RGBX5551:
4835 case DRM_FORMAT_BGRX5551:
4836 case DRM_FORMAT_ARGB1555:
4837 case DRM_FORMAT_ABGR1555:
4838 case DRM_FORMAT_RGBA5551:
4839 case DRM_FORMAT_BGRA5551:
Dave Airlie248dbc22011-11-29 20:02:54 +00004840 *depth = 15;
4841 *bpp = 16;
4842 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02004843 case DRM_FORMAT_RGB565:
4844 case DRM_FORMAT_BGR565:
Dave Airlie248dbc22011-11-29 20:02:54 +00004845 *depth = 16;
4846 *bpp = 16;
4847 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02004848 case DRM_FORMAT_RGB888:
4849 case DRM_FORMAT_BGR888:
4850 *depth = 24;
4851 *bpp = 24;
4852 break;
4853 case DRM_FORMAT_XRGB8888:
4854 case DRM_FORMAT_XBGR8888:
4855 case DRM_FORMAT_RGBX8888:
4856 case DRM_FORMAT_BGRX8888:
Dave Airlie248dbc22011-11-29 20:02:54 +00004857 *depth = 24;
4858 *bpp = 32;
4859 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02004860 case DRM_FORMAT_XRGB2101010:
4861 case DRM_FORMAT_XBGR2101010:
4862 case DRM_FORMAT_RGBX1010102:
4863 case DRM_FORMAT_BGRX1010102:
4864 case DRM_FORMAT_ARGB2101010:
4865 case DRM_FORMAT_ABGR2101010:
4866 case DRM_FORMAT_RGBA1010102:
4867 case DRM_FORMAT_BGRA1010102:
Dave Airlie248dbc22011-11-29 20:02:54 +00004868 *depth = 30;
4869 *bpp = 32;
4870 break;
Ville Syrjälä04b39242011-11-17 18:05:13 +02004871 case DRM_FORMAT_ARGB8888:
4872 case DRM_FORMAT_ABGR8888:
4873 case DRM_FORMAT_RGBA8888:
4874 case DRM_FORMAT_BGRA8888:
Dave Airlie248dbc22011-11-29 20:02:54 +00004875 *depth = 32;
4876 *bpp = 32;
4877 break;
4878 default:
Ville Syrjälä23c453a2013-10-15 21:06:51 +03004879 DRM_DEBUG_KMS("unsupported pixel format %s\n",
4880 drm_get_format_name(format));
Dave Airlie248dbc22011-11-29 20:02:54 +00004881 *depth = 0;
4882 *bpp = 0;
4883 break;
4884 }
4885}
4886EXPORT_SYMBOL(drm_fb_get_bpp_depth);
Ville Syrjälä141670e2012-04-05 21:35:15 +03004887
4888/**
4889 * drm_format_num_planes - get the number of planes for format
4890 * @format: pixel format (DRM_FORMAT_*)
4891 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004892 * Returns:
Ville Syrjälä141670e2012-04-05 21:35:15 +03004893 * The number of planes used by the specified pixel format.
4894 */
4895int drm_format_num_planes(uint32_t format)
4896{
4897 switch (format) {
4898 case DRM_FORMAT_YUV410:
4899 case DRM_FORMAT_YVU410:
4900 case DRM_FORMAT_YUV411:
4901 case DRM_FORMAT_YVU411:
4902 case DRM_FORMAT_YUV420:
4903 case DRM_FORMAT_YVU420:
4904 case DRM_FORMAT_YUV422:
4905 case DRM_FORMAT_YVU422:
4906 case DRM_FORMAT_YUV444:
4907 case DRM_FORMAT_YVU444:
4908 return 3;
4909 case DRM_FORMAT_NV12:
4910 case DRM_FORMAT_NV21:
4911 case DRM_FORMAT_NV16:
4912 case DRM_FORMAT_NV61:
Laurent Pinchartba623f62012-05-18 23:47:40 +02004913 case DRM_FORMAT_NV24:
4914 case DRM_FORMAT_NV42:
Ville Syrjälä141670e2012-04-05 21:35:15 +03004915 return 2;
4916 default:
4917 return 1;
4918 }
4919}
4920EXPORT_SYMBOL(drm_format_num_planes);
Ville Syrjälä5a86bd52012-04-05 21:35:16 +03004921
4922/**
4923 * drm_format_plane_cpp - determine the bytes per pixel value
4924 * @format: pixel format (DRM_FORMAT_*)
4925 * @plane: plane index
4926 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004927 * Returns:
Ville Syrjälä5a86bd52012-04-05 21:35:16 +03004928 * The bytes per pixel value for the specified plane.
4929 */
4930int drm_format_plane_cpp(uint32_t format, int plane)
4931{
4932 unsigned int depth;
4933 int bpp;
4934
4935 if (plane >= drm_format_num_planes(format))
4936 return 0;
4937
4938 switch (format) {
4939 case DRM_FORMAT_YUYV:
4940 case DRM_FORMAT_YVYU:
4941 case DRM_FORMAT_UYVY:
4942 case DRM_FORMAT_VYUY:
4943 return 2;
4944 case DRM_FORMAT_NV12:
4945 case DRM_FORMAT_NV21:
4946 case DRM_FORMAT_NV16:
4947 case DRM_FORMAT_NV61:
Laurent Pinchartba623f62012-05-18 23:47:40 +02004948 case DRM_FORMAT_NV24:
4949 case DRM_FORMAT_NV42:
Ville Syrjälä5a86bd52012-04-05 21:35:16 +03004950 return plane ? 2 : 1;
4951 case DRM_FORMAT_YUV410:
4952 case DRM_FORMAT_YVU410:
4953 case DRM_FORMAT_YUV411:
4954 case DRM_FORMAT_YVU411:
4955 case DRM_FORMAT_YUV420:
4956 case DRM_FORMAT_YVU420:
4957 case DRM_FORMAT_YUV422:
4958 case DRM_FORMAT_YVU422:
4959 case DRM_FORMAT_YUV444:
4960 case DRM_FORMAT_YVU444:
4961 return 1;
4962 default:
4963 drm_fb_get_bpp_depth(format, &depth, &bpp);
4964 return bpp >> 3;
4965 }
4966}
4967EXPORT_SYMBOL(drm_format_plane_cpp);
Ville Syrjälä01b68b02012-04-05 21:35:17 +03004968
4969/**
4970 * drm_format_horz_chroma_subsampling - get the horizontal chroma subsampling factor
4971 * @format: pixel format (DRM_FORMAT_*)
4972 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01004973 * Returns:
Ville Syrjälä01b68b02012-04-05 21:35:17 +03004974 * The horizontal chroma subsampling factor for the
4975 * specified pixel format.
4976 */
4977int drm_format_horz_chroma_subsampling(uint32_t format)
4978{
4979 switch (format) {
4980 case DRM_FORMAT_YUV411:
4981 case DRM_FORMAT_YVU411:
4982 case DRM_FORMAT_YUV410:
4983 case DRM_FORMAT_YVU410:
4984 return 4;
4985 case DRM_FORMAT_YUYV:
4986 case DRM_FORMAT_YVYU:
4987 case DRM_FORMAT_UYVY:
4988 case DRM_FORMAT_VYUY:
4989 case DRM_FORMAT_NV12:
4990 case DRM_FORMAT_NV21:
4991 case DRM_FORMAT_NV16:
4992 case DRM_FORMAT_NV61:
4993 case DRM_FORMAT_YUV422:
4994 case DRM_FORMAT_YVU422:
4995 case DRM_FORMAT_YUV420:
4996 case DRM_FORMAT_YVU420:
4997 return 2;
4998 default:
4999 return 1;
5000 }
5001}
5002EXPORT_SYMBOL(drm_format_horz_chroma_subsampling);
5003
5004/**
5005 * drm_format_vert_chroma_subsampling - get the vertical chroma subsampling factor
5006 * @format: pixel format (DRM_FORMAT_*)
5007 *
Daniel Vetterc8e32cc2014-03-10 21:33:02 +01005008 * Returns:
Ville Syrjälä01b68b02012-04-05 21:35:17 +03005009 * The vertical chroma subsampling factor for the
5010 * specified pixel format.
5011 */
5012int drm_format_vert_chroma_subsampling(uint32_t format)
5013{
5014 switch (format) {
5015 case DRM_FORMAT_YUV410:
5016 case DRM_FORMAT_YVU410:
5017 return 4;
5018 case DRM_FORMAT_YUV420:
5019 case DRM_FORMAT_YVU420:
5020 case DRM_FORMAT_NV12:
5021 case DRM_FORMAT_NV21:
5022 return 2;
5023 default:
5024 return 1;
5025 }
5026}
5027EXPORT_SYMBOL(drm_format_vert_chroma_subsampling);
Laurent Pinchart87d24fc2013-04-15 15:37:16 +02005028
5029/**
Ville Syrjälä3c9855f2014-07-08 10:31:56 +05305030 * drm_rotation_simplify() - Try to simplify the rotation
5031 * @rotation: Rotation to be simplified
5032 * @supported_rotations: Supported rotations
5033 *
5034 * Attempt to simplify the rotation to a form that is supported.
5035 * Eg. if the hardware supports everything except DRM_REFLECT_X
5036 * one could call this function like this:
5037 *
5038 * drm_rotation_simplify(rotation, BIT(DRM_ROTATE_0) |
5039 * BIT(DRM_ROTATE_90) | BIT(DRM_ROTATE_180) |
5040 * BIT(DRM_ROTATE_270) | BIT(DRM_REFLECT_Y));
5041 *
5042 * to eliminate the DRM_ROTATE_X flag. Depending on what kind of
5043 * transforms the hardware supports, this function may not
5044 * be able to produce a supported transform, so the caller should
5045 * check the result afterwards.
5046 */
5047unsigned int drm_rotation_simplify(unsigned int rotation,
5048 unsigned int supported_rotations)
5049{
5050 if (rotation & ~supported_rotations) {
5051 rotation ^= BIT(DRM_REFLECT_X) | BIT(DRM_REFLECT_Y);
5052 rotation = (rotation & ~0xf) | BIT((ffs(rotation & 0xf) + 1) % 4);
5053 }
5054
5055 return rotation;
5056}
5057EXPORT_SYMBOL(drm_rotation_simplify);
5058
5059/**
Laurent Pinchart87d24fc2013-04-15 15:37:16 +02005060 * drm_mode_config_init - initialize DRM mode_configuration structure
5061 * @dev: DRM device
5062 *
5063 * Initialize @dev's mode_config structure, used for tracking the graphics
5064 * configuration of @dev.
5065 *
5066 * Since this initializes the modeset locks, no locking is possible. Which is no
5067 * problem, since this should happen single threaded at init time. It is the
5068 * driver's problem to ensure this guarantee.
5069 *
5070 */
5071void drm_mode_config_init(struct drm_device *dev)
5072{
5073 mutex_init(&dev->mode_config.mutex);
Rob Clark51fd3712013-11-19 12:10:12 -05005074 drm_modeset_lock_init(&dev->mode_config.connection_mutex);
Laurent Pinchart87d24fc2013-04-15 15:37:16 +02005075 mutex_init(&dev->mode_config.idr_mutex);
5076 mutex_init(&dev->mode_config.fb_lock);
5077 INIT_LIST_HEAD(&dev->mode_config.fb_list);
5078 INIT_LIST_HEAD(&dev->mode_config.crtc_list);
5079 INIT_LIST_HEAD(&dev->mode_config.connector_list);
Sean Paul3b336ec2013-08-14 16:47:37 -04005080 INIT_LIST_HEAD(&dev->mode_config.bridge_list);
Laurent Pinchart87d24fc2013-04-15 15:37:16 +02005081 INIT_LIST_HEAD(&dev->mode_config.encoder_list);
5082 INIT_LIST_HEAD(&dev->mode_config.property_list);
5083 INIT_LIST_HEAD(&dev->mode_config.property_blob_list);
5084 INIT_LIST_HEAD(&dev->mode_config.plane_list);
5085 idr_init(&dev->mode_config.crtc_idr);
5086
5087 drm_modeset_lock_all(dev);
5088 drm_mode_create_standard_connector_properties(dev);
Rob Clark9922ab52014-04-01 20:16:57 -04005089 drm_mode_create_standard_plane_properties(dev);
Laurent Pinchart87d24fc2013-04-15 15:37:16 +02005090 drm_modeset_unlock_all(dev);
5091
5092 /* Just to be sure */
5093 dev->mode_config.num_fb = 0;
5094 dev->mode_config.num_connector = 0;
5095 dev->mode_config.num_crtc = 0;
5096 dev->mode_config.num_encoder = 0;
Matt Ropere27dde32014-04-01 15:22:30 -07005097 dev->mode_config.num_overlay_plane = 0;
5098 dev->mode_config.num_total_plane = 0;
Laurent Pinchart87d24fc2013-04-15 15:37:16 +02005099}
5100EXPORT_SYMBOL(drm_mode_config_init);
5101
5102/**
5103 * drm_mode_config_cleanup - free up DRM mode_config info
5104 * @dev: DRM device
5105 *
5106 * Free up all the connectors and CRTCs associated with this DRM device, then
5107 * free up the framebuffers and associated buffer objects.
5108 *
5109 * Note that since this /should/ happen single-threaded at driver/device
5110 * teardown time, no locking is required. It's the driver's job to ensure that
5111 * this guarantee actually holds true.
5112 *
5113 * FIXME: cleanup any dangling user buffer objects too
5114 */
5115void drm_mode_config_cleanup(struct drm_device *dev)
5116{
5117 struct drm_connector *connector, *ot;
5118 struct drm_crtc *crtc, *ct;
5119 struct drm_encoder *encoder, *enct;
Sean Paul3b336ec2013-08-14 16:47:37 -04005120 struct drm_bridge *bridge, *brt;
Laurent Pinchart87d24fc2013-04-15 15:37:16 +02005121 struct drm_framebuffer *fb, *fbt;
5122 struct drm_property *property, *pt;
5123 struct drm_property_blob *blob, *bt;
5124 struct drm_plane *plane, *plt;
5125
5126 list_for_each_entry_safe(encoder, enct, &dev->mode_config.encoder_list,
5127 head) {
5128 encoder->funcs->destroy(encoder);
5129 }
5130
Sean Paul3b336ec2013-08-14 16:47:37 -04005131 list_for_each_entry_safe(bridge, brt,
5132 &dev->mode_config.bridge_list, head) {
5133 bridge->funcs->destroy(bridge);
5134 }
5135
Laurent Pinchart87d24fc2013-04-15 15:37:16 +02005136 list_for_each_entry_safe(connector, ot,
5137 &dev->mode_config.connector_list, head) {
5138 connector->funcs->destroy(connector);
5139 }
5140
5141 list_for_each_entry_safe(property, pt, &dev->mode_config.property_list,
5142 head) {
5143 drm_property_destroy(dev, property);
5144 }
5145
5146 list_for_each_entry_safe(blob, bt, &dev->mode_config.property_blob_list,
5147 head) {
5148 drm_property_destroy_blob(dev, blob);
5149 }
5150
5151 /*
5152 * Single-threaded teardown context, so it's not required to grab the
5153 * fb_lock to protect against concurrent fb_list access. Contrary, it
5154 * would actually deadlock with the drm_framebuffer_cleanup function.
5155 *
5156 * Also, if there are any framebuffers left, that's a driver leak now,
5157 * so politely WARN about this.
5158 */
5159 WARN_ON(!list_empty(&dev->mode_config.fb_list));
5160 list_for_each_entry_safe(fb, fbt, &dev->mode_config.fb_list, head) {
5161 drm_framebuffer_remove(fb);
5162 }
5163
5164 list_for_each_entry_safe(plane, plt, &dev->mode_config.plane_list,
5165 head) {
5166 plane->funcs->destroy(plane);
5167 }
5168
5169 list_for_each_entry_safe(crtc, ct, &dev->mode_config.crtc_list, head) {
5170 crtc->funcs->destroy(crtc);
5171 }
5172
5173 idr_destroy(&dev->mode_config.crtc_idr);
Rob Clark51fd3712013-11-19 12:10:12 -05005174 drm_modeset_lock_fini(&dev->mode_config.connection_mutex);
Laurent Pinchart87d24fc2013-04-15 15:37:16 +02005175}
5176EXPORT_SYMBOL(drm_mode_config_cleanup);
Ville Syrjäläc1df5f32014-07-08 10:31:53 +05305177
5178struct drm_property *drm_mode_create_rotation_property(struct drm_device *dev,
5179 unsigned int supported_rotations)
5180{
5181 static const struct drm_prop_enum_list props[] = {
5182 { DRM_ROTATE_0, "rotate-0" },
5183 { DRM_ROTATE_90, "rotate-90" },
5184 { DRM_ROTATE_180, "rotate-180" },
5185 { DRM_ROTATE_270, "rotate-270" },
5186 { DRM_REFLECT_X, "reflect-x" },
5187 { DRM_REFLECT_Y, "reflect-y" },
5188 };
5189
5190 return drm_property_create_bitmask(dev, 0, "rotation",
5191 props, ARRAY_SIZE(props),
5192 supported_rotations);
5193}
5194EXPORT_SYMBOL(drm_mode_create_rotation_property);