summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2017-02-13drm/i915: Mock a GGTT for self-testingChris Wilson
2017-02-13drm/i915: Mock the GEM device for self-testingChris Wilson
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, wakeupsChris Wilson
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, completionChris Wilson
2017-02-13drm/i915: Add unit tests for the breadcrumb rbtree, insert/removeChris Wilson
2017-02-13drm/i915: Add some selftests for sg_table manipulationChris Wilson
2017-02-13drm/i915: Provide a hook for selftestsChris Wilson
2017-02-13drm/i915: Clear the last_retired_context following a hang/resetChris Wilson
2017-02-13drm/i915: Park the breadcrumbs signaler across a GPU resetChris Wilson
2017-02-13drm/i915: Kill the tasklet then disableChris Wilson
2017-02-13drm/i915: Always call i915_gem_reset_finish() following i915_gem_reset_prepare()Chris Wilson
2017-02-13drm/i915: Assert that the active request hasn't been signaledChris Wilson
2017-02-10drm/i915: Rename conditional GEM execution macrosChris Wilson
2017-02-10drm/i915: Move the irq_barrier for reset earlier into reset_prepareChris Wilson
2017-02-10drm/i915: Flush the freed object queue on device releaseChris Wilson
2017-02-10drm/i915: Unbind any residual objects/vma from the Global GTT on shutdownChris Wilson
2017-02-10drm/i915: Split device release from unloadChris Wilson
2017-02-10drm/i915/debugfs: Add i915_hpd_storm_ctlLyude
2017-02-10drm/i915: Simplify platform checks in intel_fb_pitch_limit()Ville Syrjälä
2017-02-10drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä
2017-02-10Merge remote-tracking branch 'airlied/drm-next' into drm-intel-next-queuedDaniel Vetter
2017-02-10drm/i915/byt: Take powerwell for reading PIPESTAT in debugfsChris Wilson
2017-02-10drm/i915: Always pin contexts into the high GGTTChris Wilson
2017-02-10drm/i915: Remove unused function intel_ddi_get_link_dpll()Ander Conselvan de Oliveira
2017-02-10drm/i915: Make power domain masks 64 bit longAnder Conselvan de Oliveira
2017-02-09drm/i915: Use the size/type of address space to make decisionsChris Wilson
2017-02-09drm/i915: Enable atomic support by default on supported platforms.Maarten Lankhorst
2017-02-09drm/i915: Add __destroy_hw_contextJoonas Lahtinen
2017-02-09drm/i915: Assert that we never create a vma for the aliasing_ppgttChris Wilson
2017-02-09drm/i915: Check for timeout completion when waiting for the rq to submittedChris Wilson
2017-02-09drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang
2017-02-09drm/i915/dp: Move initialization of hpd_pin to a new functionAnder Conselvan de Oliveira
2017-02-09drm/i915: Remove WA for swapped HPD pins in broxton A steppingAnder Conselvan de Oliveira
2017-02-08drm/i915: Disable engine->irq_tasklet around resetsChris Wilson
2017-02-08drm/i915: Split GEM resetting into 3 phasesChris Wilson
2017-02-08drm/i915: Move calling engine->init_hw() to its own functionChris Wilson
2017-02-08drm/i915: i915_gem_shrink_all() needs an awake deviceChris Wilson
2017-02-08drm/i915: Move ilk_pipe_pixel_rate() to intel_display.cVille Syrjälä
2017-02-08drm/i915: Replace the .modeset_commit_cdclk() hook with a more direct .set_cd...Ville Syrjälä
2017-02-08drm/i915: Nuke the VLV/CHV PFI programming power domain workaroundVille Syrjälä
2017-02-08drm/i915: Move PFI credit reprogramming into vlv/chv_set_cdclk()Ville Syrjälä
2017-02-08drm/i915: Pass the cdclk state to the set_cdclk() functionsVille Syrjälä
2017-02-08drm/i915: Pass dev_priv to remainder of the cdclk functionsVille Syrjälä
2017-02-08drm/i915: Track full cdclk state for the logical and actual cdclk frequenciesVille Syrjälä
2017-02-08drm/i915: Start moving the cdclk stuff into a distinct state structureVille Syrjälä
2017-02-08drm/i915: Pass computed vco to bxt_set_cdclk()Ville Syrjälä
2017-02-08drm/i915: Move most cdclk/rawclk related code to intel_cdclk.cVille Syrjälä
2017-02-08drm/i915: Clean up the .get_cdclk() assignment if ladderVille Syrjälä
2017-02-08drm/i915: s/get_display_clock_speed/get_cdclk/Ville Syrjälä
2017-02-08drm/i915: Nuke intel_mode_max_pixclk()Ville Syrjälä