summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/vblank: Lock down vblank->hwmode moreDaniel Vetter2017-05-102-13/+8
* drm/vblank: drop the mode argument from drm_calc_vbltimestamp_from_scanoutposDaniel Vetter2017-05-101-45/+7
* drm/vblank: Switch to bool in_vblank_irq in get_vblank_timestampDaniel Vetter2017-05-101-2/+2
* drm/vblank: Switch drm_driver->get_vblank_timestamp to return a boolDaniel Vetter2017-05-101-4/+4
* drm/atomic: Handle picture_aspect_ratio in atomic coreMaarten Lankhorst2017-05-083-36/+6
* drm/i915: Track MST link bandwidthPandiyan, Dhinakaran2017-05-041-6/+42
* Merge tag 'drm-intel-next-fixes-2017-04-27' of git://anongit.freedesktop.org/...Dave Airlie2017-04-2917-97/+163
|\
| * drm/i915: Confirm the request is still active before adding it to the awaitChris Wilson2017-04-261-0/+3
| * drm/i915: Avoid busy-spinning on VLV_GLTC_PW_STATUS mmioChris Wilson2017-04-261-22/+24
| * drm/i915/selftests: Allocate inode/file dynamicallyChris Wilson2017-04-261-13/+32
| * drm/i915: Fix system hang with EI UP masked on HaswellMika Kuoppala2017-04-261-2/+2
| * drm/i915: checking for NULL instead of IS_ERR() in mock selftestsDan Carpenter2017-04-261-1/+1
| * drm/i915: Perform link quality check unconditionally during long pulseVille Syrjälä2017-04-261-2/+13
| * drm/i915: Fix use after free in lpe_audio_platdev_destroy()Chris Wilson2017-04-261-1/+8
| * drm/i915: Use the right mapping_gfp_mask for final shmem allocationChris Wilson2017-04-261-1/+1
| * drm/i915: Make legacy cursor updates more unsyncedVille Syrjälä2017-04-261-11/+20
| * drm/i915: Apply a cond_resched() to the saturated signalerChris Wilson2017-04-261-1/+14
| * drm/i915: Park the signaler before sleepingChris Wilson2017-04-261-3/+3
| * Merge tag 'gvt-next-fixes-2017-04-20' of https://github.com/01org/gvt-linux i...Jani Nikula2017-04-267-40/+42
| |\
| | * drm/i915/gvt: fix a bounds check in ring_id_to_context_switch_event()Dan Carpenter2017-04-181-2/+2
| | * drm/i915/gvt: Fix PTE write flush for taking runtime pm properlyZhenyu Wang2017-04-131-0/+5
| | * drm/i915/gvt: remove some debug messages in scheduler timer handlerZhenyu Wang2017-04-132-10/+2
| | * drm/i915/gvt: add mmio init for virtual displayPei Zhang2017-04-121-1/+28
| | * drm/i915/gvt: use directly assignment for structure copyingChangbin Du2017-04-122-4/+2
| | * drm/i915/gvt: remove redundant ring id check which cause significant CPU misp...Changbin Du2017-04-121-6/+0
| | * drm/i915/gvt: remove redundant platform check for mocs load/restoreChangbin Du2017-04-121-6/+0
| | * drm/i915/gvt: Align render mmio list to cachelineChangbin Du2017-04-121-2/+2
| | * drm/i915/gvt: cleanup some too chatty scheduler messageZhenyu Wang2017-04-061-9/+1
* | | Merge tag 'drm-misc-next-fixes-2017-04-20' of git://anongit.freedesktop.org/g...Dave Airlie2017-04-212-8/+8
|\ \ \
| * | | dma-buf: Rename dma-ops to prevent conflict with kunmap_atomic macroLogan Gunthorpe2017-04-202-8/+8
* | | | Merge tag 'v4.11-rc7' into drm-nextDave Airlie2017-04-1910-25/+74
|\ \ \ \ | |_|/ / |/| | |
| * | | drm/i915: Don't call synchronize_rcu_expedited under struct_mutexJoonas Lahtinen2017-04-111-10/+16
| * | | drm/i915: Suspend GuC prior to GPU Reset during GEM suspendSagar Arun Kamble2017-04-112-2/+2
| * | | Merge tag 'gvt-fixes-2017-04-07' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-04-111-1/+2
| |\ \ \
| | * | | drm/i915/gvt: set the correct default value of CTX STATUS PTRMin He2017-04-061-1/+2
| * | | | Merge tag 'gvt-fixes-2017-04-01' of https://github.com/01org/gvt-linux into d...Jani Nikula2017-04-036-12/+54
| |\ \ \ \ | | |/ / /
| | * | | drm/i915/gvt: Fix firmware loading interface for GVT-g golden HW stateZhi Wang2017-04-011-3/+6
| | * | | drm/i915/gvt: exclude cfg space from failsafe modeChangbin Du2017-03-301-3/+0
| | * | | drm/i915/gvt: Activate/de-activate vGPU in mdev ops.Zhi Wang2017-03-304-6/+48
| * | | | drm/i915: Use a dummy timeline name for a signaled fenceChris Wilson2017-03-311-0/+11
| * | | | drm/i915: Ironlake do_idle_maps w/a may be called w/o struct_mutexChris Wilson2017-03-311-1/+1
| * | | | drm/i915/gvt: remove the redundant info NULL checkTina Zhang2017-03-311-7/+0
| * | | | drm/i915/gvt: adjust mem size for low resolution typeZhenyu Wang2017-03-311-1/+1
| * | | | drm/i915: Avoid lock dropping between reschedulingChris Wilson2017-03-311-29/+24
| * | | | drm/i915/execlists: Wrap tail pointer after reset tweakingChris Wilson2017-03-292-2/+10
| * | | | drm/i915/perf: remove user triggerable warnMatthew Auld2017-03-291-2/+6
| * | | | drm/i915/perf: destroy stream on sample_flags mismatchMatthew Auld2017-03-291-1/+2
| * | | | drm/i915: Align "unfenced" tiled access on gen2, early gen3Chris Wilson2017-03-293-1/+9
* | | | | Merge tag 'drm-misc-next-2017-04-07' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-04-117-111/+54
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | drm/atomic: Acquire connection_mutex lock in drm_helper_probe_single_connecto...Maarten Lankhorst2017-04-066-53/+50
OpenPOWER on IntegriCloud