summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | drm/i915: Don't init hpd polling for vlv and chv from runtime_suspend()Ander Conselvan de Oliveira2017-01-251-1/+1
| | * | | | drm/i915: Don't leak edid in intel_crt_detect_ddc()Ander Conselvan de Oliveira2017-01-251-4/+5
| | * | | | drm/i915: Release temporary load-detect state upon switchingChris Wilson2017-01-251-0/+1
| | * | | | drm/i915: prevent crash with .disable_display parameterClint Taylor2017-01-251-0/+3
| | * | | | drm/i915: Avoid drm_atomic_state_put(NULL) in intel_display_resumeChris Wilson2017-01-251-1/+2
| * | | | | drm/i915: Fix not finding the VBT when it overlaps with OPREGION_ASLE_EXTHans de Goede2017-02-161-1/+12
| * | | | | drm/i915: Pass timeout==0 on to i915_gem_object_wait_fence()Chris Wilson2017-02-161-2/+2
| * | | | | drm/i915/gvt: Disable access to stolen memory as a guestChris Wilson2017-02-161-0/+5
| * | | | | drm/i915: Avoid spurious WARNs about the wrong pipe in the PPS codeVille Syrjälä2017-02-161-3/+3
| * | | | | drm/i915: Check for timeout completion when waiting for the rq to submittedChris Wilson2017-02-161-1/+6
| * | | | | drm/i915: A hotfix for making aliasing PPGTT work for GVT-gZhi Wang2017-02-161-3/+4
| * | | | | drm/i915: Restore context and pd for ringbuffer submission after resetChris Wilson2017-02-164-17/+81
| * | | | | drm/i915: Let execlist_update_context() cover !FULL_PPGTT mode.Zhi Wang2017-02-161-1/+2
| * | | | | drm/i915/lspcon: Fix resume time initialization due to unasserted HPDImre Deak2017-02-163-3/+8
| * | | | | drm/i915/gen9+: Enable hotplug detection earlyImre Deak2017-02-161-19/+50
| * | | | | drm/i915: Reject set-tiling-ioctl with stride==0 and a tiling modeChris Wilson2017-02-161-1/+1
| * | | | | drm/i915: Recreate internal objects with single page segments if dmar failsChris Wilson2017-02-161-14/+23
| * | | | | Merge tag 'gvt-next-2017-02-15' of https://github.com/01org/gvt-linux into dr...Jani Nikula2017-02-1613-99/+179
| |\ \ \ \ \
| | * | | | | drm/i915/gvt: return error code if dma map iova failedChuanxiao Dong2017-02-141-1/+4
| | * | | | | drm/i915/gvt: optimize the inhibit context mmio loadChuanxiao Dong2017-02-141-0/+17
| | * | | | | drm/i915/gvt: add sprite plane flip done support.Xu Han2017-02-142-1/+23
| | * | | | | drm/i915/gvt: add missing display part reset for vGPU resetChangbin Du2017-02-143-0/+14
| | * | | | | drm/i915/gvt: Fix shadow context descriptorZhenyu Wang2017-02-141-1/+2
| | * | | | | drm/i915/gvt: Fix alignment for GTT allocationZhenyu Wang2017-02-141-7/+8
| | * | | | | drm/i915/gvt: fix crash at function release_shadow_wa_ctxChangbin Du2017-02-101-1/+1
| | * | | | | drm/i915/gvt: enable IOMMU for gvtChuanxiao Dong2017-02-091-7/+0
| | * | | | | drm/i915/gvt: map pfn for PTE entry in kvmChuanxiao Dong2017-02-091-13/+49
| | * | | | | drm/i915/gvt: Map shadow page before using it in shadow page tableChuanxiao Dong2017-02-091-20/+50
| | * | | | | drm/i915/gvt: reduce the line of interrupt logs and log friendlyChangbin Du2017-02-091-42/+11
| | * | | | | drm/i915/gvt: remove a redundant end of line in debug logChangbin Du2017-02-091-1/+1
| | * | | | | drm/i915/gvt: remove a noisy unimportant log in sched_policyChangbin Du2017-02-091-1/+0
| | * | | | | drm/i915/gvt/kvmgt: remove some dead codeDan Carpenter2017-02-081-5/+0
| * | | | | | Merge tag 'gvt-next-2017-02-07' of https://github.com/01org/gvt-linux into dr...Jani Nikula2017-02-169-121/+42
| |\ \ \ \ \ \ | | |/ / / / /
| | * | | | | drm/i915/gvt: fix vgpu type size initZhenyu Wang2017-02-071-6/+7
| | * | | | | drm/i915/gvt: use normal mmio read function for firmware exposureZhenyu Wang2017-02-071-43/+4
| | * | | | | drm/i915/gvt: remove detect_host() MPT hookZhenyu Wang2017-02-074-52/+0
| | * | | | | drm/i915/gvt: move intel iommu detection to intel_gvt_init()Zhenyu Wang2017-02-072-6/+7
| | * | | | | drm/i915: make intel_gvt_init() later instead of too earlyZhenyu Wang2017-02-072-7/+12
| | * | | | | drm/i915/gvt: add more resolutions in virtual edidChuanxiao Dong2017-02-071-7/+12
* | | | | | | drm/atomic: Add new iterators over all state, v3.Maarten Lankhorst2017-02-141-6/+7
* | | | | | | drm: remove drm_vblank_no_hw_counter assignment from driver codeShawn Guo2017-02-071-1/+0
* | | | | | | drm/fb-helper: Automatically clean up fb_infoDaniel Vetter2017-02-071-4/+1
|/ / / / / /
* | | | | | drm: Improve drm_mm search (and fix topdown allocation) with rbtreesChris Wilson2017-02-035-37/+32
* | | | | | drm: Rely on mode_config data for fb_helper initializationGabriel Krisman Bertazi2017-02-021-2/+1
|/ / / / /
* | | | | Merge tag 'drm-misc-next-2017-01-30' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-02-014-14/+17
|\ \ \ \ \
| * | | | | drm/edid: Set AVI infoframe Q even when QS=0Ville Syrjälä2017-01-261-2/+4
| * | | | | drm/edid: Introduce drm_hdmi_avi_infoframe_quant_range()Ville Syrjälä2017-01-261-8/+5
| * | | | | drm/edid: Introduce drm_default_rgb_quant_range()Ville Syrjälä2017-01-262-2/+5
| * | | | | drm: s/drm_crtc_get_hv_timings/drm_mode_get_hv_timings/Daniel Vetter2017-01-261-2/+2
| * | | | | drm/dp: Store drm_device in MST topology managerDhinakaran Pandiyan2017-01-251-1/+2
OpenPOWER on IntegriCloud