summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-22drm/i915: move generic hotplug code into new intel_hotplug.c fileJani Nikula5-422/+464
2015-06-22drm/i915/irq: clarify irq storm related function namingJani Nikula1-6/+6
2015-06-22drm/i915/irq: abstract irq storm hotplug disablingJani Nikula1-27/+50
2015-06-22drm/i915/irq: move hotplug even debug print to second connector loopJani Nikula1-4/+2
2015-06-22drm/i915: Make cdclk part of the atomic state.Maarten Lankhorst4-145/+135
2015-06-22drm/i915: Remove transitional references from intel_plane_atomic_check.Maarten Lankhorst1-13/+6
2015-06-22drm/i915: Make setting color key atomic.Maarten Lankhorst4-53/+46
2015-06-22drm/i915: Update less state during modeset.Maarten Lankhorst1-50/+16
2015-06-22drm/i915: atomic plane updates in a nutshellMaarten Lankhorst2-84/+23
2015-06-22drm/i915: Handle disabling planes better, v2.Maarten Lankhorst3-22/+106
2015-06-22drm/i915: Do not run most checks when there's no modeset.Maarten Lankhorst1-11/+22
2015-06-22drm/i915: Move crtc commit updates to separate functions.Maarten Lankhorst1-58/+69
2015-06-22drm/i915: move detaching scalers to begin_crtc_commit, v2.Maarten Lankhorst3-8/+4
2015-06-22drm/i915: remove force argument from disable_planeMaarten Lankhorst3-19/+9
2015-06-22drm/i915: clean up atomic plane check functions, v2.Maarten Lankhorst4-45/+29
2015-06-22drm/i915: clean up plane commit functionsMaarten Lankhorst2-27/+22
2015-06-22drm/i915: Split plane updates of crtc->atomic into a helper, v2.Maarten Lankhorst4-160/+176
2015-06-22drm/i915: Split skl_update_scaler, v4.Maarten Lankhorst4-107/+121
2015-06-22drm/i915: Assign a new pll from the crtc check function, v2.Maarten Lankhorst1-34/+26
2015-06-22drm/i915: Move scaler setup to check crtc function, v2.Maarten Lankhorst2-18/+14
2015-06-22drm/i915: Add a simple atomic crtc check function, v2.Maarten Lankhorst2-56/+75
2015-06-22drm/i915: Clean up intel_atomic_setup_scalers slightly.Maarten Lankhorst3-13/+11
2015-06-22drm/i915: Use crtc state in intel_modeset_pipe_configMaarten Lankhorst1-24/+15
2015-06-19drm/i915: Update DRIVER_DATE to 20150619Daniel Vetter1-1/+1
2015-06-18drm/i915: Reset request handling for gen8+Mika Kuoppala2-1/+45
2015-06-18drm/i915/bxt: eDP Panel Power sequencingVandana Kannan2-17/+78
2015-06-17drm/i915: Use helper to set CRTC state's modeMatt Roper1-2/+3
2015-06-16drm/i915: Remove more ilk rc6 remnantsDaniel Vetter1-10/+2
2015-06-15drm/i915: Limit CHV max cdclkMika Kahola1-0/+2
2015-06-15drm/i915: don't set the FBC plane select bits on HSW+Paulo Zanoni1-1/+4
2015-06-15drm/i915: unify no_fbc_reason message printingPaulo Zanoni3-69/+51
2015-06-15drm/i915: add FBC_ROTATION to enum no_fbc_reasonPaulo Zanoni3-1/+5
2015-06-15drm/i915: print FBC compression status on debugfsPaulo Zanoni2-0/+8
2015-06-15drm/i915: Drop the 64k linear scanout alignment on gen2/3Ville Syrjälä1-1/+1
2015-06-15drm/i915: Align DSPSURF to 128k on VLV/CHVVille Syrjälä1-1/+2
2015-06-15drm/i915: Actually respect DSPSURF alignment restrictionsVille Syrjälä3-18/+31
2015-06-15drm/i915: Delete duplicate #defines added for DCxChandra Konduru1-6/+0
2015-06-15drm/i915: Restarting the Idleness DRRS in drrs_flushRamalingam C1-10/+20
2015-06-15Merge branch 'topic/atomic-conversion' into drm-intel-next-queuedDaniel Vetter7-583/+513
2015-06-15drm/i915: Report to userspace if we have a (presumed) working GPU resetChris Wilson4-6/+29
2015-06-15drm/i915: Fix build without CONFIG_PMChris Wilson1-0/+4
2015-06-15drm/i915: Make sure our labels start at column 0Damien Lespiau2-3/+3
2015-06-15drm/i915/skl: Add debug messages at the start/end of DMC firmware loadingDamien Lespiau1-0/+3
2015-06-15drm/i915: Remove unnecessary () used with WARN()Damien Lespiau1-1/+2
2015-06-15drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.Francisco Jerez1-0/+7
2015-06-15drm/i915: Extend the parser to check register writes against a mask/value pair.Francisco Jerez2-47/+96
2015-06-15drm/i915: Fix command parser to validate multiple register access with the sa...Francisco Jerez2-31/+48
2015-06-15drm/i915: Bump CHV PFI credits to 63 when cdclk>=czclkVille Syrjälä1-1/+1
2015-06-15Fix resume from suspend on IBM X30Thomas Richter1-6/+57
2015-06-15drm/i915/gtt: Remove _single from page table allocatorMika Kuoppala1-8/+8