index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
phy
/
allwinner
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-01-14
drm/amd/pm: drop redundant or unused APIs and data structures
Evan Quan
2
-49
/
+4
2022-01-14
drm/amd/pm: move those code piece used by Stoney only to smu8_hwmgr.c
Evan Quan
3
-18
/
+9
2022-01-14
drm/amd/pm: optimize the amdgpu_pm_compute_clocks() implementations
Evan Quan
11
-194
/
+289
2022-01-14
drm/amd/pm: move pp_force_state_enabled member to amdgpu_pm structure
Evan Quan
3
-4
/
+5
2022-01-14
drm/amd/pm: create a new holder for those APIs used only by legacy ASICs(si/kv)
Evan Quan
13
-1034
/
+1091
2022-01-14
drm/amd/pm: do not expose the API used internally only in kv_dpm.c
Evan Quan
3
-26
/
+24
2022-01-14
drm/amd/pm: do not expose those APIs used internally only in si_dpm.c
Evan Quan
4
-88
/
+83
2022-01-14
drm/amd/pm: do not expose those APIs used internally only in amdgpu_dpm.c
Evan Quan
2
-25
/
+23
2022-01-14
drm/amd/pm: do not expose power implementation details to display
Evan Quan
4
-164
/
+344
2022-01-14
drm/amd/pm: do not expose power implementation details to amdgpu_pm.c
Evan Quan
4
-431
/
+712
2022-01-14
drm/amd/pm: do not expose implementation details to other blocks out of power
Evan Quan
13
-65
/
+161
2022-01-14
drm/radeon: use kernel is_power_of_2 rather than local version
Jonathan Gray
1
-16
/
+3
2022-01-14
drm/amd/display: Enable Freesync Video Mode by default
Solomon Chiu
3
-35
/
+5
2022-01-14
drm/amdgpu/swsmu: make sienna cichlid function static
Alex Deucher
1
-3
/
+3
2022-01-14
drm/mipi-dbi: Fix source-buffer address in mipi_dbi_buf_copy
Thomas Zimmermann
1
-1
/
+1
2022-01-14
drm: fix error found in some cases after the patch d1af5cd86997
Claudio Suarez
1
-6
/
+6
2022-01-14
drm/ttm: fix compilation on ARCH=um
Johannes Berg
1
-1
/
+3
2022-01-13
dma-buf: cma_heap: Fix mutex locking section
Weizhao Ouyang
1
-2
/
+4
2022-01-12
video: vga16fb: Only probe for EGA and VGA 16 color graphic cards
Javier Martinez Canillas
1
-0
/
+24
2022-01-11
drm/amdkfd: Fix ASIC name typos
Kent Russell
1
-3
/
+3
2022-01-11
drm/amdkfd: Fix DQM asserts on Hawaii
Felix Kuehling
1
-3
/
+6
2022-01-11
drm/amdgpu: Use correct VIEWPORT_DIMENSION for DCN2
Harry Wentland
1
-1
/
+13
2022-01-11
drm/amd/pm: only send GmiPwrDnControl msg on master die (v3)
Tao Zhou
1
-4
/
+12
2022-01-11
drm/amdgpu: use spin_lock_irqsave to avoid deadlock by local interrupt
Guchun Chen
1
-2
/
+3
2022-01-11
drm/amdgpu: not return error on the init_apu_flags
Prike Liang
1
-4
/
+2
2022-01-11
drm/amdkfd: Use prange->update_list head for remove_list
Felix Kuehling
2
-6
/
+2
2022-01-11
drm/amdkfd: Use prange->list head for insert_list
Felix Kuehling
2
-11
/
+8
2022-01-11
drm/amdkfd: make SPDX License expression more sound
Lukas Bulwahn
1
-1
/
+1
2022-01-11
drm/amdkfd: Check for null pointer after calling kmemdup
Jiasheng Jiang
1
-0
/
+3
2022-01-11
drm/amd/display: invalid parameter check in dmub_hpd_callback
José Expósito
1
-1
/
+2
2022-01-11
Revert "drm/amdgpu: Don't inherit GEM object VMAs in child process"
Rajneesh Bhardwaj
1
-3
/
+0
2022-01-11
drm/amd/display: reset dcn31 SMU mailbox on failures
Mario Limonciello
1
-0
/
+6
2022-01-11
drm/amdkfd: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2022-01-11
drm/amdgpu: use default_groups in kobj_type
Greg Kroah-Hartman
1
-1
/
+2
2022-01-11
drm/amd/amdgpu: Add pcie indirect support to amdgpu_mm_wreg_mmio_rlc()
Tom St Denis
1
-1
/
+3
2022-01-11
drm/amdgpu: recover gart table at resume
Nirmoy Das
7
-99
/
+11
2022-01-11
drm/amdgpu: do not pass ttm_resource_manager to vram_mgr
Nirmoy Das
6
-44
/
+30
2022-01-11
drm/amdkfd: remove unused function
Nirmoy Das
2
-8
/
+0
2022-01-11
drm/amdgpu: do not pass ttm_resource_manager to gtt_mgr
Nirmoy Das
4
-17
/
+12
2022-01-11
drm/amdgpu: Unmap MMIO mappings when device is not unplugged
Leslie Shi
3
-0
/
+34
2022-01-11
drm/amdgpu: Enable second VCN for certain Navy Flounder.
Peng Ju Zhou
1
-1
/
+2
2022-01-11
drm/amd/display: explicitly set is_dsc_supported to false before use
Mario Limonciello
1
-0
/
+1
2022-01-11
drm/amdgpu: Clear garbage data in err_data before usage
Jiawei Gu
1
-0
/
+1
2022-01-11
drm/atomic: Check new_crtc_state->active to determine if CRTC needs disable i...
Liu Ying
1
-1
/
+1
2022-01-11
drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get
Miaoqian Lin
1
-1
/
+3
2022-01-10
drm/i915/ttm: ensure we unmap when purging
Matthew Auld
1
-1
/
+15
2022-01-10
drm/i915/ttm: add unmap_virtual callback
Matthew Auld
4
-14
/
+14
2022-01-10
drm/i915/ttm: only fault WILLNEED objects
Matthew Auld
1
-0
/
+5
2022-01-10
drm/i915: don't call free_mmap_offset when purging
Matthew Auld
1
-1
/
+0
2022-01-10
drm/i915/pxp: Hold RPM wakelock during PXP unbind
Juston Li
1
-1
/
+4
[next]