Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
f7715b299954b1f1644253682e50f38282eee611
/
drivers
/
gpu
/
drm
/
amd
6b25e21
Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 8 years ago
b898578
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 8 years ago
8036617
drm/amdgpu: revert "use more than 64KB fragment size if possible"
by Christian König
· 8 years ago
2f9ba19
drm/amdgpu: warn if dp aux is still attached on free
by Grazvydas Ignotas
· 8 years ago
140c94d
drm/amdgpu/dce11: add missing drm_mode_config_cleanup call
by Grazvydas Ignotas
· 8 years ago
8a2eef1
drm/amdgpu: also track late init state
by Grazvydas Ignotas
· 8 years ago
8cb619d
drm/amdgpu/virtual_dce: adjust config ifdef
by Alex Deucher
· 8 years ago
5eeda8a
drm/amdgpu/vce: add support for hw config packet (v2)
by Alex Deucher
· 8 years ago
806c60c
drm/amdgpu: clean up to set fw_offset as 0 twice
by Huang Rui
· 8 years ago
c64474e
drm/amdgpu: remove DRM_AMD_POWERPLAY
by Alex Deucher
· 8 years ago
2a272ca
drm/edid: Move dvi_dual/max_tmds_clock to drm_display_info
by Ville Syrjälä
· 8 years ago
ab5603c
drm/edid: Make max_tmds_clock kHz instead of MHz
by Ville Syrjälä
· 8 years ago
28a3965
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 8 years ago
00ea8cb
drm/amdgpu: always apply pci shutdown callbacks (v2)
by Alex Deucher
· 8 years ago
ec2f05f
drm/amdgpu: improve VM PTE trace points
by Christian König
· 8 years ago
186294f
drm/amdgpu: fix GART_DEBUGFS define
by Christian König
· 8 years ago
85a4b57
drm/amdgpu: free userptrs even if GTT isn't bound
by Christian König
· 8 years ago
3d5f4d4
drm/amd/amdgpu: Various cleanups for DCEv6
by Tom St Denis
· 8 years ago
ad78069
drm/amdgpu: fix BO move offsets
by Christian König
· 8 years ago
98b480d
drm/amdgpu: fix amdgpu_move_blit on 32bit systems
by Christian König
· 8 years ago
8159730
drm/amdgpu: fix gtt_mgr bo's offset
by Flora Cui
· 8 years ago
2befa60
drm/amdgpu: fix initializing the VM BO shadow
by Christian König
· 8 years ago
2a82ec21
drm/amdgpu: fix initializing the VM last eviction counter
by Christian König
· 8 years ago
2698f62
drm/amdgpu: cleanup VM shadow BO unreferencing
by Christian König
· 8 years ago
0fc8683
drm/amdgpu: allocate GTT space for shadow VM page tables
by Christian König
· 8 years ago
765e7fb
drm/amdgpu: rename all rbo variable to abo v2
by Christian König
· 8 years ago
1927ffc
drm/amdgpu: remove unused member from struct amdgpu_bo
by Christian König
· 8 years ago
bb990bb
drm/amdgpu: add a custom GTT memory manager v2
by Christian König
· 8 years ago
2744b64
drm/amdgpu/dce6: disable hpd on local panels
by Alex Deucher
· 8 years ago
3240825
drm/amdgpu/dce8: disable hpd on local panels
by Alex Deucher
· 8 years ago
3a9d993
drm/amdgpu/dce11: disable hpd on local panels
by Alex Deucher
· 8 years ago
e96ec90
drm/amdgpu/dce10: disable hpd on local panels
by Alex Deucher
· 8 years ago
bdbdb57
drm/amdgpu/si/dpm: fix phase shedding setup
by Alex Deucher
· 8 years ago
9909a79
drm/amdgpu/si/dpm: sync up quirks from radeon
by Alex Deucher
· 8 years ago
ca09fb9
Merge tag 'v4.8-rc8' into drm-next
by Dave Airlie
· 8 years ago
9f4ef05
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 8 years ago
3f346d5
Merge tag 'topic/drm-misc-2016-09-25' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 8 years ago
196ebdc
Merge tag 'drm-amdkfd-next-2016-09-19' of git://people.freedesktop.org/~gabbayo/linux into drm-next
by Dave Airlie
· 8 years ago
4cd00d3
drm/amdgpu/vce3: don't forget to tear down some rings
by Grazvydas Ignotas
· 8 years ago
44f9d7b
drm/amdgpu/i2c: add const where appropriate
by Grazvydas Ignotas
· 8 years ago
54ddf3a
drm/amdgpu: don't leave dangling pointers around
by Grazvydas Ignotas
· 8 years ago
d890764
drm/amdgpu: clear ring pointer in amdgpu_device on teardown
by Grazvydas Ignotas
· 8 years ago
24c5fe5
drm/amdgpu/vce: take all rings into account for idle checks
by Alex Deucher
· 8 years ago
b62b593
drm/amdgpu: add version bump for raster config programming
by Alex Deucher
· 8 years ago
d7a4ac6
drm/amdgpu: fix addr handling in amdgpu_vm_bo_update_mapping
by Christian König
· 8 years ago
3374dce
drm/amdgpu: bypass vce clock if vce is idle on Fiji.
by Rex Zhu
· 8 years ago
a951ed8
drm/amdgpu: disable CRTCs before teardown
by Grazvydas Ignotas
· 8 years ago
05dcb5c
drm/amdgpu: fix amdgpu_vm_bo_update param error
by Flora Cui
· 8 years ago
a1c1a1d
drm/amdgpu: Constify tables
by Nils Wallménius
· 8 years ago
beb86f2
drm/amd/amdgpu: Clean up afmt allocation in DCEv6. (v2)
by Tom St Denis
· 8 years ago
e37e4f0
drm/amd/amdgpu: Remove division from vblank_wait
by Tom St Denis
· 8 years ago
1b0f568
drm/amdgpu/atif: Send a hotplug event when we get dgpu display request
by Alex Deucher
· 8 years ago
efc83cf
drm/amdgpu/atpx: check for ATIF dGPU wake for display events support
by Alex Deucher
· 8 years ago
9cee3c1f
drm/amdgpu: bump version for new vce packet support
by Alex Deucher
· 8 years ago
4f82778
drm/amdgpu/vce: allow the clock table packet
by Alex Deucher
· 8 years ago
ceeb50e
drm/amdgpu:cleanup virt related define
by Monk Liu
· 8 years ago
9487dd1
drm/amdgpu: use powerplay module for dgpu in Vi.
by Rex Zhu
· 8 years ago
a8ca341
drm/amdgpu: set gfx clock gating for tonga/polaris.
by Rex Zhu
· 8 years ago
1bb08f9
drm/amdgpu: set system clock gating for tonga/polaris.
by Rex Zhu
· 8 years ago
465f96e
drm/amd/powerplay: export function to help to set cg by smu.
by Rex Zhu
· 8 years ago
664a08b
drm/amdgpu: avoid out of bounds access on array interrupt_status_offsets
by Colin Ian King
· 8 years ago
4d44665
drm/amdgpu: mark symbols static where possible
by Baoyou Xie
· 8 years ago
fa67532
drm/amdgpu: remove unused functions
by Baoyou Xie
· 8 years ago
3de4ec5
drm/amd/powerplay: Replace per-asic print_performance with generic
by Tom St Denis
· 8 years ago
fc76cbf
drm/amdgpu:add fw version entry to info
by Frank Min
· 9 years ago
bec8637
drm/amdgpu:determine if vPost is needed indeed
by Monk Liu
· 8 years ago
bd4a68d
Merge branch 'drm-next-4.9' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 8 years ago
4e99a44
drm/amdgpu:changes of virtualization cases probe (v3)
by Monk Liu
· 9 years ago
ecab766
drm/amdgpu: Use kmalloc_array() in amdgpu_debugfs_gca_config_read()
by Markus Elfring
· 8 years ago
f2cdaf2
drm/amd/amdgpu: Hook up read_sensor() to debugfs (v2)
by Tom St Denis
· 8 years ago
a6e3695
drm/amd/powerplay: Add read_sensor() callback to hwmgr (v3)
by Tom St Denis
· 8 years ago
167ac57
drm/amdgpu: implement raster configuration for gfx v8
by Huang Rui
· 8 years ago
0b2138a
drm/amdgpu: implement raster configuration for gfx v7
by Huang Rui
· 8 years ago
865ab83
drm/amdgpu: implement raster configuration for gfx v6
by Huang Rui
· 8 years ago
e88a614
drm/amdkfd: Pass 'struct queue_propertices' by reference
by Edward O'Callaghan
· 8 years ago
6f4d92a
drm/amdkfd: Unify multiple calls to pr_debug() into one
by Edward O'Callaghan
· 8 years ago
1d60243
drm/amdkfd: Fix possible infinite loop
by Edward O'Callaghan
· 8 years ago
ad16a469
drm/amdkfd: Reuse function to find a process through pasid
by Edward O'Callaghan
· 8 years ago
78b13f7
drm/amdkfd: Add some missing memset zero'ing in queue init func
by Edward O'Callaghan
· 8 years ago
585f0e6
drm/amdkfd: Tidy up kfd_generate_gpu_id() uint64_t bitshift unpack
by Edward O'Callaghan
· 8 years ago
e805ed8
drm/amd/powerplay: delete useless files.
by Rex Zhu
· 8 years ago
ab4f06d
drm/amd/powerplay: use smu7 hwmgr to manager iceland
by Rex Zhu
· 8 years ago
18aafc5
drm/amd/powerplay: implement fw related smu interface for iceland.
by Rex Zhu
· 8 years ago
9c6d495
drm/amd/powerplay: use smu7 common functions and data on icelannd.
by Rex Zhu
· 8 years ago
5746f90
drm/amd/powerplay: use smu7 common functions and data on Fiji.
by Rex Zhu
· 8 years ago
d01ec3f
drm/amd/powerplay: use smu7 common functions and data on Polars10.
by Rex Zhu
· 8 years ago
ac43f08
drm/amd/powerplay: use smu7 common functions and data on Tonga.
by Rex Zhu
· 8 years ago
1ff55f4
drm/amd/powerplay: implement smu7_smumgr for asics with smu ip version 7.
by Rex Zhu
· 8 years ago
fb044ed
drm/amd/powerplay: use smu7_hwmgr to manager tonga.
by Rex Zhu
· 8 years ago
1486022
drm/amd/powerplay: implement fw image related smum interface for tonga.
by Rex Zhu
· 8 years ago
b859c20
drm/amd/powerplay: use smu7 hwmgr to manager fiji
by Rex Zhu
· 8 years ago
18edef1
drm/amd/powerplay: implement fw image related smu interface for Fiji.
by Rex Zhu
· 8 years ago
4be051a
drm/amd/powerplay: use smu7 hwmgr to manager polaris10/11
by Rex Zhu
· 8 years ago
34a564e
drm/amd/powerplay: implement fw image related smum interface for Polaris.
by Rex Zhu
· 8 years ago
599a7e9
drm/amd/powerplay: implement smu7 hwmgr to manager asics with smu ip version 7.
by Rex Zhu
· 8 years ago
ee1a51f
drm/amd/powerplay: add common interface in smumgr to help to visit fw image.
by Rex Zhu
· 8 years ago
6a99a96
drm/amd/powerplay: add parameter of the mclk switch latency time
by Rex Zhu
· 8 years ago
c07aefc
drm/amd/powerplay: fix potential issue of array access violation
by Rex Zhu
· 8 years ago
9716ebc
drm/amd/powerplay: fix mclk not switching back after multi-head was disabled
by Rex Zhu
· 8 years ago
e313de7
Revert "drm/amdgpu: skip suspend/resume on DRM_SWITCH_POWER_DYNAMIC_OFF"
by Alex Deucher
· 8 years ago
Next »