projects
/
profile
/
ivi
/
libdrm.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
profile/ivi/libdrm.git
2004-11-05
Jon Smirl
Move ati_pcigart shared routines into drm-core module
commit
|
commitdiff
|
tree
|
snapshot
2004-11-03
Thomas Hellstrom
Fixed bug in via_dma.c. The code didn't check that...
commit
|
commitdiff
|
tree
|
snapshot
2004-11-01
Thomas Hellstrom
Reworked the jump-code in via_dma.c. The command regula...
commit
|
commitdiff
|
tree
|
snapshot
2004-11-01
Keith Whitwell
correct historic mis-attribution of copyright
commit
|
commitdiff
|
tree
|
snapshot
2004-10-31
Felix Kuehling
Allow drivers to override reclaim_buffers in an OS...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-30
Thomas Hellstrom
Some stabilizing work to the DMA ring-buffer code....
commit
|
commitdiff
|
tree
|
snapshot
2004-10-29
Jon Smirl
Switch SPIN_LOCK_UNLOCKED to spin_lock_init()
commit
|
commitdiff
|
tree
|
snapshot
2004-10-29
Jon Smirl
Add include of moduleparam.h
commit
|
commitdiff
|
tree
|
snapshot
2004-10-28
Jon Smirl
Break poll() to make it match the Xserver's broken...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-28
Dave Airlie
fix for 2.4 build
commit
|
commitdiff
|
tree
|
snapshot
2004-10-23
Jon Smirl
Round 2 of getting rid of inter_module_get()
commit
|
commitdiff
|
tree
|
snapshot
2004-10-23
Jon Smirl
Revert symbol_get() changes from drm_drv
commit
|
commitdiff
|
tree
|
snapshot
2004-10-23
Dave Airlie
fix inter module put/get
commit
|
commitdiff
|
tree
|
snapshot
2004-10-23
Dave Airlie
actually 2.6.10 introduced pfn range so it should work...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-23
Dave Airlie
fix pfn vs page for older kernels (2.6.9-rc kernels...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-23
Dave Airlie
Apply radeon r300 microcode patch to non-core
commit
|
commitdiff
|
tree
|
snapshot
2004-10-23
Jon Smirl
Prepare to eliminate inter_module_get("agp")
commit
|
commitdiff
|
tree
|
snapshot
2004-10-22
Jon Smirl
Bring in patch from kernel for remap_pfn_range
commit
|
commitdiff
|
tree
|
snapshot
2004-10-21
Jon Smirl
Fix up the radeon i2c error handing
commit
|
commitdiff
|
tree
|
snapshot
2004-10-20
Jon Smirl
Don't release an i2c channel that has not initialized...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-20
Jon Smirl
Switch linux-core from using dev->pdev->driver->name to
commit
|
commitdiff
|
tree
|
snapshot
2004-10-20
Jon Smirl
Fix dd vs di version typo in drm_setversion
commit
|
commitdiff
|
tree
|
snapshot
2004-10-19
Jon Smirl
Add a protective check against a possible buffer overflow
commit
|
commitdiff
|
tree
|
snapshot
2004-10-19
Jon Smirl
Fix missing I2C busses to be non-fatal error.
commit
|
commitdiff
|
tree
|
snapshot
2004-10-19
Jon Smirl
drm-core, Clean up bug error path on stealth mode exit
commit
|
commitdiff
|
tree
|
snapshot
2004-10-18
Jose Fonseca
Update Doxygen configuration & comments.
commit
|
commitdiff
|
tree
|
snapshot
2004-10-16
Ville Syrjala
Fixed off by one errors in clipping.
commit
|
commitdiff
|
tree
|
snapshot
2004-10-16
Ville Syrjala
Fixed bad formatting.
commit
|
commitdiff
|
tree
|
snapshot
2004-10-15
Jon Smirl
Remove drm_init.c
commit
|
commitdiff
|
tree
|
snapshot
2004-10-15
Jon Smirl
Move drm_cpu_valid out of drm_init. drm_init is empty...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-15
Jon Smirl
Switch linux-core over to 2.6 parameter model to enable...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-13
Jon Smirl
Add a poll function that alternates between zero and...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-12
Thomas Hellstrom
Via updates. Fixed unlikely but possible uint32_t overf...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-12
Jon Smirl
Breakout heads into their own data structures.
commit
|
commitdiff
|
tree
|
snapshot
2004-10-10
Jon Smirl
Rename fn_tbl to driver. Core driver now uses pci_drive...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-10
Dave Airlie
Vladimir requested support so we can at least load...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-10
Jon Smirl
Forgot to add the new Makefile
commit
|
commitdiff
|
tree
|
snapshot
2004-10-10
Jon Smirl
Make the test programs build
commit
|
commitdiff
|
tree
|
snapshot
2004-10-09
Dave Airlie
cleanup VIA driver to look a bit like others before...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-09
Dave Airlie
fix up whitespacing in Kconfig
commit
|
commitdiff
|
tree
|
snapshot
2004-10-09
Dave Airlie
Lindent the via stuff so I can include it in kernel
commit
|
commitdiff
|
tree
|
snapshot
2004-10-09
Dave Airlie
remove unused dma remnants that were gamma only - these...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-08
Thomas Hellstrom
Changed unsigned to uint32_t in some ioctl parameters...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-08
Jon Smirl
Fix refcount bug in stealth mode
commit
|
commitdiff
|
tree
|
snapshot
2004-10-07
Jon Smirl
Fix drm_exit to allow for DRM(global) being deleted...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-06
Jon Smirl
Revert back to drm_order() instead of using kernel...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-05
Dave Airlie
Patch for Kconfig for making i830/i915 not build together
commit
|
commitdiff
|
tree
|
snapshot
2004-10-05
Jon Smirl
enable the device in the right order, remove __devinit...
commit
|
commitdiff
|
tree
|
snapshot
2004-10-02
Jon Smirl
janitor-list_for_each-drivers-char-drm-radeon_memc...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-30
Jon Smirl
Make the debug memory functions compile for the core...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-30
Jon Smirl
Remove DRM() macros from core ffb driver. DaveA says...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-30
Jon Smirl
Lindent of core build. Drivers checked for no binary...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-30
Jon Smirl
savage.h not used in core builds
commit
|
commitdiff
|
tree
|
snapshot
2004-09-30
Jon Smirl
core ffb.h is not used anymore
commit
|
commitdiff
|
tree
|
snapshot
2004-09-30
Jon Smirl
Remove unused drm_module.h
commit
|
commitdiff
|
tree
|
snapshot
2004-09-30
Jon Smirl
Move things around to reduce public symbols and even...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-30
Jon Smirl
Make fops per driver instead of global, remove default...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-28
Jon Smirl
Getting the AGP module is a global resource. Make sure...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-27
Jon Smirl
Fix the shared directory I accidentally stomped on
commit
|
commitdiff
|
tree
|
snapshot
2004-09-27
Jon Smirl
core needs three new files
commit
|
commitdiff
|
tree
|
snapshot
2004-09-27
Jon Smirl
First check in for DRM that splits core from personalit...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-27
Jon Smirl
Flip the 2.4 check so that it looks for 2.6 instead...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-24
Jon Smirl
README with hints on how to make a 2.6 specific version...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-24
Jon Smirl
Makefile reminder to build in 2.6 when on 2.6
commit
|
commitdiff
|
tree
|
snapshot
2004-09-24
Jon Smirl
Create new linux-2.6 build. Move all gpl files into...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-23
Jon Smirl
Remove 2.6 code that allow DRM major device number...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-23
Jon Smirl
Add new sysfs support files
commit
|
commitdiff
|
tree
|
snapshot
2004-09-23
Jon Smirl
1) switches from class_sysfs to drm sysfs implementatio...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-22
Felix Kuehling
Create permanent maps of framebuffer, aperture and...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-22
Jon Smirl
Remove hotplug reset support from DRM driver. This...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-22
Eric Anholt
Add *.flags to cvsignore.
commit
|
commitdiff
|
tree
|
snapshot
2004-09-21
Jon Smirl
Make DRM permanent maps match broken X behavior. X...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-20
Jon Smirl
Remove size restriction on permanent addmap
commit
|
commitdiff
|
tree
|
snapshot
2004-09-20
Jon Smirl
Felix's fix for map request smaller than permanent...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-20
Dave Airlie
remove HAVE_COUNTERS
commit
|
commitdiff
|
tree
|
snapshot
2004-09-20
Dave Airlie
another fix after the macro stuff
commit
|
commitdiff
|
tree
|
snapshot
2004-09-18
Jon Smirl
Fix from: Nishanth Aravamudan replace direct assignment...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-17
Jon Smirl
Makefile and missing file to build libxf86drm.a
commit
|
commitdiff
|
tree
|
snapshot
2004-09-17
Jon Smirl
Add the two GPL licensed I2C support files.
commit
|
commitdiff
|
tree
|
snapshot
2004-09-17
Jon Smirl
Add linux sysfs i2c support to radeon driver. This...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-16
Jon Smirl
Let's try adding the dyn-minor patch again. This patch...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-16
Jon Smirl
Fix drm_scatter to properly report it's availability
commit
|
commitdiff
|
tree
|
snapshot
2004-09-15
Jon Smirl
Back dyn-minor patch out for now. fops handling is...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-15
Jon Smirl
Don't use module_param if it isn't defined in older...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-15
Jon Smirl
Dynamic device minor support. Minor device numbers...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-14
Jon Smirl
Add chip family names to the radeon driver
commit
|
commitdiff
|
tree
|
snapshot
2004-09-12
Jon Smirl
Fix error path in probe() to release resources if there...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-12
Jon Smirl
Make the comment match the code
commit
|
commitdiff
|
tree
|
snapshot
2004-09-12
Jon Smirl
Fix DRM to compile cleanly with recent kernel changes...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-10
Jon Smirl
More general patch to mark resources in use by all...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-08
Jose Fonseca
Update doxygen configuration file. Minor documentation...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-08
Jon Smirl
Adjust permanent mapping code to account for more than...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-07
Thomas Hellstrom
Added IOCTL for writing 2D DMA command buffers over...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-05
Dave Airlie
missed fix as part of last checkin
commit
|
commitdiff
|
tree
|
snapshot
2004-09-05
Dave Airlie
merge back bunch of whitespace and misc changes from...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-05
Dave Airlie
bad code copy for alpha.. fix the member names
commit
|
commitdiff
|
tree
|
snapshot
2004-09-05
Dave Airlie
make the AMD64 check a compat thing
commit
|
commitdiff
|
tree
|
snapshot
2004-09-04
Dave Airlie
Fixup OS_HAS_AGP/OS_HAS_MTRR along lines of patches...
commit
|
commitdiff
|
tree
|
snapshot
2004-09-04
Dave Airlie
doh.. that makes no sense.. thinko in removal of OS_HAS_AGP
commit
|
commitdiff
|
tree
|
snapshot
2004-09-03
Dave Airlie
file drm_core.h was initially added on branch drmlib...
commit
|
commitdiff
|
tree
|
snapshot
next