summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)Author
2017-11-28drm/amd/display: Fix S3 topology changeRoman Li
2017-11-28drm/amd/display: Add timing validation against dongle capEric Yang
2017-11-28drm/amd/display: Should disable when new stream is nullLeo (Sunpeng) Li
2017-11-28drm/amd/display: Add null check for 24BPP (xfm and dpp)Bhawanpreet Lakha
2017-11-28drm/amdgpu: drop experimental flag for ravenAlex Deucher
2017-11-28drm/amdgpu: don't try to move pinned BOsChristian König
2017-11-28drm/amdgpu: Use unsigned ring indices in amdgpu_queue_mgr_mapMichel Dänzer
2017-11-28drm/amdgpu: Set adev->vcn.irq.num_types for VCNMichel Dänzer
2017-11-28Revert "drm/amdgpu: fix rmmod KCQ disable failed error"Alex Deucher
2017-11-28drm/amdgpu: used cached gca values for cik_read_registerAlex Deucher
2017-11-28drm/amdgpu/gfx7: cache raster_config valuesAlex Deucher
2017-11-28drm/amdgpu: move UVD/VCE and VCN structure out from unionLeo Liu
2017-11-28Merge tag 'drm-for-v4.15-part2-fixes' of git://people.freedesktop.org/~airlie...Linus Torvalds
2017-11-28drm/i915/gvt: Correct ADDR_4K/2M/1G_MASK definitionXiong Zhang
2017-11-28drm/i915/gvt: enabled pipe A default on creating vgpuXiaolin Zhang
2017-11-28drm/i915/gvt: Move request alloc to dispatch_workload path onlyfred gao
2017-11-28drm/i915/gvt: remove skl_misc_ctl_write handlerWeinan Li
2017-11-28drm/i915/gvt: Fix unsafe locking caused by spin_unlock_bhChangbin Du
2017-11-28drm/i915: fix intel_backlight_device_register declarationArnd Bergmann
2017-11-28drm/i915/fbdev: Serialise early hotplug events with async fbdev configChris Wilson
2017-11-28drm/i915: Prevent zero length "index" writeVille Syrjälä
2017-11-28drm/i915: Don't try indexed reads to alternate slave addressesVille Syrjälä
2017-11-27Merge tag 'v4.15-rc1' into drm-misc-fixesDaniel Vetter
2017-11-27drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma
2017-11-27drm: Fix checkpatch issue: "WARNING: braces {} are not necessary for single s...Vitor Massaru Iha
2017-11-27drm/rockchip: dw-mipi-dsi: fix possible un-balanced runtime PM enableMirza Krak
2017-11-26drm/amdkfd: fix amdkfd use-after-free GP faultRandy Dunlap
2017-11-26drm/amdkfd: Fix SDMA oversubsription handlingFelix Kuehling
2017-11-26drm/amdkfd: Fix SDMA ring buffer size calculationshaoyunl
2017-11-26drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled modeFelix Kuehling
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-11-24drm: mali-dp: Disable planes when their CRTC gets disabled.Liviu Dudau
2017-11-24drm: mali-dp: Separate static internal data into a read-only structure.Liviu Dudau
2017-11-24drm/arm: Replace instances of drm_dev_unref with drm_dev_put.Srishti Sharma
2017-11-24drm: mali-dp: switch to drm_*_get(), drm_*_put() helpersCihangir Akturk
2017-11-24drm: hdlcd: Update PM code to save/restore console.Liviu Dudau
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2017-11-24Merge tag 'drm-misc-fixes-2017-11-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie
2017-11-24Merge tag 'drm-intel-next-fixes-2017-11-23' of git://anongit.freedesktop.org/...Dave Airlie
2017-11-24Merge tag 'drm-misc-next-fixes-2017-11-23' of git://anongit.freedesktop.org/d...Dave Airlie
2017-11-24drm/ttm: don't attempt to use hugepages if dma32 requested (v2)Dave Airlie
2017-11-23drm/vblank: Pass crtc_id to page_flip_ioctl.Maarten Lankhorst
2017-11-23drm/edid: quirk HTC vive headset as non-desktop. [v2]Dave Airlie
2017-11-23drm/fb: add support for not enabling fbcon on non-desktop displays [v2]Dave Airlie
2017-11-23drm: add connector info/property for non-desktop displays [v2]Dave Airlie
2017-11-23Merge tag 'tilcdc-4.15-fixes' of https://github.com/jsarha/linux into drm-nextDave Airlie
2017-11-23Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie
2017-11-23Merge tag 'imx-drm-next-2017-10-18' of git://git.pengutronix.de/git/pza/linux...Dave Airlie
2017-11-23Merge tag 'drm/tegra/for-4.15-rc1-fixes' of git://anongit.freedesktop.org/teg...Dave Airlie
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook