summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/drm_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-03drm: remove all control node codeDaniel Vetter1-3/+1
2017-04-04drm: Consolidate and document sysfs supportDaniel Vetter1-43/+27
2017-01-25drm/core: Use recommened kerneldoc for struct member refsDaniel Vetter1-1/+1
2016-09-19drm: drop obsolete drm_core.hDavid Herrmann1-7/+1
2016-06-09drm: Remove dev_pm_ops from drm_classLukas Wunner1-71/+0
2016-04-26drm/sysfs: Annote lockless show functions with READ_ONCEDaniel Vetter1-3/+8
2016-03-30drm/sysfs: Nuke TV/DVI property filesDaniel Vetter1-156/+0
2016-01-13drm/sysfs: use kobj_to_dev()Geliang Tang1-1/+1
2015-11-24drm/sysfs: Send out uevent when connector->force changesDaniel Vetter1-25/+13
2015-11-24drm/sysfs: Grab lock for edid/modes_showDaniel Vetter1-4/+12
2015-10-16Merge commit '06d1ee32a4d25356a710b49d5e95dbdd68bdf505' of git://git.kernel.o...Dave Airlie1-9/+3
2015-10-09drm: Fix locking for sysfs dpms fileDaniel Vetter1-9/+3
2015-09-09drm: move drm_class into drm_sysfs.cDavid Herrmann1-26/+21
2015-09-09drm: simplify drm_sysfs_destroy() via IS_ERR_OR_NULL()David Herrmann1-1/+1
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-62/+98
2015-06-06drm: fix writing to /sys/class/drm/*/statusRussell King1-1/+1
2015-05-12drm/sysfs: remove unnecessary connector type checksJani Nikula1-32/+0
2015-05-12drm/sysfs: split DVI-I and TV-out attributesJani Nikula1-47/+101
2015-05-12drm/sysfs: make optional attribute groups per connector typeJani Nikula1-12/+20
2015-05-12drm/sysfs: add a helper for extracting connector type from kobjectJani Nikula1-3/+9
2015-03-10drm: Lighten sysfs connector 'status'Chris Wilson1-8/+53
2015-02-04drm: Use static attribute groups for managing connector sysfs entriesTakashi Iwai1-65/+67
2014-09-12drm: Move piles of functions from drmP.h to drm_internal.hDaniel Vetter1-0/+1
2014-08-05drm: make sysfs device always available for minorsDavid Herrmann1-53/+37
2014-06-19drm: add register and unregister functions for connectorsThomas Wood1-2/+0
2014-06-04drm: replace drm_get_connector_name() with direct name field useJani Nikula1-3/+3
2013-11-28drm/sysfs: fix OOM verificationDavid Herrmann1-1/+1
2013-11-21drm/sysfs: fix hotplug regression since lifetime changesDavid Herrmann1-7/+33
2013-11-06drm/sysfs: Remove stale comments about calling drm_sysfs_connector_add() mult...Ville Syrjälä1-6/+0
2013-10-31drm/sysfs: Do not drop device reference twiceThierry Reding1-2/+0
2013-10-22drm/sysfs: sort out minor and connector device object lifetimes.Dave Airlie1-60/+34
2013-07-04drm: Convert drm class driver from legacy pm ops to dev_pm_opsShuah Khan1-4/+29
2012-11-30drm: remove legacy drm_connector_property fxnsRob Clark1-3/+3
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-3/+3
2012-07-16drm: fail gracefully when proc isn't setup.Dave Airlie1-0/+4
2012-05-22drm: Miscellaneous typo fixes and documentation updatesLaurent Pinchart1-4/+4
2012-05-22drm: Don't initialize local ret variable when not neededLaurent Pinchart1-1/+1
2012-03-15drm/sysfs: protect sysfs removal code against being run twice.Dave Airlie1-1/+6
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Al Viro1-1/+1
2011-10-31gpu: Add export.h as required to drivers/gpu files.Paul Gortmaker1-0/+1
2011-03-16drm: Hold the mode mutex whilst probing for sysfs statusChris Wilson1-0/+7
2010-09-13drm: Use a nondestructive mode for output detect when pollingChris Wilson1-1/+1
2010-07-07Merge branch 'drm-platform' into drm-testingDave Airlie1-1/+2
2010-06-01drm: Add support for platform devices to register as DRM devicesJordan Crouse1-1/+2
2010-05-21Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2010-05-21sysfs: add struct file* to bin_attr callbacksChris Wright1-2/+3
2010-05-10Merge remote branch 'origin/master' into drm-intel-nextEric Anholt1-9/+12
2010-05-04Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds1-9/+12
2010-04-28drivers/gpu/drm/drm_sysfs.c: sysfs files error handlingDan Carpenter1-9/+12
2010-04-20Merge branch 'drm-edid-fixes' into drm-core-nextDave Airlie1-1/+1