index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-01-14
drm/amd/pm: relocate the power related headers
Evan Quan
87
-11
/
+40
2022-01-14
drm/amd/pm: do not expose the smu_context structure used internally in power
Evan Quan
12
-67
/
+94
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
-193
/
+288
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
-430
/
+711
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
i915: make array flex_regs static const
Colin Ian King
1
-1
/
+1
2022-01-14
Merge tag 'amd-drm-next-5.17-2022-01-12' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Daniel Vetter
45
-327
/
+419
2022-01-14
Merge tag 'drm-misc-next-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
2
-7
/
+7
2022-01-14
Merge tag 'drm-misc-fixes-2022-01-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
7
-24
/
+47
2022-01-14
Merge tag 'sound-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Linus Torvalds
1
-2
/
+7
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/vc4: remove redundant assignment of variable size
Colin Ian King
1
-2
/
+0
2022-01-14
Merge tag 'drm-misc-next-fixes-2022-01-13' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
1
-1
/
+1
2022-01-14
Merge tag 'drm-intel-next-fixes-2022-01-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-next
Daniel Vetter
6
-17
/
+38
2022-01-14
drm/ttm: fix compilation on ARCH=um
Johannes Berg
1
-1
/
+3
2022-01-14
drm: bridge: it66121: Remove redundant check
Drew Davenport
1
-3
/
+0
2022-01-13
drm/bridge: dw-mipi-dsi: Switch to atomic operations
Jagan Teki
1
-7
/
+12
2022-01-13
drm/i915/pxp: Hold RPM wakelock during PXP unbind
Juston Li
1
-1
/
+4
2022-01-13
drm/i915/display/adlp: Implement new step in the TC voltage swing prog sequence
José Roberto de Souza
2
-2
/
+28
2022-01-13
drm/i915/display/ehl: Update voltage swing table
José Roberto de Souza
1
-5
/
+5
2022-01-13
drm/i915/gvt: Make DRM_I915_GVT depend on X86
Siva Mullati
1
-0
/
+1
2022-01-13
drm/i915/gvt: clean up kernel-doc in gtt.c
Randy Dunlap
1
-2
/
+2
2022-01-13
drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_*
Jani Nikula
15
-102
/
+70
2022-01-13
drm/i915/dp: make intel_dp_pack_aux() static again
Jani Nikula
2
-8
/
+4
2022-01-13
drm/stm: ltdc: Drop format_mod_supported function
José Expósito
1
-11
/
+0
2022-01-13
drm/stm: ltdc: add support of ycbcr pixel formats
Yannick Fertre
2
-7
/
+245
2022-01-13
drm/stm: ltdc: add support of flexible pixel formats
Yannick Fertre
2
-56
/
+145
2022-01-13
drm/stm: ltdc: add per plane update support
Yannick Fertre
2
-3
/
+24
2022-01-13
drm/stm: ltdc: add YCbCr 422 output support
Yannick Fertre
2
-1
/
+44
2022-01-13
drm/stm: ltdc: switch to regmap
Yannick Fertre
2
-71
/
+68
2022-01-13
drm/panfrost: Merge some feature lists
Alyssa Rosenzweig
1
-33
/
+7
2022-01-13
drm/panfrost: Remove features meant for userspace
Alyssa Rosenzweig
1
-172
/
+0
2022-01-12
Merge tag 'gvt-next-2022-01-12' of https://github.com/intel/gvt-linux into drm-intel-next
Rodrigo Vivi
12
-79
/
+72
2022-01-12
drm/panfrost: Check for error num after setting mask
Jiasheng Jiang
1
-1
/
+4
2022-01-12
drm: bridge: nwl-dsi: Drop panel_bridge from nwl_dsi
Jagan Teki
1
-5
/
+2
2022-01-12
drm/bridge: adv7533: make array clock_div_by_lanes static const
Colin Ian King
1
-1
/
+1
2022-01-12
Revert "drm: exynos: dsi: Convert to bridge driver"
Jagan Teki
1
-61
/
+32
2022-01-12
drm/mipi-dbi: Fix source-buffer address in mipi_dbi_buf_copy
Thomas Zimmermann
1
-1
/
+1
[prev]
[next]