Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2225f3c6f1d793cabd7f509254ba10bb1da871ad
/
drivers
/
gpu
/
drm
/
i915
/
i915_params.c
1629224
drm/i915/lmem: add the fake lmem region
by Matthew Auld
· 5 years ago
4ec3753
drm/i915: Rename "inject_load_failure" module parameter
by Janusz Krzysztofik
· 5 years ago
19c79ff
drm/i915/tgl: Add DC3CO mask to allowed_dc_mask and gen9_dc_mask
by Anshuman Gupta
· 5 years ago
a030102
Revert "drm/i915: Update description of i915.enable_guc modparam"
by Tvrtko Ursulin
· 5 years ago
0629d4d
drm/i915: Update description of i915.enable_guc modparam
by Tvrtko Ursulin
· 5 years ago
5ccf202
drm/i915: Check backlight type while doing eDP backlight initializaiton
by Lee Shawn C
· 6 years ago
7ef5ef5
drm/i915: add force_probe module parameter to replace alpha_support
by Jani Nikula
· 6 years ago
3d6535c
drm/i915: Enable fastboot by default on Skylake and newer
by Hans de Goede
· 6 years ago
2ff195c
drm/i915/params: set i915.enable_hangcheck permissions to 0600
by Jani Nikula
· 6 years ago
16cabb1
drm/i915: add a helper to free the members of i915_params
by Jani Nikula
· 6 years ago
4081cef
drm/i915: add a helper to make a copy of i915_params
by Jani Nikula
· 6 years ago
31579ba
drm/i915: Hide enable_gvt modparam when not compiled in
by Joonas Lahtinen
· 6 years ago
7b3e51d
drm/i915: Ensure _print_param() builds with Clang
by Jani Nikula
· 6 years ago
4bdafb9
drm/i915: Remove i915.enable_ppgtt override
by Chris Wilson
· 6 years ago
d81be4f
drm/i915: Remove intel_panel_detect()
by Ville Syrjälä
· 6 years ago
9306b62
drm/i915/psr: Remove few mod parameters option.
by Rodrigo Vivi
· 6 years ago
560f6ad
drm/i915: Remove unused enable_cmd_parser modparam
by Chris Wilson
· 7 years ago
f425d08
drm/i915: add support for specifying DMC firmware override by module param
by Jani Nikula
· 7 years ago
fae919f
drm/i915: Enable inject_load_failure only in DEBUG config
by Michal Wajdeczko
· 7 years ago
0ed8795
drm/i915/guc: Redefine guc_log_level modparam values
by Michal Wajdeczko
· 7 years ago
acfb997
drm/i915: Add pretty printer for modparams
by Michal Wajdeczko
· 7 years ago
121981f
drm/i915/guc: Combine enable_guc_loading|submission modparams
by Michal Wajdeczko
· 7 years ago
fb6db0f
drm/i915: Remove unsafe i915.enable_rc6
by Chris Wilson
· 7 years ago
93c6e96
drm/i915: Remove i915.semaphores modparam
by Chris Wilson
· 7 years ago
fb5c551
drm/i915: Remove i915.enable_execlists module parameter
by Chris Wilson
· 7 years ago
8279aaf
drm/i915: Remove use_mmio_flip modparm, v2.
by Maarten Lankhorst
· 7 years ago
7075cb85
drm/i915: Extend I915_PARAMS_FOR_EACH with default member value
by Michal Wajdeczko
· 7 years ago
4f044a8
drm/i915: Rename global i915 to i915_modparams
by Michal Wajdeczko
· 7 years ago
3dcf4f2
drm/i915: Extend private i915_param_named macro with description
by Michal Wajdeczko
· 7 years ago
c954693
drm/i915: Introduce custom variant of module_param_named macro
by Michal Wajdeczko
· 7 years ago
17533bf
drm/i915: Rename lvds_use_ssc modparam to panel_use_ssc
by Michal Wajdeczko
· 7 years ago
ab3595b
drm/i915/opregion: let user specify override VBT via firmware load
by Jani Nikula
· 7 years ago
d293942
Revert "drm/i915: Add heuristic to determine better way to adjust brightness"
by Jani Nikula
· 7 years ago
7d9a1e4
Revert "drm/i915: Add option to support dynamic backlight via DPCD"
by Jani Nikula
· 7 years ago
ae25ece
drm/i915: Add option to support dynamic backlight via DPCD
by Puthikorn Voravootivat
· 8 years ago
560a758
drm/i915: Add heuristic to determine better way to adjust brightness
by Puthikorn Voravootivat
· 8 years ago
d3d3765
drm/i915: Enable Engine reset and recovery support
by Michel Thierry
· 8 years ago
ed35dd7
drm/i915: Update i915.reset to handle engine resets
by Michel Thierry
· 8 years ago
b3420dd
drm/i915/uc: Add params for specifying firmware
by Arkadiusz Hiler
· 8 years ago
8d2b47d
drm/i915: Enable atomic support by default on supported platforms.
by Maarten Lankhorst
· 8 years ago
1a2010c
drm/i915: Use bool i915_param.alpha_support
by Chris Wilson
· 8 years ago
41736a8
drm/i915: Use the precomputed value for whether to enable command parsing
by Chris Wilson
· 8 years ago
c007fb4
drm/i915: rename preliminary_hw_support to alpha_support
by Jani Nikula
· 8 years ago
98a2f41
drm/i915: Allow disabling error capture
by Chris Wilson
· 8 years ago
522a63d
drm/i915: Add a way to test the modeset done during gpu reset, v3.
by Maarten Lankhorst
· 8 years ago
fe993bc
drm/i915/guc: Revert "drm/i915/guc: enable GuC loading & submission by default"
by Rodrigo Vivi
· 8 years ago
77ca04c
drm/i915: Set the access right of kernel param "i915.enable_gvt" to read-only.
by Zhi Wang
· 9 years ago
0ad35fe
drm/i915: gvt: Introduce the basic architecture of GVT-g
by Zhi Wang
· 9 years ago
041824e
drm/i915/guc: enable GuC loading & submission by default
by Dave Gordon
· 9 years ago
5a21b66
drm/i915: Revert async unpin and nonblocking atomic commit
by Daniel Vetter
· 9 years ago
2335986
drm/i915/guc: Disable automatic GuC firmware loading
by Tvrtko Ursulin
· 9 years ago
fce91f2
drm/i915/guc: add enable_guc_loading parameter
by Dave Gordon
· 9 years ago
b8d2afa
drm/i915: Remove use_mmio_flip kernel parameter.
by Maarten Lankhorst
· 9 years ago
e7156c8
drm/i915: Add Backlight Control using DPCD for eDP connectors (v9)
by Yetunde Adebisi
· 9 years ago
4fec15d
drm/i915: Add fault injection support
by Imre Deak
· 9 years ago
7cc9613
drm/i915: add module param "enable_dp_mst"
by Nathan Schulte
· 9 years ago
0f3a93d
drm/i915: drop unused i915.disable_vtd_wa module parameter
by Jani Nikula
· 9 years ago
57b63d0
drm/i915: drop write perm from module params which don't support changing
by Jani Nikula
· 9 years ago
d94d6e8
drm/i915: Change i915.enable_psr parameter to use per platform default.
by Rodrigo Vivi
· 9 years ago
65f61b4
drm/i915: Instrument PSR parameter for debuging with link standby x link off.
by Rodrigo Vivi
· 9 years ago
c838d71
drm/i915: Decouple struct i915_params i915 into i915_params.h
by Joonas Lahtinen
· 9 years ago
92907cb
Merge tag 'v4.4-rc2' into drm-intel-next-queued
by Daniel Vetter
· 9 years ago
7383123
Revert "drm/i915: skip modeset if compatible for everyone."
by Jani Nikula
· 9 years ago
443646c
drm/i915/gen9: Add boot parameter for disabling DC6
by Patrik Jakobsson
· 9 years ago
d314cd4
drm/i915: fix handling of the disable_power_well module option
by Imre Deak
· 9 years ago
1b0e3a0
drm/i915/skl: disable display side power well support for now
by Imre Deak
· 9 years ago
1f9a99e
drm/i915/gen8: Flip the 48b switch
by Michel Thierry
· 9 years ago
25e1793
drm/i915: Mark debug mod options as _unsafe
by Daniel Vetter
· 9 years ago
6764e9f
drm/i915: skip modeset if compatible for everyone.
by Maarten Lankhorst
· 9 years ago
c5b852f
Partially revert "drm/i915: Use full atomic modeset."
by Maarten Lankhorst
· 9 years ago
63dc044
drm/i915: Add GuC-related module parameters
by Alex Dai
· 9 years ago
74c090b
drm/i915: Use full atomic modeset.
by Maarten Lankhorst
· 9 years ago
c329a4e
drm/i915: Nuke lvds downclock support
by Daniel Vetter
· 10 years ago
b1330fb
drm/i915: Report an error when i915.reset prevents a reset
by Chris Wilson
· 10 years ago
bf13af5
drm/i915: Fix up KMS Kconfig removal patch
by Daniel Vetter
· 10 years ago
9e45803
drm/i915/skl: Add module parameter to select edp vswing table
by Sonika Jindal
· 10 years ago
5bedeb2
drm/i915: Add module param to test the load detect code
by Daniel Vetter
· 10 years ago
ab585de
drm/i915: kill i915.powersave
by Rodrigo Vivi
· 10 years ago
48572ed
drm/i915: Disable the mmio.debug WARN after it fires
by Chris Wilson
· 10 years ago
b2e7723
drm/i915: Add i915.nuclear_pageflip command line param to force atomic (v4)
by Matt Roper
· 10 years ago
e2c719b
drm/i915: tame the chattermouth (v2)
by Rob Clark
· 10 years ago
27401d1
drm/i915/bdw: Enable execlists by default where supported
by Thomas Daniel
· 10 years ago
2d65a9f
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
by Linus Torvalds
· 10 years ago
a18b29f
Merge tag 'drm-intel-next-2014-09-01' of git://anongit.freedesktop.org/drm-intel into drm-next
by Dave Airlie
· 10 years ago
fc9740ce
drm/i915: taint the kernel if unsafe module parameters are set
by Jani Nikula
· 10 years ago
fd639ac
drm/i915/bdw: Disable execlists by default
by Damien Lespiau
· 10 years ago
127f100
drm/i915/bdw: Macro for LRCs and module option for Execlists
by Oscar Mateo
· 10 years ago
27d438c
Revert "drm/i915: Enable PSR by default."
by Linus Torvalds
· 10 years ago
5978118
drm/i915: reorganize the unclaimed register detection code
by Paulo Zanoni
· 10 years ago
b6d5477
drm/i915: Enable PSR by default.
by Rodrigo Vivi
· 10 years ago
84c33a6
drm/i915: Replaced Blitter ring based flips with MMIO flips
by Sourab Gupta
· 11 years ago
7a10dfa
drm/i915: Add debug module option for VTd validation
by Daniel Vetter
· 11 years ago
5c411bb
drm/i915: Enable command parsing by default
by Brad Volkin
· 11 years ago
a8a8bd5
drm/i915: make PC8 be part of runtime PM suspend/resume
by Paulo Zanoni
· 11 years ago
351e3db
drm/i915: Implement command buffer parsing logic
by Brad Volkin
· 11 years ago
a0bae57
drm/i915: Provide a command line option to disable display
by Damien Lespiau
· 11 years ago
3adee7a
drm/i915: drop i915_ prefix from enable_rc6, enable_fbc, enable_ppgtt parameters
by Jani Nikula
· 11 years ago
d330a95
drm/i915: move module parameters into a struct, in a new file
by Jani Nikula
· 11 years ago