summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'amd-drm-fixes-5.8-2020-07-30' of git://people.freedesktop.org/~agd...Dave Airlie2020-07-313-13/+35
|\
| * Revert "drm/amdgpu: Fix NULL dereference in dpm sysfs handlers"Alex Deucher2020-07-301-3/+6
| * drm/amd/display: Clear dm_state for fast updatesMazin Rezk2020-07-301-9/+27
| * drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()Peilin Ye2020-07-301-1/+2
* | drm/nouveau: Accept 'legacy' format modifiersJames Jones2020-07-311-2/+25
|/
* Merge tag 'drm-misc-fixes-2020-07-28' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-07-2910-23/+39
|\
| * drm: hold gem reference until object is no longer accessedSteve Cohen2020-07-271-6/+4
| * drm/dbi: Fix SPI Type 1 (9-bit) transferPaul Cercueil2020-07-271-1/+1
| * drm/drm_fb_helper: fix fbdev with sparc64Sam Ravnborg2020-07-272-1/+6
| * drm/mcde: Fix stability issueLinus Walleij2020-07-261-3/+8
| * drm/bridge: nwl-dsi: Drop DRM_BRIDGE_ATTACH_NO_CONNECTOR check.Guido Günther2020-07-261-5/+0
| * drm/panel: Fix auo, kd101n80-45na horizontal noise on edges of panelJitao Shi2020-07-261-3/+3
| * drm: panel: simple: Delay HPD checking on boe_nv133fhm_n61 for 15 msDouglas Anderson2020-07-261-1/+15
| * drm/bridge/adv7511: set the bridge type properlyLaurentiu Palcu2020-07-261-0/+1
| * drm: of: Fix double-free bugBiju Das2020-07-261-3/+1
* | Merge branch 'linux-5.8' of git://github.com/skeggsb/linux into drm-fixesDave Airlie2020-07-273-12/+25
|\ \
| * | drm/nouveau/fbcon: zero-initialise the mode_cmd2 structureBen Skeggs2020-07-241-1/+1
| * | drm/nouveau/fbcon: fix module unload when fbcon init has failed for some reasonBen Skeggs2020-07-241-0/+1
| * | drm/nouveau/kms/tu102: wait for core update to complete when assigning windowsBen Skeggs2020-07-241-1/+1
| * | drm/nouveau/kms/gf100: use correct format modifiersBen Skeggs2020-07-241-1/+1
| * | drm/nouveau/disp/gm200-: fix regression from HDA SOR selection changesBen Skeggs2020-07-241-9/+21
* | | Merge tag 'amd-drm-fixes-5.8-2020-07-22' of git://people.freedesktop.org/~agd...Dave Airlie2020-07-232-10/+9
|\ \ \
| * | | drm/amdgpu: Fix NULL dereference in dpm sysfs handlersPaweł Gronowski2020-07-211-6/+3
| * | | drm/amd/powerplay: fix a crash when overclocking Vega MQiu Wenbo2020-07-211-4/+6
* | | | Merge tag 'drm-misc-fixes-2020-07-22' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-07-232-1/+3
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | drm/lima: fix wait pp reset timeoutQiang Yu2020-07-201-0/+2
| * | drm: sun4i: hdmi: Fix inverted HPD resultChen-Yu Tsai2020-07-171-1/+1
* | | Merge tag 'amd-drm-fixes-5.8-2020-07-15' of git://people.freedesktop.org/~agd...Dave Airlie2020-07-179-56/+101
|\ \ \
| * | | drm/amdgpu/sdma5: fix wptr overwritten in ->get_wptr()Xiaojie Yuan2020-07-141-18/+8
| * | | drm/amdgpu/powerplay: Modify SMC message name for setting power profile modechen gong2020-07-141-1/+1
| * | | drm/amd/display: handle failed allocation during stream constructionJosip Pavic2020-07-141-3/+16
| * | | drm/amd/display: OLED panel backlight adjust not work with external display c...hersen wu2020-07-141-0/+5
| * | | drm/amdgpu/display: create fake mst encoders ahead of time (v4)Alex Deucher2020-07-144-28/+48
| * | | drm/amdgpu: fix preemption unit testJack Xiao2020-07-141-5/+15
| * | | drm/amdgpu/gfx10: fix race condition for kiqJack Xiao2020-07-141-1/+8
* | | | Merge tag 'drm-intel-fixes-2020-07-15' of git://anongit.freedesktop.org/drm/d...Dave Airlie2020-07-166-33/+39
|\ \ \ \
| * | | | drm/i915: Recalculate FBC w/a stride when neededVille Syrjälä2020-07-142-7/+27
| * | | | drm/i915: Move cec_notifier to intel_hdmi_connector_unregister, v2.Maarten Lankhorst2020-07-141-8/+2
| * | | | drm/i915/gt: Only swap to a random sibling once upon creationChris Wilson2020-07-141-14/+4
| * | | | drm/i915/gt: Ignore irq enabling on the virtual enginesChris Wilson2020-07-141-0/+1
| * | | | drm/i915/perf: Use GTT when saving/restoring engine GPRUmesh Nerlige Ramappa2020-07-141-0/+1
| * | | | drm/i915/selftests: Fix compare functions provided for sortingSudeep Holla2020-07-141-4/+4
| |/ / /
* | | | Merge tag 'drm-misc-fixes-2020-07-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2020-07-161-2/+1
|\ \ \ \ | | |/ / | |/| |
| * | | drm/aspeed: Call drm_fbdev_generic_setup after drm_dev_registerGuenter Roeck2020-07-091-2/+1
* | | | drm/vmwgfx: fix update of display surface when resolution changesRoland Scheidegger2020-07-141-4/+4
| |/ / |/| |
* | | Merge tag 'amd-drm-fixes-5.8-2020-07-09' of git://people.freedesktop.org/~agd...Dave Airlie2020-07-104-10/+65
|\ \ \
| * | | drm/amdgpu: don't do soft recovery if gpu_recovery=0Marek Olšák2020-07-091-1/+2
| * | | drm/radeon: fix double freeTom Rix2020-07-091-4/+3
| * | | drm/amd/display: add dmcub check on RENOIRAaron Ma2020-07-091-1/+1
| * | | drm/amdgpu: add TMR destory function for pspHuang Rui2020-07-091-4/+53