From: Rob Clark Date: Thu, 13 Sep 2012 03:34:08 +0000 (+0000) Subject: drm: change ioctl permissions X-Git-Tag: omap-for-v3.7-rc1/fixes-cpufreq-signed~20^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2216c9e74fb3baac3cb73952158dbe38b703997e;p=pandora-kernel.git drm: change ioctl permissions Previously read-only KMS ioctls had some somewhat inconsistent settings regarding whether mastership was required. For example, GETRESOURCES did not require master, but GETPLANERESOURCES, GETPROPERTY, etc. did. At least for debugging, it is nice to be able to use modetest to dump property values while another process is master, and there seems to be no harm in allowing read-only access to the KMS state to other processes. Signed-off-by: Rob Clark Signed-off-by: Dave Airlie --- Reading git-diff-tree failed