summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* drm/i915: Adds graphic address space ballooning logicYu Zhang2015-02-133-3/+194
* drm/i915: Introduce a PV INFO page structure for Intel GVT-g.Yu Zhang2015-02-136-0/+192
* drm/i915: Introduce bit definitions of CTXT_SR_CTRL register.Zhi Wang2015-02-132-1/+4
* drm/i915: Announce support for framebuffer modifiersTvrtko Ursulin2015-02-131-0/+2
* drm/i915: Use fb modifiers in intel_pin_and_fence_fb_objTvrtko Ursulin2015-02-131-5/+6
* drm/i915: Use fb modifiers in intel_check_cursor_planeTvrtko Ursulin2015-02-131-4/+1Star
* drm/i915/skl: Use fb modifiers for spritesTvrtko Ursulin2015-02-131-14/+3Star
* drm/i915/skl: CS flips are not supported with execlistsTvrtko Ursulin2015-02-131-68/+4Star
* drm/i915: Use fb format modifiers in skylake_update_primary_planeDaniel Vetter2015-02-131-3/+3
* drm/i915: Switch intel_fb_align_height to fb format modifiersDaniel Vetter2015-02-133-8/+18
* drm/i915: Set up fb format modifier for initial plane configDaniel Vetter2015-02-131-5/+15
* drm/i915: Show frame buffer modifier in debug infoTvrtko Ursulin2015-02-131-2/+4
* drm/i915: Add fb format modifier supportDaniel Vetter2015-02-131-5/+23
* drm/i915: Add tiled framebuffer modifiersTvrtko Ursulin2015-02-132-0/+32
* drm/i915/bdw: Implement WaForceContextSaveRestoreNonCoherentDamien Lespiau2015-02-132-5/+8
* drm/i915: Support not having an init clock gating function definedDamien Lespiau2015-02-131-1/+2
* drm/i915: change dev_priv->fbc.plane to dev_priv->fbc.crtcPaulo Zanoni2015-02-134-8/+7Star
* drm/i915: don't keep reassigning FBC_UNSUPPORTEDPaulo Zanoni2015-02-131-3/+2Star
* drm/i915: don't try to find crtcs for FBC if it's disabledPaulo Zanoni2015-02-131-12/+8Star
* drm/i915: gen 9 h/w w/a (WaEnableForceRestoreInCtxtDescForVCS)Nick Hoath2015-02-131-3/+12
* drm/i915: gen 9 h/w w/a Fix stepping checkNick Hoath2015-02-131-1/+2
* drm: add support for tiled/compressed/etc modifier in addfb2Rob Clark2015-02-137-1/+63
* drm/i915/gen8: Un-hardcode number of page directoriesBen Widawsky2015-02-131-1/+1
* drm/i915: Setup less PPGTT on failed page_directoryBen Widawsky2015-02-131-1/+4
* drm/i915: Rename to GEN8_LEGACY_PDPESBen Widawsky2015-02-132-6/+6
* drm/i915/trace: Fix offsets for 64bBen Widawsky2015-02-131-4/+4
* drm/i915/gen9: Implement WaForceEnableNonCoherentHoath, Nicholas2015-02-131-0/+11
* drm/i915/gen9: Implement Wa4x4STCOptimizationDisableHoath, Nicholas2015-02-132-4/+3Star
* drm/i915/gen9: Implement WaEnableYV12BugFixInHalfSliceChicken7Nick Hoath2015-02-132-0/+9
* drm/i915/gen9: Implement WaDisableSDEUnitClockGatingHoath, Nicholas2015-02-131-6/+8
* drm/i915/gen9: h/w w/a: syncing dependencies between camera and graphicsNick Hoath2015-02-132-0/+5
* drm/i915/gen9: Implement WaDisableDgMirrorFixInHalfSliceChicken5Nick Hoath2015-02-132-8/+10
* drm/i915/gen9: Implement WaDisablePartialInstShootdownHoath, Nicholas2015-02-131-0/+7
* drm/i915: ring w/a gen 9 revision definitionsHoath, Nicholas2015-02-131-0/+6
* drm/i915: ring w/a initialisation for gen 9Hoath, Nicholas2015-02-131-0/+8
* drm/i915: Make sure the primary plane is enabled before reading out the fb stateDamien Lespiau2015-02-131-4/+11
* drm/i915: Fix atomic state when reusing the firmware fbDamien Lespiau2015-02-131-3/+10
* drm/i915: Store the initial framebuffer in initial_plane_configDamien Lespiau2015-02-132-7/+8
* drm/i915: Don't try to reference the fb in get_initial_plane_config()Damien Lespiau2015-02-131-4/+3Star
* drm/i915: Use an intermediate variable to avoid repeating ourselvesDamien Lespiau2015-02-131-6/+7
* drm/i915: Put update_state_fb() next to the fb updateDamien Lespiau2015-02-131-1/+1
* drm/i915/fbc: fix the check for already reserved fbc sizeJani Nikula2015-02-133-6/+7
* drm/i915/skl: Declare that GT3 has a second VCSDamien Lespiau2015-02-131-1/+16
* drm/i915/skl: Split the SKL PCI ids by GTDamien Lespiau2015-02-131-9/+19
* drm/i915/skl: Implementation of SKL display power well supportSatheeshakrishna M2015-02-132-0/+240
* drm/i915: Ensure plane->state->fb stays in sync with plane->fbMatt Roper2015-02-131-7/+22
* drm/i915/skl: Remove the check enforcing VCS2 to be gen8 onlyDamien Lespiau2015-02-131-7/+1Star
* drm/i915: Correct the variable holding the value for EOT to writeShobhit Kumar2015-02-131-1/+1
* drm/i915: Introduce intel_set_rps()Ville Syrjälä2015-02-135-47/+34Star
* drm/i915: Track old framebuffer instead of objectTvrtko Ursulin2015-02-132-8/+8