index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_mem.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau: use alternate memory type for system-memory buffers with kind != 0
Ben Skeggs
2017-12-19
1
-3
/
+3
*
drm/nouveau: switch over to new memory and vmm interfaces
Ben Skeggs
2017-11-02
1
-80
/
+112
*
drm/nouveau: remove explicit unmaps
Ben Skeggs
2017-11-02
1
-8
/
+2
*
drm/nouveau/mmu: remove support for old backends
Ben Skeggs
2017-11-02
1
-30
/
+0
*
drm/nouveau: allocate vram with nvkm_ram_get()
Ben Skeggs
2017-11-02
1
-9
/
+30
*
drm/nouveau: directly handle comptag allocation
Ben Skeggs
2017-11-02
1
-2
/
+36
*
drm/nouveau: wrap nvkm_mem objects in nvkm_memory interfaces
Ben Skeggs
2017-11-02
1
-0
/
+33
*
drm/nouveau: separate buffer object backing memory from nvkm structures
Ben Skeggs
2017-11-02
1
-0
/
+114
*
drm/nouveau/drm/pm: remove everything except the hwmon interfaces to THERM
Ben Skeggs
2013-11-08
1
-647
/
+0
*
drm/nouveau/fb: initialise vram controller as pfb sub-object
Ben Skeggs
2013-07-01
1
-7
/
+7
*
drm/nouveau: quiet some static-related sparse noise
Marcin Slusarz
2012-10-03
1
-3
/
+3
*
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
2012-10-03
1
-52
/
+67
*
drm/nouveau: start culling unused code
Ben Skeggs
2012-10-03
1
-23
/
+0
*
drm/nouveau: port all engines to new engine module format
Ben Skeggs
2012-10-03
1
-140
/
+0
*
drm/nouveau: move some more code around to more appropriate places
Ben Skeggs
2012-10-03
1
-332
/
+0
*
drm/nouveau/instmem: completely new implementation, as a subdev module
Ben Skeggs
2012-10-03
1
-2
/
+69
*
drm/nouveau/fb: merge fb/vram and port to subdev interfaces
Ben Skeggs
2012-10-03
1
-71
/
+19
*
drm/nouveau: implement devinit subdev, and new init table parser
Ben Skeggs
2012-10-03
1
-3
/
+3
*
drm/nouveau/agp: move all agp stuff into its own source file
Ben Skeggs
2012-10-03
1
-144
/
+3
*
drm/nouveau: restructure source tree, split core from drm implementation
Ben Skeggs
2012-10-03
1
-3
/
+3
*
drm/nouveau/fifo: turn all fifo modules into engine modules
Ben Skeggs
2012-05-24
1
-0
/
+1
*
drm/nouveau/fifo: remove all the "special" engine hooks
Ben Skeggs
2012-05-24
1
-5
/
+4
*
drm/nouveau/fence: minor api changes for an upcoming rework
Ben Skeggs
2012-05-24
1
-1
/
+2
*
drm/nouveau/pm: some more delays for ddr3 reclocking
Ben Skeggs
2012-05-24
1
-0
/
+3
*
drm/nvd9/pm: oops, fix timing calc
Ben Skeggs
2012-05-24
1
-0
/
+1
*
nouveau: add PRIME support
Dave Airlie
2012-05-23
1
-1
/
+1
*
drm/nouveau/pm: several fixes for nvc0 memory timings
Roy Spliet
2012-03-13
1
-3
/
+6
*
drm/nouveau/mem: handle dll_off for ddr2/ddr3
Ben Skeggs
2012-03-13
1
-11
/
+23
*
drm/nouveau/pm: fix dll off -> dll on transitions
Ben Skeggs
2012-03-13
1
-2
/
+7
*
drm/nouveau/pm: detect when we need dll disabled for gddr3
Ben Skeggs
2012-03-13
1
-0
/
+10
*
drm/nouveau/pm: track mr2 for gddr3
Ben Skeggs
2012-03-13
1
-1
/
+4
*
drm/nouveau/pm: introduce ram reclocking helper
Ben Skeggs
2012-03-13
1
-0
/
+96
*
drm/nouveau/pm: embed timings into perflvl structs
Ben Skeggs
2012-03-13
1
-43
/
+39
*
drm/nouveau/pm: calculate memory timings at perflvl creation time
Ben Skeggs
2012-03-13
1
-265
/
+122
*
drm/nouveau/pm: implement DDR2/DDR3/GDDR3/GDDR5 MR generation and validation
Roy Spliet
2012-03-13
1
-133
/
+455
*
drm/nouveau/pm: improve memory timing generation
Roy Spliet
2012-03-13
1
-57
/
+99
*
drm/nouveau/pm: style fixes
Martin Peres
2012-03-13
1
-48
/
+81
*
drm/nv50: hopefully handle the DDR2/DDR3 memtype detection somewhat better
Ben Skeggs
2012-03-13
1
-0
/
+23
*
drm/nouveau: move vram detection funcs to chipset-specific fb code
Ben Skeggs
2012-03-13
1
-70
/
+33
*
drm/nouveau/bios: pass drm_device to ROMPTR, rather than nvbios
Ben Skeggs
2011-12-21
1
-2
/
+2
*
drm/nouveau: enable the ttm dma pool when swiotlb is active V3
Konrad Rzeszutek Wilk
2011-12-06
1
-0
/
+6
*
drm/nouveau/pm: Document and expose CL and WR for 0x1002Cx
Roy Spliet
2011-09-20
1
-13
/
+15
*
drm/nouveau/pm: add initial NV3x/NVCx memtiming support, improve other cards
Roy Spliet
2011-09-20
1
-130
/
+148
*
drm/nouveau: make general drm modesetting init common
Ben Skeggs
2011-09-20
1
-2
/
+0
*
DRM: remove drm_pci_device_is_pcie
Jon Mason
2011-07-13
1
-1
/
+1
*
drm/nouveau: Calculate reserved VRAM for PRAMIN value before use.
Younes Manton
2011-06-27
1
-28
/
+0
*
drm/nouveau: fix nouveau_mem object leak
Marcin Slusarz
2011-06-27
1
-1
/
+1
*
drm/nouveau: rework vram init/fini ordering a little
Ben Skeggs
2011-06-23
1
-27
/
+3
*
drm/nouveau: remove 'chan' argument from nouveau_bo_new
Ben Skeggs
2011-06-23
1
-1
/
+1
*
drm/nouveau: create temp vmas for both src and dst of bo moves
Ben Skeggs
2011-06-23
1
-35
/
+18
[next]