summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Fix DSI panels with v1 MIPI sequences without a DEASSERT sequence v3Hans de Goede2018-02-142-0/+85
* drm/i915: Free memdup-ed DSI VBT data structures on driver_unloadHans de Goede2018-02-141-0/+6
* drm/i915: Add intel_bios_cleanup() functionHans de Goede2018-02-143-13/+17
* drm/i915/vlv: Add cdclk workaround for DSIHans de Goede2018-02-141-0/+8
* drm/i915/gvt: fix one typo of render_mmio traceWeinan Li2018-02-141-1/+1
* drm/i915/gvt: Support BAR0 8-byte reads/writesTina Zhang2018-02-141-2/+49
* drm/i915/gvt: add 0xe4f0 into gen9 render listWeinan Li2018-02-141-0/+1
* drm/i915/pmu: Fix building without CONFIG_PMChris Wilson2018-02-131-10/+23
* drm/i915/pmu: Fix sleep under atomic in RC6 readoutTvrtko Ursulin2018-02-132-15/+84
* drm/i915/pmu: Fix PMU enable vs execlists tasklet raceTvrtko Ursulin2018-02-132-87/+52
* drm/i915: Lock out execlist tasklet while peeking inside for busy-statsChris Wilson2018-02-131-8/+12
* drm/i915/breadcrumbs: Ignore unsubmitted signalersChris Wilson2018-02-131-19/+10
* drm/i915: Don't wake the device up to check if the engine is asleepChris Wilson2018-02-121-1/+3
* drm/i915: Avoid truncation before clamping userspace's priority valueChris Wilson2018-02-121-1/+1
* drm/i915/perf: Fix compiler warning for string truncationChris Wilson2018-02-121-2/+2
* drm/i915/perf: Fix compiler warning for string truncationChris Wilson2018-02-121-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-5/+5
* Merge tag 'drm-for-v4.16-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds2018-02-0839-269/+419
|\
| * drm/i915/bios: add DP max link rate to VBT child device structJani Nikula2018-02-072-3/+7
| * drm/i915/cnp: Properly handle VBT ddc pin out of bounds.Rodrigo Vivi2018-02-061-2/+3
| * drm/i915/cnp: Ignore VBT request for know invalid DDC pin.Rodrigo Vivi2018-02-061-3/+8
| * drm/i915/cmdparser: Do not check past the cmd length.Michal Srb2018-02-061-0/+6
| * drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb2018-02-061-2/+2
| * drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changingImre Deak2018-02-063-9/+25
| * drm/i915/gvt: Use KVM r/w to access guest opregionTina Zhang2018-02-062-29/+70
| * drm/i915/gvt: Fix aperture read/write emulation when enable x-no-mmap=onChangbin Du2018-02-064-59/+35
| * drm/i915/gvt: only reset execlist state of one engine during VM engine resetWeinan Li2018-02-063-14/+20
| * drm/i915/gvt: refine intel_vgpu_submission_ops as per engine opsWeinan Li2018-02-066-18/+20
| * drm/i915/ppgtt: Pin page directories before allocationChris Wilson2018-02-011-4/+10
| * drm/i915: Always run hangcheck while the GPU is busyChris Wilson2018-02-014-21/+6
| * Revert "drm/i915: mark all device info struct with __initconst"Lionel Landwerlin2018-02-011-47/+47
| * drm/i915/edp: Do not do link training fallback or prune modes on EDPManasi Navare2018-02-011-9/+17
| * drm/i915: Check for fused or unused pipesMika Kahola2018-02-011-1/+1
| * drm/i915: Protect WC stash allocation against direct reclaimChris Wilson2018-02-011-7/+25
| * drm/i915: Only attempt to scan the requested number of shrinker slabsChris Wilson2018-02-011-2/+2
| * drm/i915: Always call to intel_display_set_init_power() in resume_early.Maarten Lankhorst2018-02-011-0/+2
| * drm/i915/gvt: cancel scheduler timer when no vGPU existsZhenyu Wang2018-02-011-0/+7
| * drm/i915/gvt: cancel virtual vblank timer when no vGPU existsZhenyu Wang2018-02-011-0/+2
| * drm/i915/gvt: Keep obj->dma_buf link NULL during exportingTina Zhang2018-02-011-1/+0
| * drm/i915/pmu: Reconstruct active state on starting busy-statsChris Wilson2018-02-011-1/+15
| * drm/i915: Stop getting the fault address from RING_FAULT_REGOscar Mateo2018-02-012-2/+15
| * drm/i915/guc: Add uc_fini_wq in gem_init unwind pathSagar Arun Kamble2018-02-012-2/+2
| * drm/i915: Fix using BIT_ULL() vs. BIT() for power domain masksImre Deak2018-02-011-3/+3
| * drm/i915: Try EDID bitbanging on HDMI after failed readStefan BrĂ¼ns2018-02-011-3/+11
| * drm/i915/glk: Disable Guc and HuC on GLKAnusha Srivatsa2018-02-012-20/+0
| * drm/i915/gvt: Do not use I915_NUM_ENGINES to iterate over the mocs regs arrayMichel Thierry2018-02-011-1/+1
| * drm/i915/gvt: validate gfn before set shadow page entryHang Yuan2018-02-014-5/+53
| * drm/i915/gvt: add PLANE_KEYMAX regs to mmio track listPei Zhang2018-02-011-0/+3
| * drm/i915/gvt: Fix gen8/9_render_mmio_list[0] don't take effectXiong Zhang2018-02-011-4/+4
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2018-02-01173-7581/+13654
|\|