summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Use lockless object freeChris Wilson2016-10-281-1/+1
* drm/i915: Use macro in place of open-coded for_each_universal_plane loopMatt Roper2016-10-281-1/+1
* drm/i915: Rename for_each_plane -> for_each_universal_planeMatt Roper2016-10-281-1/+1
* Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter2016-10-251-6/+6
|\
| * Merge tag 'drm-intel-next-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-251-359/+378
| |\
| * \ Merge tag 'topic/drm-misc-2016-10-24' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-10-251-6/+6
| |\ \
| | * | drm: Add drm_rotation_90_or_270()Ville Syrjälä2016-10-211-6/+6
| * | | drm/i915/gen9: only add the planes actually affected by ddb changesPaulo Zanoni2016-10-101-1/+36
| * | | drm/i915/gen9: fix the watermark res_blocks valuePaulo Zanoni2016-10-101-5/+7
| * | | drm/i915/gen9: fix plane_blocks_per_line on watermarks calculationsPaulo Zanoni2016-10-101-24/+15
| * | | drm/i915/gen9: minimum scanlines for Y tile is not always 4Paulo Zanoni2016-10-101-24/+32
| * | | drm/i915/gen9: fix the WaWmMemoryReadLatency implementationPaulo Zanoni2016-10-101-20/+22
| * | | drm/i915/kbl: KBL also needs to run the SAGV codePaulo Zanoni2016-10-101-4/+10
| * | | drm/i915: introduce intel_has_sagv()Paulo Zanoni2016-10-101-4/+18
| * | | drm/i915: SAGV is not SKL-only, so rename a few thingsPaulo Zanoni2016-10-101-13/+13
| |/ /
* | | drm/i915: Remove RPM sequence checkingChris Wilson2016-10-241-1/+0
| |/ |/|
* | drm/i915: Stop setting SNB min-freq-table 0 on powersave setupChris Wilson2016-10-221-4/+0
* | drm/i915/gen9: Add skl_wm_level_equals()cpaul@redhat.com2016-10-191-0/+14
* | drm/i915/gen9: Make skl_pipe_wm_get_hw_state() reusablecpaul@redhat.com2016-10-191-10/+18
* | drm/i915/gen9: Add ddb changes to atomic debug outputcpaul@redhat.com2016-10-191-0/+54
* | drm/i915/gen9: Get rid of redundant watermark valuescpaul@redhat.com2016-10-191-134/+69
* | drm/i915/gen9: don't call ilk_pipe_pixel_rate() twice on the same functionPaulo Zanoni2016-10-181-2/+6
* | drm/i915/gen9: fix watermarks when using the pipe scalerPaulo Zanoni2016-10-181-9/+3
* | drm/i915/gen9: look for adjusted_mode in the SAGV check for interlacedPaulo Zanoni2016-10-181-1/+1
* | drm/i915/gen9: unconditionally apply the memory bandwidth WAPaulo Zanoni2016-10-181-8/+41
* | drm/i915/gen9: Cleanup skl_pipe_wm_active_stateLyude2016-10-161-38/+14
* | drm/i915/gen9: Make skl_wm_level per-planeLyude2016-10-161-104/+102
* | drm/i915/skl: Remove linetime from skl_wm_valuesLyude2016-10-161-6/+1
* | drm/i915/skl: Move per-pipe ddb allocations into crtc statesLyude2016-10-161-24/+16
* | drm/i915: Make IS_GEN macros only take dev_privTvrtko Ursulin2016-10-141-42/+41
* | drm/i915: Make IS_VALLEYVIEW only take dev_privTvrtko Ursulin2016-10-141-1/+1
* | drm/i915: Make IS_CHERRYVIEW only take dev_privTvrtko Ursulin2016-10-141-2/+2
* | drm/i915: Make IS_G4X only take dev_privTvrtko Ursulin2016-10-141-2/+2
* | drm/i915: Make IS_BROADWELL only take dev_privTvrtko Ursulin2016-10-141-9/+11
* | drm/i915: Make IS_IVYBRIDGE only take dev_privTvrtko Ursulin2016-10-141-6/+7
* | drm/i915: Make INTEL_DEVID only take dev_privTvrtko Ursulin2016-10-141-12/+14
* | drm/i915: Make INTEL_PCH_TYPE & co only take dev_privTvrtko Ursulin2016-10-141-3/+3
* | drm/i915: Make HAS_DDI and HAS_PCH_LPT_LP only take dev_privTvrtko Ursulin2016-10-141-2/+2
* | drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-6/+11
* | drm/i915: Shrink per-platform watermark configurationTvrtko Ursulin2016-10-131-2/+2
* | drm/i915: Shrink cxsr_latency_tableTvrtko Ursulin2016-10-131-2/+2
* | drm/i915/gen9: fix DDB partitioning for multi-screen casesPaulo Zanoni2016-10-111-2/+10
* | drm/i915: make skl_ddb_add_affected_planes staticJani Nikula2016-10-041-1/+1
* | drm/i915/gen9: only add the planes actually affected by ddb changesPaulo Zanoni2016-09-301-1/+36
* | drm/i915: add a few missing platform tags to workaround tagsJani Nikula2016-09-271-1/+1
* | drm/i915/gen9: fail the modeset instead of WARNing on unsupported configPaulo Zanoni2016-09-261-2/+3
* | drm/i915/gen9: implement missing case for SKL watermarks calculationPaulo Zanoni2016-09-261-1/+4
* | drm/i915/gen9: fix the watermark res_blocks valuePaulo Zanoni2016-09-261-5/+7
* | drm/i915/gen9: fix plane_blocks_per_line on watermarks calculationsPaulo Zanoni2016-09-261-24/+15
* | drm/i915/gen9: minimum scanlines for Y tile is not always 4Paulo Zanoni2016-09-261-24/+32
OpenPOWER on IntegriCloud