Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
7c1c7c18fc752b2a1d07597286467ef186312463
/
drivers
/
gpu
/
drm
/
drm_sysfs.c
5849556
drm: remove legacy drm_connector_property fxns
by Rob Clark
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
49099c4
drm: fail gracefully when proc isn't setup.
by Dave Airlie
· 12 years ago
3b02ab8
drm: Miscellaneous typo fixes and documentation updates
by Laurent Pinchart
· 12 years ago
4a1b071
drm: Don't initialize local ret variable when not needed
by Laurent Pinchart
· 12 years ago
1828fe6
drm/sysfs: protect sysfs removal code against being run twice.
by Dave Airlie
· 13 years ago
2c9ede5
switch device_get_devnode() and ->devnode() to umode_t *
by Al Viro
· 13 years ago
2d1a8a4
gpu: Add export.h as required to drivers/gpu files.
by Paul Gortmaker
· 13 years ago
007c80a
drm: Hold the mode mutex whilst probing for sysfs status
by Chris Wilson
· 14 years ago
7b334fc
drm: Use a nondestructive mode for output detect when polling
by Chris Wilson
· 14 years ago
db8cc27
Merge branch 'drm-platform' into drm-testing
by Dave Airlie
· 14 years ago
dcdb167
drm: Add support for platform devices to register as DRM devices
by Jordan Crouse
· 14 years ago
59534f7
Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 14 years ago
2c3c8be
sysfs: add struct file* to bin_attr callbacks
by Chris Wright
· 14 years ago
34dc4d4
Merge remote branch 'origin/master' into drm-intel-next
by Eric Anholt
· 15 years ago
7ebd467
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
a1c4560
drivers/gpu/drm/drm_sysfs.c: sysfs files error handling
by Dan Carpenter
· 15 years ago
c9c2625
Merge branch 'drm-edid-fixes' into drm-core-next
by Dave Airlie
· 15 years ago
7466f4c
drm/edid: Remove arbitrary EDID extension limit
by Adam Jackson
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
0933e2d
driver core: Convert some drivers to CLASS_ATTR_STRING
by Andi Kleen
· 15 years ago
28812fe
driver-core: Add attribute argument to class_attribute show/store
by Andi Kleen
· 15 years ago
44040f1
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6
by Linus Torvalds
· 15 years ago
e454cea
Driver-Core: extend devnode callbacks to provide permissions
by Kay Sievers
· 15 years ago
11670d3
Merge intel drm-intel-next branch
by Dave Airlie
· 15 years ago
08e4d53
drm: Fix sysfs device confusion.
by Thomas Hellstrom
· 15 years ago
327c225
drm: Enable drm drivers to add drm sysfs devices.
by Thomas Hellstrom
· 15 years ago
74bd3c2
drm: Define DRM_MODE_CONNECTOR_TV
by Francisco Jerez
· 15 years ago
02200d0
Driver Core: drm: add nodename for drm devices
by Kay Sievers
· 16 years ago
e36ebaf
drm: set permissions on edid file to 0444
by Keith Packard
· 15 years ago
75185c9
drm: add newlines to text sysfs files
by Keith Packard
· 15 years ago
400138b
drm: remove unreachable code in drm_sysfs.c
by Jonas Bonn
· 16 years ago
77d26dc
drm: clean dirty memory after device release
by Ma Ling
· 16 years ago
5ca5828
drm/i915: add VGA hotplug support for 945+
by Jesse Barnes
· 16 years ago
90f959b
drm: merge Linux master into HEAD
by Dave Airlie
· 16 years ago
2ead054
drm: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
8e10045
drm: Drop unused and broken dri_library_name sysfs attribute.
by Kristian Høgsberg
· 16 years ago
112b715
drm: claim PCI device when running in modesetting mode.
by Kristian Høgsberg
· 16 years ago
8f4bbd9
gpu: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
f453ba0
DRM: add mode setting support
by Dave Airlie
· 16 years ago
38eda21
drm: fix sysfs error path.
by Dave Airlie
· 16 years ago
c0e0920
drm: reorganise drm tree to be more future proof.
by Dave Airlie
· 16 years ago
[Renamed from drivers/char/drm/drm_sysfs.c]
57f7bd5
remove debug printk from DRM suspend path
by Jesse Barnes
· 16 years ago
bf9d892
drivers/char: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
2c14f28
drm: reorganise minor number handling using backported modesetting code.
by Dave Airlie
· 17 years ago
b932ccb
drm: add support for passing state into the suspend hooks.
by Dave Airlie
· 17 years ago
77e27e9
drm: enable udev node creation
by Dave Airlie
· 17 years ago
e8b962b
drm: update DRM sysfs support
by Jesse Barnes
· 17 years ago
84b1fd1
drm: remove drm_file_t, drm_device_t and drm_head_t typedefs
by Dave Airlie
· 17 years ago
94f060b
drm: fix return value check
by Akinobu Mita
· 18 years ago
24f73c9
drm: fix error returns, sysfs error handling
by Jeff Garzik
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
0650fd5
[PATCH] DRM: fix up classdev interface for drm core
by Greg Kroah-Hartman
· 19 years ago
732052e
drm: simplify sysfs code for drm
by Dave Airlie
· 19 years ago
4e57b68
[PATCH] fix missing includes
by Tim Schmielau
· 19 years ago
f210973
drm: small cleanups
by Dave Airlie
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago