index
:
delta/xorg-driver-xf86-video-nouveau.git
dri3
master
ng
nv-branch-1
nv50-branch
nvc0
randr-1.2
screen-conv-api
gitlab.freedesktop.org: xorg/driver/xf86-video-nouveau.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
nv_hw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'origin' into randr-1.2
Dave Airlie
2007-04-22
1
-318
/
+0
|
\
|
*
nouveau: rip out card init, everything except modesetting.
Ben Skeggs
2007-03-26
1
-300
/
+16
*
|
Merge branch 'master' into randr-1.2
Dave Airlie
2007-03-06
1
-3
/
+8
|
\
\
|
|
/
|
*
match drm v4 interface changes
Ben Skeggs
2007-02-28
1
-3
/
+8
*
|
Merge branch 'origin' into randr-1.2
Dave Airlie
2007-01-31
1
-9
/
+15
|
\
\
|
|
/
|
*
Fill in some more nv30 magic values. Not sure what they do yet but they don'...
Jeremy Kolb
2007-01-18
1
-3
/
+9
|
*
Fix PGRAPH_DEBUG* regs to match what's done on the nv35. Specifically change ...
Jeremy Kolb
2007-01-17
1
-5
/
+5
|
*
NV30: Set DEBUG3 reg bit 1. Turns on automatic hw context switching.
Jeremy Kolb
2007-01-12
1
-4
/
+4
*
|
Merge branch 'origin' into randr-1.2
Dave Airlie
2007-01-07
1
-2
/
+1
|
\
\
|
|
/
|
*
NV4x changes to work with latest drm.
Ben Skeggs
2007-01-02
1
-2
/
+1
*
|
improve saving of context state.
Dave Airlie
2007-01-01
1
-1
/
+13
*
|
remove old i2c legacy code, fix typo
Dave Airlie
2007-01-01
1
-3
/
+0
*
|
remove unsued code
Dave Airlie
2007-01-01
1
-35
/
+0
*
|
clean up some function prototypes
Dave Airlie
2007-01-01
1
-11
/
+8
*
|
remove unused code fix typo
Dave Airlie
2007-01-01
1
-358
/
+0
*
|
fix tweaks add licenses
Dave Airlie
2007-01-01
1
-7
/
+0
*
|
add DAC colormap setup code
Dave Airlie
2006-12-31
1
-2
/
+6
*
|
split out pgraph and surface init code
Dave Airlie
2006-12-24
1
-15
/
+29
*
|
add more VGA register programming and fix some typos
Dave Airlie
2006-12-24
1
-2
/
+2
*
|
attempt to start moving to randr mode setting code in nv_crtc.c
Dave Airlie
2006-12-24
1
-5
/
+4
|
/
*
Remove final remaining PRAMIN access (NV04-specific), the drm handles it now
Ben Skeggs
2006-12-12
1
-7
/
+0
*
More pgraph regs
Matthieu Castet
2006-12-06
1
-9
/
+9
*
add VGA CRTC registers from haiku
airlied
2006-11-17
1
-38
/
+38
*
Cleanup of PVIDEO.
Matthieu Castet
2006-11-17
1
-6
/
+6
*
Fix type. 0x84 is DEBUG_1
Ben Skeggs
2006-11-14
1
-1
/
+1
*
add some names to registers
Dave Airlie
2006-11-12
1
-32
/
+32
*
fix G5 endianness issue with panel size regs
Dave Airlie
2006-11-05
1
-1
/
+1
*
Remove the PFIFO_REINIT hack, and enable the irq by default. This commit requ...
Stephane Marchesin
2006-10-11
1
-40
/
+35
*
Copy+Paste a workaround for a NV40 hardware bug from NVShowHideCursor() into
Ben Skeggs
2006-09-03
1
-0
/
+4
*
Add back some setup that went missing during PFB reg cleanup.
Ben Skeggs
2006-09-02
1
-0
/
+2
*
clean up FB register names
Dave Airlie
2006-08-30
1
-33
/
+33
*
add some names for the RAMDAC registers
Dave Airlie
2006-08-30
1
-38
/
+38
*
add some names for some of the CRTC registers - some names not very meaningful
Dave Airlie
2006-08-30
1
-11
/
+11
*
remove PCRTC via macros
Dave Airlie
2006-08-30
1
-11
/
+22
*
remove PEXTDEV and PTIMER using macros
Dave Airlie
2006-08-30
1
-6
/
+6
*
remove PMC using macros
Dave Airlie
2006-08-30
1
-18
/
+18
*
remove PGRAPH direct accesses
Dave Airlie
2006-08-29
1
-121
/
+123
*
remove PFB usage with macros
Dave Airlie
2006-08-29
1
-40
/
+33
*
remove legacy crap from nvreg.h add cursor reg defines
Dave Airlie
2006-08-28
1
-2
/
+2
*
add RAMDAC register read/write
Dave Airlie
2006-08-28
1
-35
/
+59
*
Merge branch 'master' of git+ssh://git.freedesktop.org/git/nouveau/xf86-video...
Ben Skeggs
2006-08-28
1
-2
/
+2
|
\
|
*
use nvReadVGA and nvWriteVGA in more places
Dave Airlie
2006-08-28
1
-2
/
+2
*
|
More cleanups from DRM memory alloc changes.
Ben Skeggs
2006-08-28
1
-13
/
+16
|
/
*
add some read/write NV VGA register wrappers
Dave Airlie
2006-08-27
1
-76
/
+56
*
remove all U0* types in favour of more standard CARD* types
Dave Airlie
2006-08-27
1
-3
/
+3
*
Initial work in porting the DDX to use the DRM for memory allocations.
Ben Skeggs
2006-08-26
1
-3
/
+6
*
updated git tree from changes that got lost on way from CVS
Dave Airlie
2006-08-25
1
-1
/
+1
*
If you stare at nv_hw.c long enough, things start to make sense. I swear !
marcheu
2006-08-25
1
-5
/
+19
*
Oops, this shouldn't be here still...
darktama_
2006-08-25
1
-9
/
+0
*
Updates for DRM changes, and a few cleanups
darktama_
2006-08-25
1
-6
/
+11
[next]