index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_cgs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amdgpu: add support for getting sub_device id and
Rex Zhu
2016-08-25
1
-0
/
+6
*
drm/amdgpu: add query device id and revision id into system info entry at CGS
Huang Rui
2016-07-29
1
-1
/
+7
*
drm/amdgpu: make amdgpu_cgs_call_acpi_method as static
Huang Rui
2016-07-29
1
-1
/
+1
*
drm/amdgpu: Change assignment for a variable in amdgpu_cgs_acpi_eval_object()
Markus Elfring
2016-07-29
1
-1
/
+2
*
drm/amdgpu: Delete an unnecessary variable initialisation in amdgpu_cgs_acpi_...
Markus Elfring
2016-07-29
1
-1
/
+1
*
drm/amdgpu: Delete a variable in amdgpu_cgs_acpi_eval_object()
Markus Elfring
2016-07-29
1
-2
/
+0
*
drm/amdgpu: One function call less in amdgpu_cgs_acpi_eval_object() after err...
Markus Elfring
2016-07-29
1
-9
/
+9
*
drivers/amdgpu: Remove redundant NULL check before kfree()
Edward O'Callaghan
2016-07-29
1
-2
/
+1
*
drm/amdgpu: add ucode_start_address into cgs_firmware_info
Huang Rui
2016-07-15
1
-0
/
+4
*
drm/amdgpu: add read/write function for GC CAC programming
Rex Zhu
2016-07-07
1
-0
/
+4
*
drm/amdgpu: get number of shade engine by cgs interface.
Rex Zhu
2016-07-07
1
-0
/
+3
*
drm/amdgpu: remove cgs_acpi_method_argument member method_length
Nicolai Hähnle
2016-07-07
1
-5
/
+2
*
drm/amdgpu: print smc fw info in CGS.
yanyang1
2016-07-07
1
-0
/
+1
*
drm/amdgpu: initialize amdgpu_cgs_acpi_eval_object result value
Nicolas Iooss
2016-06-20
1
-1
/
+1
*
drm/amdgpu: add release firmware for cgs
Monk Liu
2016-06-09
1
-0
/
+12
*
drm/amdgpu: fetch cu_info once at init
Alex Deucher
2016-05-11
1
-3
/
+1
*
drm/amdgpu: fix memory leak in CGS (FW info)
Mykola Lysenko
2016-05-04
1
-34
/
+36
*
drm/amdgpu: change ELM/BAF to Polaris10/Polaris11
Flora Cui
2016-05-04
1
-8
/
+8
*
drm/amd/amdgpu: add query GFX cu info in CGS query system info
Eric Huang
2016-05-04
1
-0
/
+5
*
drm/amd/amdgpu: Add smc_sk firmware in baffin & ellesmere.
yanyang1
2016-05-04
1
-3
/
+9
*
drm/amd/powerplay: add smu support for ellesmere/baffin
rezhu
2016-05-04
1
-2
/
+9
*
drm/amd: make a type-safe cgs_device struct. (v2)
Dave Airlie
2016-05-04
1
-46
/
+46
*
drm/amdgpu: add an cgs interface to notify amdgpu the dpm state.
Rex Zhu
2016-04-01
1
-0
/
+11
*
drm/amd/powerplay: fix segment fault issue in multi-display case.
Rex Zhu
2016-04-01
1
-5
/
+8
*
drm/amdgpu: add a cgs interface to fetch cg and pg flags
Alex Deucher
2016-02-08
1
-0
/
+6
*
drm/amdgpu/cgs: add an interface to access PCI resources
Alex Deucher
2016-01-11
1
-0
/
+36
*
drm/amdgpu/cgs: cleanup some indenting
Dan Carpenter
2016-01-04
1
-9
/
+9
*
drm/amdgpu/cgs: add sys info query for pcie gen and link width
Alex Deucher
2015-12-21
1
-0
/
+6
*
drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
Eric Huang
2015-12-21
1
-0
/
+3
*
drm/amdgpu: add new cgs interface to get display info (v2)
Rex Zhu
2015-12-21
1
-0
/
+40
*
drm/amdgpu: implement cgs interface to query system info
Rex Zhu
2015-12-21
1
-0
/
+23
*
drm/amdgpu: implement new cgs interface for acpi function
Rex Zhu
2015-12-21
1
-2
/
+218
*
drm/amdgpu/cgs: remove import_gpu_mem
Alex Deucher
2015-09-30
1
-39
/
+0
*
drm/amdgpu: export reservation_object from dmabuf to ttm (v2)
Christian König
2015-09-23
1
-2
/
+3
*
drm/amdgpu: add cgs_interface for pg and cg
rezhu
2015-08-17
1
-1
/
+46
*
drm/amdgpu: add cgs_get_firmware_info interface v2
Jammy Zhou
2015-08-17
1
-1
/
+121
*
drm/amdgpu: implement cgs gpu memory callbacks
Chunming Zhou
2015-08-17
1
-12
/
+226
*
drm/amdgpu: add atom interfaces for CGS
Chunming Zhou
2015-08-17
1
-6
/
+22
*
drm/amdgpu: Implement irq interfaces for CGS
Alex Deucher
2015-08-17
1
-6
/
+75
*
drm/amdgpu: Implement the pciconfig callbacks for CGS
Chunming Zhou
2015-08-17
1
-12
/
+28
*
drm/amdgpu: Implement mmio callbacks for CGS
Chunming Zhou
2015-08-17
1
-7
/
+38
*
drm/amd: Add CGS interfaces
Chunming Zhou
2015-08-17
1
-0
/
+327