index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_dmc.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-23
drm/i915/dmc: Add interface to control start of PKG C-state exit
Jouni Högander
1
-0
/
+31
2025-04-23
drm/i915/dmc: Add interface to block PKG C-state
Jouni Högander
1
-0
/
+17
2025-04-17
drm/i915/dmc: switch to display->platform based platform detection
Jani Nikula
1
-26
/
+19
2025-03-24
drm/i915/dmc: Create debugfs entry for dc6 counter
Mohammed Thasleem
1
-1
/
+49
2025-03-21
drm/i915/display: convert to display runtime PM interfaces
Jani Nikula
1
-4
/
+5
2025-02-10
drm/i915: Convert intel_display_power_{get,put}*() to intel_display
Ville Syrjälä
1
-5
/
+2
2024-11-08
drm/i915/dmc_wl: Couple enable/disable with dynamic DC states
Gustavo Sousa
1
-4
/
+0
2024-10-30
drm/i915/display: use x100 version for full version and release
Jani Nikula
1
-4
/
+4
2024-10-25
drm/i915/xe3lpd: Load DMC
Gustavo Sousa
1
-1
/
+7
2024-09-13
drm/i915/display: move dmc snapshotting to new display snapshot
Jani Nikula
1
-8
/
+30
2024-09-11
drm/i915/dmc: Convert DMC code to intel_display
Ville Syrjälä
1
-190
/
+201
2024-08-22
drm/xe/display: remove intel_display_step_name() to simplify
Jani Nikula
1
-1
/
+1
2024-06-07
drm/i915/dmc: convert intel_dmc_print_error_state() to drm_printer
Jani Nikula
1
-8
/
+7
2024-06-06
drm/i915/display: include intel_step.h where needed
Jani Nikula
1
-0
/
+1
2024-06-06
drm/i915/display: include i915_gpu_error.h where needed
Jani Nikula
1
-0
/
+1
2024-05-22
drm/i915/bmg: Load DMC
Gustavo Sousa
1
-0
/
+6
2024-04-26
Merge tag 'drm-misc-next-2024-04-25' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-0
/
+1
2024-04-25
drm/print: drop include debugfs.h and include where needed
Jani Nikula
1
-0
/
+1
2024-04-22
drm/i915/display: move dmc_firmware_path to display params
Jani Nikula
1
-1
/
+1
2024-04-22
drm/i915/dmc: change how to disable DMC firmware using module param
Jani Nikula
1
-9
/
+22
2024-04-22
drm/i915/dmc: split out per-platform firmware path selection
Jani Nikula
1
-42
/
+54
2024-04-22
drm/i915/dmc: improve firmware parse failure propagation
Jani Nikula
1
-17
/
+24
2024-04-22
drm/i915/dmc: handle request_firmware() errors separately
Jani Nikula
1
-2
/
+9
2024-04-18
drm/i915/dmc: convert dmc wakelock interface to struct intel_display
Jani Nikula
1
-2
/
+2
2024-04-17
drm/i915/display: tie DMC wakelock to DC5/6 state transitions
Luca Coelho
1
-0
/
+4
2024-04-08
drm/i915/dmc: define firmware URL locally
Jani Nikula
1
-1
/
+3
2024-04-03
Revert "drm/i915/display: move dmc_firmware_path to display params"
Jani Nikula
1
-4
/
+4
2024-04-02
drm/i915/display: move dmc_firmware_path to display params
Jani Nikula
1
-4
/
+4
2024-03-13
drm/i915/xe2lpd: Load DMC
Balasubramani Vivekanandan
1
-1
/
+8
2024-01-05
drm/i915/dmc: use DISPLAY_VER instead of GRAPHICS_VER
Jani Nikula
1
-1
/
+1
2023-12-18
drm/i915/dmc: Print out the DMC mmio register list at fw load time
Ville Syrjälä
1
-0
/
+18
2023-12-18
drm/i915/dmc: Also disable HRR event on TGL/ADLS main DMC
Ville Syrjälä
1
-0
/
+5
2023-12-18
drm/i915/dmc: Also disable the flip queue event on TGL main DMC
Ville Syrjälä
1
-78
/
+5
2023-12-18
drm/i915/dmc: Don't enable any pipe DMC events
Ville Syrjälä
1
-2
/
+41
2023-10-11
drm/i915: Add wrapper for getting display step
Chaitanya Kumar Borah
1
-1
/
+1
2023-08-21
drm/i915/display: Eliminate IS_METEORLAKE checks
Matt Roper
1
-1
/
+1
2023-06-10
drm/i915: add a dedicated workqueue inside drm_i915_private
Luca Coelho
1
-1
/
+1
2023-03-09
drm/i915/dmc: Load DMC on MTL
Madhumitha Tolakanahalli Pradeep
1
-2
/
+8
2023-03-09
drm/i915/mtl: Fix Wa_16015201720 implementation
Radhakrishna Sripada
1
-5
/
+21
2023-03-06
drm/i915/dmc: mass rename dev_priv to i915
Jani Nikula
1
-85
/
+81
2023-03-06
drm/i915/dmc: allocate dmc structure dynamically
Jani Nikula
1
-5
/
+45
2023-03-06
drm/i915/dmc: add i915_to_dmc() and dmc->i915 and use them
Jani Nikula
1
-39
/
+55
2023-03-06
drm/i915/dmc: use has_dmc_id_fw() instead of poking dmc->dmc_info directly
Jani Nikula
1
-2
/
+2
2023-03-06
drm/i915/power: move dc state members to struct i915_power_domains
Jani Nikula
1
-1
/
+2
2023-02-08
drm/i915/dmc: drop "ucode" from function names
Jani Nikula
1
-10
/
+10
2023-02-02
drm/i915/dmc: check incoming dmc id validity
Jani Nikula
1
-2
/
+6
2023-02-02
drm/i915/dmc: add is_valid_dmc_id() and use it
Jani Nikula
1
-1
/
+6
2023-02-02
drm/i915/dmc: remove unnecessary dmc_id validity check
Jani Nikula
1
-5
/
+0
2023-02-02
drm/i915/dmc: add for_each_dmc_id() and use it
Jani Nikula
1
-6
/
+9
2023-02-02
drm/i915/dmc: add proper name to dmc id enum and use it
Jani Nikula
1
-39
/
+38
[next]