index
:
platform/upstream/libdrm
accepted/tizen/ivi/genivi
accepted/tizen/ivi/release
accepted/tizen/ivi/stable
accepted/tizen/mobile
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2014.q4_common
accepted/tizen_3.0.m14.3_ivi
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_base
accepted/tizen_7.0_base
accepted/tizen_7.0_base_hotfix
accepted/tizen_8.0_base
accepted/tizen_9.0_base
accepted/tizen_base
accepted/tizen_base_asan
accepted/tizen_base_dev
accepted/tizen_base_riscv
accepted/tizen_base_toolchain
accepted/tizen_common
accepted/tizen_generic
accepted/tizen_ivi
accepted/tizen_ivi_panda
accepted/tizen_ivi_release
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
atomic
devel/sprd_drm
devel/x11
old/tizen_20170308
old/tizen_20180227
old/tizen_20190318
old/tizen_20190424
old/tizen_20201207
old/tizen_base_20221208
old/tizen_base_20231204
pristine-tar
sandbox/elongbug/test
sandbox/ipptest
sandbox/m.szyprowski/atomictest_vc4
sandbox/m.szyprowski/ipp_v2
sandbox/mkashkarov/tizen_6.0_build
sandbox/mszyprowski/ipp_v2
tizen
tizen_3.0
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m14.2_ivi
tizen_3.0.m14.3_ivi
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_ivi
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5_base
tizen_7.0_base
tizen_7.0_base_hotfix
tizen_8.0_base
tizen_9.0_base
tizen_base
tizen_ivi_genivi
tizen_ivi_panda
tizen_ivi_release
upstream
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
linux-core
/
drm_stub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2005-02-07
change DRIVER_ to CORE_ makes things look nicer, also change it so the
Dave Airlie
1
-3
/
+3
2004-10-29
Switch SPIN_LOCK_UNLOCKED to spin_lock_init()
Jon Smirl
1
-1
/
+1
2004-10-29
Add include of moduleparam.h
Jon Smirl
1
-0
/
+1
2004-10-23
Prepare to eliminate inter_module_get("agp")
Jon Smirl
1
-1
/
+1
2004-10-20
Switch linux-core from using dev->pdev->driver->name to
Jon Smirl
1
-1
/
+1
2004-10-18
Update Doxygen configuration & comments.
Jose Fonseca
1
-1
/
+1
2004-10-15
Switch linux-core over to 2.6 parameter model to enable debug use
Jon Smirl
1
-4
/
+5
2004-10-12
Breakout heads into their own data structures.
Jon Smirl
1
-96
/
+63
2004-10-10
Rename fn_tbl to driver. Core driver now uses pci_driver name which
Jon Smirl
1
-8
/
+7
2004-10-05
enable the device in the right order, remove __devinit from drm_int
Jon Smirl
1
-10
/
+10
2004-09-30
Lindent of core build. Drivers checked for no binary diffs. A few files
Jon Smirl
1
-51
/
+75
2004-09-30
Move things around to reduce public symbols and even out files. Switch to
Jon Smirl
1
-37
/
+74
2004-09-30
Make fops per driver instead of global, remove default flush, poll, read
Jon Smirl
1
-1
/
+1
2004-09-27
First check in for DRM that splits core from personality modules
Jon Smirl
1
-133
/
+44
2004-09-23
Remove 2.6 code that allow DRM major device number to be shared. We can add
Jon Smirl
1
-20
/
+7
2004-09-23
1) switches from class_sysfs to drm sysfs implementation to allow
Jon Smirl
1
-14
/
+13
2004-09-22
Remove hotplug reset support from DRM driver. This will be handled by the
Jon Smirl
1
-69
/
+1
2004-09-16
Let's try adding the dyn-minor patch again. This patch will reuse minor
Jon Smirl
1
-172
/
+272
2004-09-15
Back dyn-minor patch out for now. fops handling is broken on some cards
Jon Smirl
1
-240
/
+155
2004-09-15
Don't use module_param if it isn't defined in older kernels.
Jon Smirl
1
-2
/
+6
2004-09-15
Dynamic device minor support. Minor device numbers will be reused if the
Jon Smirl
1
-155
/
+236
2004-08-27
__NO_VERSION__ hasn't been needed since 2.3 days ditch it...
Dave Airlie
1
-1
/
+0
2004-08-15
Fix warning about unused ddev variable
Jon Smirl
1
-1
/
+1
2004-08-15
Add dev to DRIVER_CTX_DTOR( dev, pos->handle) so that sis driver will
Jon Smirl
1
-1
/
+2
2004-08-11
minor patch from Jon Smirl : sets up some things for later use
Dave Airlie
1
-1
/
+0
2004-08-10
Patch from Jon Smirl to add attribute field to the pciids, and use this for
Dave Airlie
1
-0
/
+5
2004-08-04
2.4 hotplug compat
Dave Airlie
1
-0
/
+2
2004-08-03
fix for drm in /proc - from Jon Smirl
Dave Airlie
1
-13
/
+23
2004-07-31
Add a hotplug event to DRM. Parameters match the ones from the general PCI
Jon Smirl
1
-0
/
+68
2004-07-25
sync up with current 2.6 kernel bk tree - mostly __user annotations
Dave Airlie
1
-3
/
+3
2004-07-25
if the driver has already register don't do another intermodule register
Dave Airlie
1
-30
/
+40
2004-07-22
another logic error returns 0 or greater for success
Dave Airlie
1
-1
/
+1
2004-07-21
add some more debugging fix ++ and --
Dave Airlie
1
-4
/
+9
2004-07-20
attempt to clean up stub_register, register_chrdev isn't good enough to
Dave Airlie
1
-12
/
+16
2004-07-14
Fix reference counting for stub for new Linux PCI probe
Dave Airlie
1
-2
/
+10
2004-05-03
use drm.. not dri for class...
Dave Airlie
1
-1
/
+1
2004-05-02
better device class support from Jon Smirls patches..
Dave Airlie
1
-27
/
+19
2004-04-08
2.6 sysfs patches + stubs in drmP.h for 2.4 compatibility
Dave Airlie
1
-3
/
+32
2004-04-08
long dev_t patches from 2.6 tree
Dave Airlie
1
-1
/
+1
2003-05-27
Merged DRM documentation.
Jose Fonseca
1
-8
/
+65
2002-08-06
Updates from Rusty Russell to:
Rik Faith
1
-2
/
+2
2002-05-16
Allow drm to build under 2.4 and 2.5(.14)
Keith Whitwell
1
-1
/
+1
2001-08-19
No one's maintaining 2.2.x support - so remove all the cruft.
Alan Hourihane
1
-6
/
+0
2001-08-07
Lots of DRM fixes: added new pieces of template code so the ffb driver can
Jeff Hartmann
1
-0
/
+1
2001-07-30
Merge the multihead-1-0-0 branch into the trunk, with the exception of the
David Dawes
1
-2
/
+6
2001-02-21
Add Linux 2.2.x support for stubs
Rik Faith
1
-3
/
+10
2001-02-16
- Clean up the way customization of the templates is done.
Gareth Hughes
1
-3
/
+6
2001-02-15
Merge mga-1-0-0-branch into trunk.
Gareth Hughes
1
-0
/
+142