index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_display_power.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: Fix warn in intel_display_power_*_domain() functions
Imre Deak
2022-11-21
1
-4
/
+4
*
drm/i915: Extract skl_watermark.c
Ville Syrjälä
2022-09-09
1
-1
/
+1
*
drm/i915: move dbuf under display sub-struct
Jani Nikula
2022-08-31
1
-3
/
+3
*
drm/i915: move and group power related members under display.power
Jani Nikula
2022-08-31
1
-57
/
+57
*
drm/i915: move and group cdclk under display.cdclk
Jani Nikula
2022-08-31
1
-1
/
+1
*
drm/i915: move dmc to display.dmc
Jani Nikula
2022-08-29
1
-9
/
+9
*
drm/i915/display/mtl: Extend MBUS programming
José Roberto de Souza
2022-08-25
1
-1
/
+1
*
drm/i915/mtl: Add support for MTL in Display Init sequences
Radhakrishna Sripada
2022-08-25
1
-0
/
+3
*
drm/i915/backlight: split out backlight registers to a separate file
Jani Nikula
2022-08-16
1
-0
/
+1
*
drm/i915/xelpd: Fix unclaimed accesses while loading PIPEDMC-C/D
Imre Deak
2022-08-15
1
-8
/
+0
*
drm/i915/dg2: Add support for DC5 state
Anusha Srivatsa
2022-08-02
1
-1
/
+1
*
drm/i915/d13: Add Wa_16015201720 disabling clock gating for PIPEDMC-A/B
Imre Deak
2022-07-28
1
-0
/
+8
*
drm/i915/d12+: Disable DMC handlers during loading/disabling the firmware
Imre Deak
2022-07-28
1
-0
/
+3
*
drm/i915: Nuke PCH_JSP
Ville Syrjälä
2022-07-06
1
-1
/
+1
*
drm/i915: Move dbuf details to INTEL_INFO->display
Ville Syrjälä
2022-06-27
1
-1
/
+1
*
drm/i915/pcode: Extend pcode functions for multiple gt's
Ashutosh Dixit
2022-05-20
1
-1
/
+1
*
drm/i915: Fix 'mixing different enum types' warnings in intel_display_power.c
Imre Deak
2022-05-12
1
-4
/
+4
*
drm/i915/dmc: Load DMC on DG2
Anusha Srivatsa
2022-05-12
1
-1
/
+3
*
drm/i915: Remove the XELPD specific AUX and DDI power domains
Imre Deak
2022-04-20
1
-15
/
+3
*
drm/i915: Remove the ICL specific TBT power domains
Imre Deak
2022-04-20
1
-9
/
+1
*
drm/i915: Remove the aliasing of power domain enum values
Imre Deak
2022-04-20
1
-24
/
+60
*
drm/i915: Sanitize the port -> DDI/AUX power domain mapping for each platform
Imre Deak
2022-04-20
1
-0
/
+206
*
drm/i915: Convert the u64 power well domains mask to a bitmap
Imre Deak
2022-04-20
1
-44
/
+64
*
drm/i915: Convert the power well descriptor domain mask to an array of domains
Imre Deak
2022-04-20
1
-2
/
+2
*
drm/i915: Rename the power domain names to end with pipes/ports
Imre Deak
2022-04-20
1
-58
/
+58
*
drm/i915: Move the power domain->well mappings to intel_display_power_map.c
Imre Deak
2022-04-20
1
-2257
/
+3
*
drm/i915: Unexport the for_each_power_well() macros
Imre Deak
2022-04-20
1
-0
/
+8
*
drm/i915: Move per-platform power well hooks to intel_display_power_well.c
Imre Deak
2022-04-20
1
-1747
/
+0
*
drm/i915/dmc: move assert_dmc_loaded() to intel_dmc.c
Jani Nikula
2022-03-30
1
-12
/
+0
*
drm/i915/dmc: simplify intel_dmc_load_program() conditions
Jani Nikula
2022-03-30
1
-3
/
+3
*
drm/i915: Use str_enable_disable()
Lucas De Marchi
2022-03-02
1
-1
/
+3
*
drm/i915: Move intel_display_power_well_is_enabled() to intel_display_power_w...
Imre Deak
2022-02-28
1
-36
/
+0
*
drm/i915: Add functions to get a power well's state/name/domains/mask/refcount
Imre Deak
2022-02-28
1
-35
/
+34
*
drm/i915: Add function to call a power well's sync_hw() hook
Imre Deak
2022-02-28
1
-5
/
+2
*
drm/i915: Move power well get/put/enable/disable functions to a new file
Imre Deak
2022-02-28
1
-126
/
+1
*
drm/i915: Move i915_power_well_regs struct into i915_power_well_ops
Imre Deak
2022-02-28
1
-182
/
+72
*
drm/i915: Remove redundant state verification during TypeC AUX power well dis...
Imre Deak
2022-02-28
1
-31
/
+1
*
drm/i915: Sanitize open-coded power well enable()/disable() calls
Imre Deak
2022-02-28
1
-4
/
+4
*
drm/i915: Fix the VDSC_PW2 power domain enum value
Imre Deak
2022-02-28
1
-2
/
+2
*
drm/i915: Move MCHBAR registers to their own header
Matt Roper
2022-02-16
1
-0
/
+1
*
drm/i915: Disable unused power wells left enabled by BIOS
Imre Deak
2022-02-03
1
-0
/
+31
*
drm/i915/cdclk: update intel_dump_cdclk_config() logging
Jani Nikula
2022-01-24
1
-1
/
+1
*
drm/i915/pcode: rename sandybridge_pcode_* to snb_pcode_*
Jani Nikula
2022-01-13
1
-7
/
+4
*
drm/i915: Move combo PHY registers to their own header
Matt Roper
2022-01-11
1
-0
/
+1
*
drm/i915: Move pipe/transcoder/abox masks under intel_device_info.display
Ville Syrjälä
2021-12-13
1
-2
/
+2
*
drm/i915: move structs from intel_display_power.h to .c
Jani Nikula
2021-11-19
1
-0
/
+92
*
drm/i915/debugfs: move debug printing to intel_display_power.c
Jani Nikula
2021-11-19
1
-0
/
+25
*
drm/i915/dsi/xelpd: Disable DC states in Video mode
Vandita Kulkarni
2021-11-15
1
-0
/
+1
*
drm/i915: make array states static const
Colin Ian King
2021-11-12
1
-1
/
+1
*
drm/i915/adlp: Implement workaround 16013190616
José Roberto de Souza
2021-10-29
1
-0
/
+5
[next]