index
:
linux.git
master
nocache-cleanup
linus torvalds my love
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_display_power_map.c
Age
Commit message (
Expand
)
Author
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-10-02
drm/i915/display: Enable PICA power before AUX
Gustavo Sousa
2025-10-02
drm/i915/display: Extract separate AUX PW descriptors
Gustavo Sousa
2025-08-13
drm/i915/display: Add power well mapping for WCL
Chaitanya Kumar Borah
2025-06-11
drm/i915/display: drop i915_reg.h include where possible
Jani Nikula
2025-06-09
drm/i915: split out display register macros to a separate file
Jani Nikula
2025-05-13
drm/i915: rename vlv_sideband*.[ch] to vlv_iosf_sb*.[ch]
Jani Nikula
2025-03-10
drm/i915/xe3lpd: Map POWER_DOMAIN_AUDIO_PLAYBACK to DC_off
Gustavo Sousa
2025-03-03
drm/i915: relocate intel_plane_ggtt_offset() to intel_atomic_plane.c
Jani Nikula
2024-12-18
drm/i915/display: drop unnecessary i915_drv.h includes
Jani Nikula
2024-12-02
drm/i915/display: convert power map to struct intel_display
Jani Nikula
2024-10-11
drm/i915/xe3lpd: Add new display power wells
Matt Roper
2023-09-21
drm/i915/xe2lpd: Add DC state support
Matt Roper
2023-09-21
drm/i915/xe2lpd: Add display power well
Ravi Kumar Vodapalli
2023-08-21
drm/i915/display: Remove unused POWER_DOMAIN_MODESET
Gustavo Sousa
2023-06-20
drm/i915/adlp+: Allow DC states along with PW2 only for PWB functionality
Imre Deak
2023-04-27
drm/i915/display: Increase AUX timeout for Type-C
Suraj Kandpal
2023-04-25
drm/i915/adlp+: Disable DC5/6 states for TC port DDI/AUX and for combo port AUX
Imre Deak
2023-04-19
drm/i915/mtl: Re-use ADL-P's "DC off" power well
Matt Roper
2023-04-19
drm/i915: Use separate "DC off" power well for ADL-P and DG2
Matt Roper
2023-01-25
drm/i915/display: add intel_display_limits.h for key enums
Jani Nikula
2022-11-18
drm/i915: Add missing DC_OFF power domain->well mappings
Imre Deak
2022-11-18
drm/i915: Add missing AUX_IO_A power domain->well mappings
Imre Deak
2022-11-18
drm/i915/tgl+: Enable display DC power states on all eDP ports
Imre Deak
2022-11-18
drm/i915: Move the POWER_DOMAIN_AUX_IO_A definition to its logical place
Imre Deak
2022-09-12
drm/i915/mtl: Add display power wells
Imre Deak
2022-08-31
drm/i915: move and group power related members under display.power
Jani Nikula
2022-05-02
drm/i915: move tons of power well initializers to rodata
Jani Nikula
2022-04-20
drm/i915: Remove the XELPD specific AUX and DDI power domains
Imre Deak
2022-04-20
drm/i915: Remove duplicate DDI/AUX power domain mappings
Imre Deak
2022-04-20
drm/i915: Remove the ICL specific TBT power domains
Imre Deak
2022-04-20
drm/i915: Sanitize the ADL-S power well definition
Imre Deak
2022-04-20
drm/i915: Simplify the DG1 power well descriptors
Imre Deak
2022-04-20
drm/i915: Allow platforms to share power well descriptors
Imre Deak
2022-04-20
drm/i915: Simplify power well definitions by adding power well instances
Imre Deak
2022-04-20
drm/i915: Convert the u64 power well domains mask to a bitmap
Imre Deak
2022-04-20
drm/i915: Convert the power well descriptor domain mask to an array of domains
Imre Deak
2022-04-20
drm/i915: Sanitize the power well names
Imre Deak
2022-04-20
drm/i915: Rename the power domain names to end with pipes/ports
Imre Deak
2022-04-20
drm/i915: Move the HSW power well flags to a common bitfield
Imre Deak
2022-04-20
drm/i915: Move the dg2 fixed_enable_delay power well param to a common bitfield
Imre Deak
2022-04-20
drm/i915: Move the power domain->well mappings to intel_display_power_map.c
Imre Deak