index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
wireless
/
wext-priv.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-02-15
drm/i915/wm: add .get_hw_state to watermark funcs
Jani Nikula
8
-27
/
+40
2023-02-15
drm/i915/wm: move functions to call watermark hooks to intel_wm.[ch]
Jani Nikula
3
-95
/
+119
2023-02-15
drm/i915/wm: move remaining watermark code out of intel_pm.c
Jani Nikula
12
-3981
/
+4052
2023-02-15
drm/i915: move memory frequency detection to intel_dram.c
Jani Nikula
3
-130
/
+152
2023-02-15
drm/i915: Sanitize the display fused-off check on GEN7/8
Imre Deak
1
-2
/
+0
2023-02-15
drm/i915/dgfx, mtl+: Disable display functionality if the display is not present
Imre Deak
2
-0
/
+11
2023-02-15
drm/i915: Move display power initialization during driver probing later
Imre Deak
2
-7
/
+5
2023-02-15
drm/i915: Fix system suspend without fbdev being initialized
Imre Deak
1
-1
/
+7
2023-02-14
drm/i915: Use encoder->devdata in eDP init
Ville Syrjälä
3
-20
/
+15
2023-02-14
drm/i915: Iterate all child devs in intel_bios_is_port_present()
Ville Syrjälä
1
-1
/
+13
2023-02-14
drm/i915: Pass devdata to intel_bios_port_aux_ch()
Ville Syrjälä
5
-5
/
+7
2023-02-14
drm/i915: Populate encoder->devdata for g4x+ DP/HDMI ports
Ville Syrjälä
2
-0
/
+20
2023-02-14
drm/i915: Consult the registered encoders for the ICL combo PHY w/a
Ville Syrjälä
1
-1
/
+14
2023-02-14
drm/i915: Replace intel_bios_is_port_hpd_inverted() with intel_bios_encoder_h...
Ville Syrjälä
3
-26
/
+9
2023-02-14
drm/i915: Replace intel_bios_is_lane_reversal_needed() with intel_bios_encode...
Ville Syrjälä
3
-19
/
+7
2023-02-14
drm/i915: Replace intel_bios_is_lspcon_present() with intel_bios_encoder_is_l...
Ville Syrjälä
6
-27
/
+19
2023-02-14
drm/i915: Move variables to loop context
Ville Syrjälä
1
-20
/
+12
2023-02-14
drm/i915: Pass the whole encoder to hotplug_enables()
Ville Syrjälä
1
-30
/
+24
2023-02-14
drm/i915/dp: Increase slice_height for DP
Suraj Kandpal
1
-11
/
+23
2023-02-10
drm/i915: Prefix hex numbers with 0x
Ville Syrjälä
1
-3
/
+3
2023-02-10
drm/i915: Include stepping information in device info dump
Ville Syrjälä
1
-0
/
+5
2023-02-10
drm/i915/display: Pass drm_i915_private as param to i915 funcs
Nirmoy Das
4
-10
/
+10
2023-02-10
drm/i915: Replace wm.max_levels with wm.num_levels and use it everywhere
Ville Syrjälä
5
-93
/
+70
2023-02-10
drm/i915: Populate wm.max_level for everyone
Ville Syrjälä
3
-27
/
+14
2023-02-09
drm/i915/mtl: Initialize empty clockgating hooks for MTL
Radhakrishna Sripada
1
-1
/
+3
2023-02-09
drm/i915/dg2: Drop one PCI ID
Matt Roper
1
-1
/
+0
2023-02-08
Revert "drm/i915/hwmon: Enable PL1 power limit"
Ashutosh Dixit
1
-5
/
+0
2023-02-08
drm/i915/bios: set default backlight controller index
Jani Nikula
1
-0
/
+1
2023-02-08
drm/i915/uncore: cast iomem to avoid sparse warning
Jani Nikula
1
-2
/
+3
2023-02-08
drm/i915/dmc: drop "ucode" from function names
Jani Nikula
4
-20
/
+20
2023-02-08
drm/i915: Pick the backlight controller based on VBT on ICP+
Ville Syrjälä
1
-3
/
+31
2023-02-08
drm/i915: Populate encoder->devdata for DSI on icl+
Ville Syrjälä
2
-4
/
+14
2023-02-08
drm/i915: Fix VBT DSI DVO port handling
Ville Syrjälä
1
-10
/
+23
2023-02-06
drm/i915: Fix memory leaks in scatterlist
Matt Atwood
1
-2
/
+6
2023-02-06
drm/i915: Add another EHL pci id
Jonathan Gray
1
-0
/
+1
2023-02-06
drm/i915/hwmon: Enable PL1 power limit
Ashutosh Dixit
1
-0
/
+5
2023-02-03
drm/i915/dsb: Introduce intel_dsb_finish()
Ville Syrjälä
3
-4
/
+9
2023-02-03
drm/i915/dsb: Split intel_dsb_wait() from intel_dsb_commit()
Ville Syrjälä
3
-3
/
+13
2023-02-03
drm/i915/dsb: Pimp debug/error prints
Ville Syrjälä
1
-4
/
+8
2023-02-03
drm/i915/fbdev: Implement fb_dirty for intel custom fb helper
Jouni Högander
1
-0
/
+12
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
2
-40
/
+39
2023-02-01
drm/i915: Expose SAGV state via debugfs
Ville Syrjälä
3
-7
/
+28
2023-02-01
drm/i915: Keep sagv status updated on icl+
Ville Syrjälä
1
-20
/
+29
2023-02-01
drm/i915: Introduce HAS_SAGV()
Ville Syrjälä
2
-4
/
+5
2023-02-01
drm/i915: Don't do the WM0->WM1 copy w/a if WM1 is already enabled
Ville Syrjälä
1
-1
/
+2
2023-01-31
drm/i915/lvds: s/pipe_config/crtc_state/
Ville Syrjälä
1
-23
/
+23
[next]