summaryrefslogtreecommitdiffstats
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2015-02-13drm/i915: don't keep reassigning FBC_UNSUPPORTEDPaulo Zanoni1-3/+2
2015-02-13drm/i915: don't try to find crtcs for FBC if it's disabledPaulo Zanoni1-12/+8
2015-02-13drm/i915: gen 9 h/w w/a (WaEnableForceRestoreInCtxtDescForVCS)Nick Hoath1-3/+12
2015-02-13drm/i915: gen 9 h/w w/a Fix stepping checkNick Hoath1-1/+2
2015-02-13drm: add support for tiled/compressed/etc modifier in addfb2Rob Clark7-1/+63
2015-02-13drm/i915/gen8: Un-hardcode number of page directoriesBen Widawsky1-1/+1
2015-02-13drm/i915: Setup less PPGTT on failed page_directoryBen Widawsky1-1/+4
2015-02-13drm/i915: Rename to GEN8_LEGACY_PDPESBen Widawsky2-6/+6
2015-02-13drm/i915/trace: Fix offsets for 64bBen Widawsky1-4/+4
2015-02-13drm/i915/gen9: Implement WaForceEnableNonCoherentHoath, Nicholas1-0/+11
2015-02-13drm/i915/gen9: Implement Wa4x4STCOptimizationDisableHoath, Nicholas2-4/+3
2015-02-13drm/i915/gen9: Implement WaEnableYV12BugFixInHalfSliceChicken7Nick Hoath2-0/+9
2015-02-13drm/i915/gen9: Implement WaDisableSDEUnitClockGatingHoath, Nicholas1-6/+8
2015-02-13drm/i915/gen9: h/w w/a: syncing dependencies between camera and graphicsNick Hoath2-0/+5
2015-02-13drm/i915/gen9: Implement WaDisableDgMirrorFixInHalfSliceChicken5Nick Hoath2-8/+10
2015-02-13drm/i915/gen9: Implement WaDisablePartialInstShootdownHoath, Nicholas1-0/+7
2015-02-13drm/i915: ring w/a gen 9 revision definitionsHoath, Nicholas1-0/+6
2015-02-13drm/i915: ring w/a initialisation for gen 9Hoath, Nicholas1-0/+8
2015-02-13drm/i915: Make sure the primary plane is enabled before reading out the fb stateDamien Lespiau1-4/+11
2015-02-13drm/i915: Fix atomic state when reusing the firmware fbDamien Lespiau1-3/+10
2015-02-13drm/i915: Store the initial framebuffer in initial_plane_configDamien Lespiau2-7/+8
2015-02-13drm/i915: Don't try to reference the fb in get_initial_plane_config()Damien Lespiau1-4/+3
2015-02-13drm/i915: Use an intermediate variable to avoid repeating ourselvesDamien Lespiau1-6/+7
2015-02-13drm/i915: Put update_state_fb() next to the fb updateDamien Lespiau1-1/+1
2015-02-13drm/i915/fbc: fix the check for already reserved fbc sizeJani Nikula3-6/+7
2015-02-13drm/i915/skl: Declare that GT3 has a second VCSDamien Lespiau1-1/+16
2015-02-13drm/i915/skl: Split the SKL PCI ids by GTDamien Lespiau1-9/+19
2015-02-13drm/i915/skl: Implementation of SKL display power well supportSatheeshakrishna M2-0/+240
2015-02-13drm/i915: Ensure plane->state->fb stays in sync with plane->fbMatt Roper1-7/+22
2015-02-13drm/i915/skl: Remove the check enforcing VCS2 to be gen8 onlyDamien Lespiau1-7/+1
2015-02-13drm/i915: Correct the variable holding the value for EOT to writeShobhit Kumar1-1/+1
2015-02-13drm/i915: Introduce intel_set_rps()Ville Syrjälä5-47/+34
2015-02-13drm/i915: Track old framebuffer instead of objectTvrtko Ursulin2-8/+8
2015-02-13drm/i915: Switch planes from transitional helpers to full atomic helpersMatt Roper1-2/+2
2015-02-13drm/i915: Keep plane->state updated on pageflipMatt Roper1-0/+7
2015-02-03drm/i915: Remove bogus locking check in the hangcheck codeDaniel Vetter1-3/+0
2015-01-30drm/i915: Update DRIVER_DATE to 20150130Daniel Vetter1-1/+1
2015-01-30drm/i915: Use pipe_config's cpu_transcoder for reading encoder hw stateAnder Conselvan de Oliveira2-2/+2
2015-01-30drm/i915: Fix a use-after-free in intel_execlists_retire_requestsNick Hoath1-1/+1
2015-01-30drm/i915: Split shared dpll setup out of __intel_set_mode()Ander Conselvan de Oliveira1-17/+33
2015-01-30drm/i915: Don't do posting reads on getting forcewakeMika Kuoppala1-1/+0
2015-01-30drm/i915: Do uncore early sanitize after domain initMika Kuoppala1-8/+30
2015-01-30drm/i915: Handle CHV in vlv_set_rps_idle()Ville Syrjälä1-5/+3
2015-01-29drm/i915: Remove nested work in gpu error handlingMika Kuoppala4-24/+24
2015-01-29drm/i915/documentation: Add intel_uncore.c to drm.tmplMika Kuoppala1-0/+1
2015-01-29drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions thereinJani Nikula4-120/+0
2015-01-29drm/i915/dsi: move dpi_send_cmd() to intel_dsi.c and make it staticJani Nikula3-41/+37
2015-01-29drm/i915/dsi: remove old read/write functions in favor of new stuffJani Nikula2-331/+0
2015-01-29drm/i915/dsi: make the vbt panel driver use mipi_dsi_device for transfersJani Nikula1-18/+34
2015-01-29drm/i915/dsi: add drm mipi dsi host supportJani Nikula4-4/+180