summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2017-02-01Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie4-14/+17
2017-02-01Merge branch 'drm-intel-next' of git://anongit.freedesktop.org/git/drm-intel ...Dave Airlie1-1/+1
2017-01-27Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie1-0/+1
2017-01-27Merge tag 'drm-intel-next-2017-01-23' of git://anongit.freedesktop.org/git/dr...Dave Airlie52-1834/+2959
2017-01-27Reinstate "drm/probe-helpers: Drop locking from poll_enable""Dave Airlie1-2/+2
2017-01-27Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...Dave Airlie17-247/+374
2017-01-26drm/edid: Set AVI infoframe Q even when QS=0Ville Syrjälä1-2/+4
2017-01-26drm/edid: Introduce drm_hdmi_avi_infoframe_quant_range()Ville Syrjälä1-8/+5
2017-01-26drm/edid: Introduce drm_default_rgb_quant_range()Ville Syrjälä2-2/+5
2017-01-26drm/i915: Pevent copying uninitialised garbage into vma->ggtt_viewChris Wilson1-1/+1
2017-01-26drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/Daniel Vetter1-2/+2
2017-01-26Revert "drm/probe-helpers: Drop locking from poll_enable"Dave Airlie1-2/+2
2017-01-25drm/dp: Store drm_device in MST topology managerDhinakaran Pandiyan1-1/+2
2017-01-23drm/i915: Update DRIVER_DATE to 20170123Daniel Vetter1-2/+2
2017-01-23Merge tag 'drm-misc-fixes-2017-01-13' of git://anongit.freedesktop.org/git/dr...Dave Airlie1-2/+2
2017-01-21drm/i915: reinstate call to trace_i915_vma_bindDaniele Ceraolo Spurio1-0/+1
2017-01-21drm/i915: Assert that created vma has a whole number of pagesChris Wilson1-0/+2
2017-01-21drm/i915: Assert the drm_mm_node is allocated when on the VM listsChris Wilson2-0/+4
2017-01-21drm/i915: Treat an error from i915_vma_instance() as unlikelyChris Wilson1-1/+1
2017-01-21drm/i915: Reject vma creation larger than address spaceChris Wilson1-3/+16
2017-01-21drm/i915: Use common LRU inactive vma bumping for unpin_from_displayChris Wilson1-2/+1
2017-01-21drm/i915: Do an unlocked wait before set-cache-level ioctlChris Wilson1-10/+19
2017-01-20drm/i915/huc: Assert that HuC vma is placed in GuC accessible rangeMichał Winiarski1-1/+1
2017-01-20drm/i915/huc: Avoid attempting to authenticate non-existent fwMichał Winiarski1-0/+3
2017-01-20drm/i915: Set adjustment to zero on Up/Down interrupts if freq is already max...Sagar Arun Kamble1-0/+6
2017-01-19drm/i915: Remove the double handling of 'flags from intel_mode_from_pipe_conf...Ville Syrjälä1-1/+0
2017-01-19drm/i915: Remove crtc->config usage from intel_modeset_readout_hw_state()Ville Syrjälä1-14/+24
2017-01-19drm/i915: Release temporary load-detect state upon switchingChris Wilson1-0/+1
2017-01-19drm/i915: Remove i915_gem_object_to_ggtt()Chris Wilson3-33/+6
2017-01-19drm/i915: Remove i915_vma_create from VMA APIChris Wilson8-45/+13
2017-01-19drm/i915: Add a check that the VMA instance we lookup matches the requestChris Wilson1-0/+1
2017-01-19drm/i915: Rename some warts in the VMA APIChris Wilson7-60/+103
2017-01-19drm/i915: Track pinned vma in intel_plane_stateChris Wilson7-135/+104
2017-01-19drm/i915/get_params: Add HuC status to getparamsAnusha Srivatsa1-0/+7
2017-01-19drm/i915/huc: Support HuC authenticationAnusha Srivatsa4-0/+53
2017-01-19drm/i915/huc: Add debugfs for HuC loading status checkAnusha Srivatsa1-0/+31
2017-01-19drm/i915/HuC: Add KBL huC loading SupportAnusha Srivatsa1-0/+13
2017-01-19drm/i915/huc: Add BXT HuC Loading SupportAnusha Srivatsa1-0/+11
2017-01-19drm/i915/huc: Add HuC fw loading supportAnusha Srivatsa7-3/+292
2017-01-19drm/i915: prevent crash with .disable_display parameterClint Taylor1-0/+3
2017-01-18drm/i915: Ignore bogus plane coordinates on SKL when the plane is not visibleVille Syrjälä1-0/+3
2017-01-18drm/i915: Remove WaDisableLSQCROPERFforOCL KBL workaround.Francisco Jerez2-18/+0
2017-01-18drm/i915: Avoid drm_atomic_state_put(NULL) on error pathsAnder Conselvan de Oliveira2-11/+9
2017-01-18drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resumeChris Wilson1-1/+2
2017-01-18drm/i915: Add comment how we treat hung contextsMika Kuoppala1-0/+21
2017-01-18drm/i915: Detect a failed GPU reset+recoveryChris Wilson3-4/+21
2017-01-18drm/i915: Tidy up engine reset logicMika Kuoppala1-11/+19
2017-01-18drm/i915: Introduce engine_stalled helperMika Kuoppala1-10/+15
2017-01-18drm/i915: Cleanup request skip decisionMika Kuoppala1-15/+2
2017-01-18drm/i915: Introduce engine_skip_contextMika Kuoppala1-18/+27