index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_pm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-11
drm/i915/gen9: fix DDB partitioning for multi-screen cases
Paulo Zanoni
1
-2
/
+10
2016-10-04
drm/i915: make skl_ddb_add_affected_planes static
Jani Nikula
1
-1
/
+1
2016-09-30
drm/i915/gen9: only add the planes actually affected by ddb changes
Paulo Zanoni
1
-1
/
+36
2016-09-27
drm/i915: add a few missing platform tags to workaround tags
Jani Nikula
1
-1
/
+1
2016-09-26
drm/i915/gen9: fail the modeset instead of WARNing on unsupported config
Paulo Zanoni
1
-2
/
+3
2016-09-26
drm/i915/gen9: implement missing case for SKL watermarks calculation
Paulo Zanoni
1
-1
/
+4
2016-09-26
drm/i915/gen9: fix the watermark res_blocks value
Paulo Zanoni
1
-5
/
+7
2016-09-26
drm/i915/gen9: fix plane_blocks_per_line on watermarks calculations
Paulo Zanoni
1
-24
/
+15
2016-09-26
drm/i915/gen9: minimum scanlines for Y tile is not always 4
Paulo Zanoni
1
-24
/
+32
2016-09-26
drm/i915/gen9: fix the WaWmMemoryReadLatency implementation
Paulo Zanoni
1
-20
/
+22
2016-09-26
drm/i915/kbl: KBL also needs to run the SAGV code
Paulo Zanoni
1
-4
/
+10
2016-09-26
drm/i915: introduce intel_has_sagv()
Paulo Zanoni
1
-4
/
+18
2016-09-26
drm/i915: SAGV is not SKL-only, so rename a few things
Paulo Zanoni
1
-13
/
+13
2016-09-26
drm/i915/skl: drop workarounds for D0 revision
Jani Nikula
1
-2
/
+1
2016-09-15
drm/i915: Add ddb size field to device info structure
Deepak M
1
-11
/
+2
2016-09-09
drm/i915: Drop local struct_mutex around intel_init_emon[ilk]
Chris Wilson
1
-2
/
+0
2016-09-02
drm/i915: sseu: Use sseu_dev_info in device info
Imre Deak
1
-1
/
+1
2016-08-26
drm/i915: Add GEN7_PCODE_MIN_FREQ_TABLE_GT_RATIO_OUT_OF_RANGE to SNB
Chris Wilson
1
-0
/
+1
2016-08-25
drm/i915/skl: Update DDB values atomically with wms/plane attrs
Lyude
1
-156
/
+44
2016-08-23
drm/i915/skl: Update plane watermarks atomically during plane updates
Lyude
1
-16
/
+34
2016-08-22
drm/i915/skl: Ensure pipes with changed wms get added to the state
Lyude
1
-0
/
+4
2016-08-22
drm/i915/gen9: Only copy WM results for changed pipes to skl_hw
Matt Roper
1
-2
/
+26
2016-08-22
drm/i915/skl: Add support for the SAGV, fix underrun hangs
Lyude
1
-0
/
+148
2016-08-22
drm/i915/gen6+: Interpret mailbox error flags
Lyude
1
-1
/
+70
2016-08-18
drm/i915/gen9: Drop invalid WARN() during data rate calculation
Matt Roper
1
-2
/
+0
2016-08-18
drm/i915/gen9: Initialize intel_state->active_crtcs during WM sanitization (v2)
Matt Roper
1
-1
/
+16
2016-08-15
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-30
/
+30
2016-08-15
Merge tag 'drm-intel-next-2016-08-08' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-184
/
+170
2016-08-15
Merge tag 'topic/drm-misc-2016-08-12' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
1
-30
/
+30
2016-08-10
drm/i915: Fix nesting of rps.mutex and struct_mutex during powersave init
Chris Wilson
1
-3
/
+2
2016-08-08
drm/i915: Use drm_plane_state.{src,dst,visible}
Ville Syrjälä
1
-30
/
+30
2016-08-08
Merge tag 'drm-intel-next-fixes-2016-08-05' of git://anongit.freedesktop.org/...
Dave Airlie
1
-1
/
+2
2016-08-05
drm/i915: Repack fence tiling mode and stride into a single integer
Chris Wilson
1
-1
/
+1
2016-08-05
drm/i915: Enable i915_gem_wait_for_idle() without holding struct_mutex
Chris Wilson
1
-10
/
+2
2016-08-05
Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queued
Daniel Vetter
1
-3
/
+3
2016-08-04
drm/i915/gen9: Give one extra block per line for SKL plane WM calculations
Matt Roper
1
-0
/
+2
2016-08-03
drm/i915: Clean up the extra RPM ref on CHV with i915.enable_rc6=0
Ville Syrjälä
1
-3
/
+1
2016-08-02
drm/i915: Program FW_BLC_SELF on 915G as well
Ville Syrjälä
1
-1
/
+6
2016-08-02
drm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM/945GM
Ville Syrjälä
1
-0
/
+3
2016-08-02
drm/i915: Protect older gen against intel_gt_init_powersave()
Chris Wilson
1
-1
/
+1
2016-07-29
drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
Ville Syrjälä
1
-1
/
+2
2016-07-28
drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVB
Ville Syrjälä
1
-1
/
+2
2016-07-26
Backmerge tag 'v4.7' into drm-next
Dave Airlie
1
-3
/
+3
2016-07-21
Revert "drm/i915: Enable RC6 immediately"
Chris Wilson
1
-2
/
+94
2016-07-21
drm/i915: Enable RC6 immediately
Chris Wilson
1
-94
/
+2
2016-07-20
drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...
Chris Wilson
1
-1
/
+1
2016-07-20
drm/i915: Rename request reference/unreference to get/put
Chris Wilson
1
-3
/
+2
2016-07-20
drm/i915: Disable waitboosting for mmioflips/semaphores
Chris Wilson
1
-2
/
+0
2016-07-15
drm/i915/gen9: Add WaFbcHighMemBwCorruptionAvoidance
Mika Kuoppala
1
-0
/
+4
2016-07-15
drm/i195/fbc: Add WaFbcNukeOnHostModify
Mika Kuoppala
1
-0
/
+10
[next]