summaryrefslogtreecommitdiffstats
path: root/scripts/checkpatch.pl (unfollow)
Commit message (Expand)AuthorFilesLines
2015-09-21drm/i915/skl: handle port E in cpt_digital_port_connectedJani Nikula1-0/+3
2015-09-18drm/i915/bxt: Fix wrongly placed ')' in I915_READ()Damien Lespiau1-1/+1
2015-09-18drm/i915: Don't leak VBT mode dataMatt Roper1-0/+4
2015-09-18drm/i915: cleanup pipe_update trace functions with new crtc debug info v3Jesse Barnes2-19/+18
2015-09-17drm/i915: add more debug info for when atomic updates fail v3Jesse Barnes2-10/+23
2015-09-17drm/i915: fix kernel-doc warnings in i915_gem.cGeliang Tang1-5/+5
2015-09-14drm/i915: Fix fb object's frontbuffer-bitsSagar Arun Kamble2-8/+9
2015-09-14drm/i915/gen9: WA ST Unit Power Optimization DisableRobert Beckett2-0/+6
2015-09-14drm/i915: Set stolen reserved to 0 for pre-g4x platformsVille Syrjälä1-1/+4
2015-09-14drm/i915: Fix warnings while make xmldocs caused by intel_lrc.cMasanari Iida1-2/+1
2015-09-14drm/i915: Split alloc from init for lrcNick Hoath5-94/+99
2015-09-14drm/i915: don't try to load GuC fw on pre-gen9Jesse Barnes1-13/+16
2015-09-14drm/i915: make CSR firmware messages less verboseJesse Barnes2-24/+24
2015-09-14drm/i915/gen9: Add WaDisableMinuteIaClockGatingNick Hoath1-0/+7
2015-09-14drm/i915/bxt: Add WaSetClckGatingDisableMediaArun Siluvery2-0/+7
2015-09-14drm/i915/gen9: Add WaDisableSamplerPowerBypassForSOPingPongArun Siluvery1-0/+7
2015-09-14drm/i915/bxt: Use intel_encoder->hpd_pin to check live statusSonika Jindal1-3/+6
2015-09-14drm/i915/lrc: Prevent preemption when lite-restore is disabledMichel Thierry1-6/+18
2015-09-14drm/i915: WaEnableForceRestoreInCtxtDescForVCS is for video engines onlyMichel Thierry1-4/+4
2015-09-14drm/i915: skip modeset if compatible for everyone.Maarten Lankhorst3-8/+1
2015-09-14drm/i915: Make updating pipe without modeset atomic.Maarten Lankhorst3-40/+70
2015-09-14drm/i915: Always try to inherit the initial fb.Maarten Lankhorst1-3/+0
2015-09-14drm/i915: Remove references to crtc->active from intel_fbdev.cMaarten Lankhorst1-3/+3
2015-09-14drm/i915: Set csc coefficients in update_pipe_size.Maarten Lankhorst1-0/+3
2015-09-11drm/i915: Update DRIVER_DATE to 20150911Daniel Vetter1-1/+1
2015-09-10drm/i915: Remove one very outdated commentTvrtko Ursulin1-4/+0
2015-09-10drm/i915: Use crtc->state for duplication.Maarten Lankhorst1-9/+1
2015-09-10drm/i915: Do not handle a null plane state.Maarten Lankhorst1-5/+1
2015-09-10drm/i915: Remove legacy plane updates for cursor and sprite planes.Maarten Lankhorst2-6/+0
2015-09-10drm/i915: Use atomic state when changing cursor visibility.Maarten Lankhorst1-6/+7
2015-09-10drm/i915: Use the atomic state in intel_update_primary_planes.Maarten Lankhorst1-14/+13
2015-09-10drm/i915: Use the plane state in intel_crtc_info.Maarten Lankhorst1-3/+5
2015-09-10drm/i915: Use atomic plane state in the primary plane update.Maarten Lankhorst1-1/+3
2015-09-10drm/i915: add attached connector to hdmi containerShashank Sharma2-0/+2
2015-09-07drm/i915: don't hard code vlv backlight frequency if unsetJani Nikula1-13/+0
2015-09-07drm/i915: initialize backlight max from VBTJani Nikula3-7/+185
2015-09-07drm/i915: use pch backlight override on hsw tooJani Nikula1-11/+23
2015-09-07drm/i915/bxt: Clean up bxt_init_clock_gatingNick Hoath1-5/+11
2015-09-04drm/i915: Fix cmdparser STORE/LOAD command descriptorsChris Wilson1-2/+2
2015-09-04drm/i915: Dump pfit state as hexVille Syrjälä1-4/+4
2015-09-04drm/i915: access the PP_ON_DELAYS/PP_OFF_DELAYS regs only pre GEN5Imre Deak4-21/+12
2015-09-04drm/i915: access the PP_CONTROL reg only pre GEN5Imre Deak1-1/+1
2015-09-04drm/i915: Refactor common ringbuffer allocation codeChris Wilson3-76/+70
2015-09-04drm/i915: use the yesno helper for loggingJani Nikula3-14/+11
2015-09-04drm/i915: ignore link rate in TPS3 selectionJani Nikula1-3/+4
2015-09-04drm/i915/dp: move TPS3 logic to where it's usedJani Nikula2-15/+17
2015-09-04drm/i915: Future proof panel fitter.Rodrigo Vivi1-12/+6
2015-09-04drm/i915: Future proof uncore_init.Rodrigo Vivi1-2/+0
2015-09-04drm/i915: Future proof interrupt handler.Rodrigo Vivi1-4/+4
2015-09-04drm/i915/gtt: Avoid calling kcalloc in a loop when allocating temp bitmapsMichał Winiarski1-31/+18