Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
3dff4cc4b0f99f039d41ff86c3503372f9719124
3dff4cc
drm/amdgpu: abstract setup vmid config for gfxhub/mmhub
by Huang Rui
· 8 years ago
d5c8739
drm/amdgpu: abstract disable identity aperture for gfxhub/mmhub
by Huang Rui
· 8 years ago
02c4704
drm/amdgpu: abstract system domain enablement for gfxhub/mmhub
by Huang Rui
· 8 years ago
41f6f31
drm/amdgpu: abstract cache initialization for gfxhub/mmhub
by Huang Rui
· 8 years ago
3426983
drm/amdgpu: abstract TLB initialization for gfxhub/mmhub
by Huang Rui
· 8 years ago
fc4b884
drm/amdgpu: abstract system aperture initialization for gfxhub/mmhub
by Huang Rui
· 8 years ago
9bbad6f
drm/amdgpu: abstract gart aperture initialization for gfxhub/mmhub
by Huang Rui
· 8 years ago
a51dca4
drm/amdgpu: abstract gart table initialization for gfxhub/mmhub
by Huang Rui
· 8 years ago
a107ebf
drm/amdgpu: add saved_bo to save vce 4.0 context when suspend
by Leo Liu
· 8 years ago
78b3c83
drm/amdgpu: use existing function amdgpu_bo_create_kernel
by Leo Liu
· 8 years ago
91415a0
drm/amdgpu: add vcpu_bo cpu address for vce
by Leo Liu
· 8 years ago
e59c020
drm/amdgpu: Move compute vm bug logic to amdgpu_vm.c
by Alex Xie
· 8 years ago
117a48a
drm/amd/powerplay: enable CKS by default on vega10.
by Rex Zhu
· 8 years ago
040cd2d
drm/amd/powerplay: Align with VBIOS to support AVFS parameters.
by Rex Zhu
· 8 years ago
c5b053d
drm/amd/powerplay: Add floor DCEF for DS on boot.
by Rex Zhu
· 8 years ago
90c1130
drm/amdgpu: use LRU mapping policy for SDMA engines
by Andres Rodriguez
· 8 years ago
6065343
drm/amdgpu: guarantee bijective mapping of ring ids for LRU v3
by Andres Rodriguez
· 8 years ago
795f281
drm/amdgpu: implement lru amdgpu_queue_mgr policy for compute v4
by Andres Rodriguez
· 8 years ago
effd924
drm/amdgpu: untie user ring ids from kernel ring ids v6
by Andres Rodriguez
· 8 years ago
ecd910e
drm/amdgpu: workaround tonga HW bug in HQD programming sequence
by Andres Rodriguez
· 8 years ago
894700f
drm/amdgpu: condense mqd programming sequence
by Andres Rodriguez
· 8 years ago
0a281f5
drm/amdgpu: new queue policy, take first 2 queues of each pipe v2
by Andres Rodriguez
· 8 years ago
7b2124a
drm/amdgpu: avoid KIQ clashing with compute or KFD queues v2
by Andres Rodriguez
· 8 years ago
de65513
drm/amdgpu: remove hardcoded queue_mask in PACKET3_SET_RESOURCES
by Andres Rodriguez
· 8 years ago
e33fec4
drm/amdgpu: allocate queues horizontally across pipes
by Andres Rodriguez
· 8 years ago
5e70956
drm/amdgpu: remove duplicate magic constants from amdgpu_amdkfd_gfx*.c
by Andres Rodriguez
· 8 years ago
d0b63bb3
drm/amdkfd: allow split HQD on per-queue granularity v5
by Andres Rodriguez
· 8 years ago
763a47b
drm/amdgpu: teach amdgpu how to enable interrupts for any pipe v3
by Andres Rodriguez
· 8 years ago
78c1683
drm/amdgpu: allow split of queues with kfd at queue granularity v4
by Andres Rodriguez
· 8 years ago
42794b2
drm/amdgpu: take ownership of per-pipe configuration v3
by Andres Rodriguez
· 8 years ago
d59095f
drm/radeon: take ownership of pipe initialization
by Andres Rodriguez
· 8 years ago
dc102c4
drm/amdgpu: rename rdev to adev
by Andres Rodriguez
· 8 years ago
8ae0d2b
drm/amdgpu: fix kgd_hqd_load failing to update shadow_wptr
by Andres Rodriguez
· 8 years ago
97bf47b
drm/amdgpu: unify MQD programming sequence for kfd and amdgpu v2
by Andres Rodriguez
· 8 years ago
486d807
drm/amdgpu: remove duplicate definition of cik_mqd
by Andres Rodriguez
· 8 years ago
bf13ed6
drm/amdgpu: detect timeout error when deactivating hqd
by Andres Rodriguez
· 8 years ago
34130fb
drm/amdgpu: refactor MQD/HQD initialization v3
by Andres Rodriguez
· 8 years ago
268cb4c
drm/amdgpu: clarify MEC_HPD_SIZE is specific to a gfx generation
by Andres Rodriguez
· 8 years ago
75f0e32
drm/amd/powerplay: code clean up in vega10_hwmgr.c
by Rex Zhu
· 8 years ago
93480f8
Revert "drm/amd/powerplay: disable engine spread spectrum feature on Vega10."
by Rex Zhu
· 8 years ago
df057e0
drm/amd/powerplay: enable deep sleep by default for vega10
by Rex Zhu
· 8 years ago
4022e4f
drm/amd/powerplay: enable ulv feature by default for vega10.
by Rex Zhu
· 8 years ago
301654a
drm/amdgpu: stop joining VM PTE updates
by Christian König
· 8 years ago
53e2e91
drm/amdgpu: cache the complete pde
by Christian König
· 8 years ago
bb37b67
drm/amdgpu: Remove two ! operations in an if condition
by Alex Xie
· 8 years ago
dd684d3
drm/amdgpu: Optimize a function called by every IB sheduling
by Alex Xie
· 8 years ago
1410f64
drm/amdgpu: Program ring for vce instance 1 at its register space
by Leo Liu
· 8 years ago
cc28c4e
drm/amdgpu: Return EINVAL if no PT BO
by Harish Kasiviswanathan
· 8 years ago
92456b9
drm/amdgpu: add some extra VM error handling
by Christian König
· 8 years ago
b116632
drm/amdgpu: cleanup adjust_mc_addr handling v4
by Christian König
· 8 years ago
e8835e0
drm/amdgpu: enable lbpw on raven
by Hawking Zhang
· 8 years ago
ba7bb66
drm/amdgpu: init lbpw on raven
by Hawking Zhang
· 8 years ago
1d30b99
drm/amdgpu: update sdma 4.1 raven specific golden settings
by Hawking Zhang
· 8 years ago
7b6ba9e
drm/amdgpu: update GC 9.1 raven specific golden settings
by Hawking Zhang
· 8 years ago
01b5cc3
drm/amdgpu: update GC 9.1 golden settings
by Hawking Zhang
· 8 years ago
1974a2a
drm/amdgpu: remove unnecessary debug message
by Hawking Zhang
· 8 years ago
88eadc3
drm/amd/powerplay: fix set tools address for Vega10
by Eric Huang
· 8 years ago
4edc8f7
drm/amd/powerplay: fix soft pptable size for Vega10
by Eric Huang
· 8 years ago
2dc80b0
drm/amdgpu: optimize amdgpu driver load & resume time
by Shirish S
· 8 years ago
7e1544a
drm/amdgpu: fix null point error when rmmod amdgpu.
by Rex Zhu
· 8 years ago
5001793
drm/amd/powerplay: set powerplay support cap on raven
by Hawking Zhang
· 8 years ago
9e23f19
drm/amd/powerplay: bypass pptable process on raven
by Hawking Zhang
· 8 years ago
efb792c
drm/amd/powerplay: add get_temperature interface for raven
by Hawking Zhang
· 8 years ago
5746f36
drm/amd/powerplay: update magic number for rv hw backend
by Hawking Zhang
· 8 years ago
f0846b2
drm/amd/powerplay: using MinFClock/MaxFclock to report Min/Max memory clock limits
by Hawking Zhang
· 8 years ago
98990fa
drm/radeon: Cleanup pageflipping IRQ handling for evergreen, si
by Lyude
· 8 years ago
5cc4e5f
drm/radeon: Cleanup HDMI audio interrupt handling for evergreen
by Lyude
· 8 years ago
4cd096d
drm/radeon: Cleanup display interrupt handling for evergreen, si
by Lyude
· 8 years ago
e30a522
drm/amdgpu/gfx9: Switch baremetal to use KIQ for compute ring management. (v4)
by Alex Deucher
· 8 years ago
ba0c19f
drm/amdgpu/gfx9: fix resume of KIQ and KCQs (v2)
by Alex Deucher
· 8 years ago
0f1dfd5
drm/amdgpu/gfx9: move SET_RESOURCES into the same command stream
by Alex Deucher
· 8 years ago
bd3402e
drm/amdgpu/gfx9: wait once for all KCQs to be created
by Alex Deucher
· 8 years ago
898b789
drm/amdgpu: split gfx_v9_0_kiq_init_queue into two
by Alex Deucher
· 8 years ago
b5ab16b
drm/amdgpu: properly byteswap gpu_info firmware
by Alex Deucher
· 8 years ago
cd70f3d
drm/amd/powerplay: PP/DAL interface changes for dynamic clock switch
by Rex Zhu
· 8 years ago
8f55086
drm/amd/powerplay: add function set_clock_limit for Rv.
by Rex Zhu
· 8 years ago
96cda84
drm/amd/powerplay: add new clock type in struct gfx_arbit.
by Rex Zhu
· 8 years ago
746eb86
drm/amd/powerplay: add new clock type for Rv
by Rex Zhu
· 8 years ago
5140a74
drm/amd/powerplay: print msg id when smu failed.
by Rex Zhu
· 8 years ago
e5432eb
drm/amd/powerplay: add new smu message for Rv
by Rex Zhu
· 8 years ago
781e263
drm/amd/powerplay: delete duplicated code in vega10_hwmgr.c
by Rex Zhu
· 8 years ago
68e2c5f
drm/amdgpu: add an INFO query for monitoring VRAM CPU page faults
by Marek Olšák
· 8 years ago
9156e72
drm/amd/amdgpu: Return error if initiating read out of range on vram
by Tom St Denis
· 8 years ago
e7f78b6
drm/radeon: Add module param to control CIK support
by Felix Kuehling
· 8 years ago
9c2e1ae
drm/amd/amdgpu: Clean up gmc6 wait_for_idle
by Tom St Denis
· 8 years ago
c990b71
drm/amd/amdgpu: Tidy up static int dce_v6_0_get_num_crtc()
by Tom St Denis
· 8 years ago
e44143e
drm/amd/amdgpu: Drop commented out stub function
by Tom St Denis
· 8 years ago
2de3aac
drm/amd/amdgpu: Tidy up of gfx_v6_0_setup_rb()
by Tom St Denis
· 8 years ago
5a7bfde
drm/amd/amdgpu: gfx6 tidy up raster config
by Tom St Denis
· 8 years ago
167327d
drm/amd/amdgpu: Clean up GFX6 tilemode programming
by Tom St Denis
· 8 years ago
f5f3b16
drm/amdgpu: fix merge of vcn_v1_0.c v2
by Christian König
· 8 years ago
9a94f5a
drm/amdgpu: move adjust adjust_mc_addr into the GFX9 vm_flush functions
by Christian König
· 8 years ago
60bfcd3
drm/amdgpu: change default of amdgpu_vram_page_split to 512
by Christian König
· 8 years ago
de37e68
drm/amdgpu: fix ocl test performance drop
by Flora Cui
· 8 years ago
78cb908
drm/amdgpu/sdma3: correct wptr initialization for sdma
by Yintian Tao
· 8 years ago
05ec3ed
drm/amdgpu: cleanup VM manager init/fini
by Christian König
· 8 years ago
a340c7b
drm/amdgpu: add dep_sync for amdgpu job
by Chunming Zhou
· 8 years ago
f8af933
drm/amdgpu/gfx9: update golden settings
by Ken Wang
· 8 years ago
15d73ce
drm/amdgpu: skip all jobs of guilty vm
by Chunming Zhou
· 8 years ago
f189213
drm/amdgpu: return -ENODEV to user space when vram is lost v2
by Chunming Zhou
· 8 years ago
Next »