summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
* drm/bridge: adv7511: Reset registers on hotplugSean Paul2018-09-051-0/+12
* drm/nouveau/gem: off by one bugs in nouveau_gem_pushbuf_reloc_apply()Dan Carpenter2018-08-241-2/+2
* drm/armada: fix irq handlingRussell King2018-08-241-2/+10
* drm/armada: fix colorkey mode propertyRussell King2018-08-242-8/+23
* drm/tegra: Fix comparison operator for buffer sizeMikko Perttunen2018-08-241-1/+1
* gpu: host1x: Check whether size of unpin isn't 0Dmitry Osipenko2018-08-241-1/+2
* drm/bridge/sii8620: Fix display of packed pixel modesMaciej Purski2018-08-241-1/+16
* drm/amdgpu: fix swapped emit_ib_size in vce3Alex Deucher2018-08-241-2/+2
* drm/exynos: decon5433: Fix WINCONx reset valueMarek Szyprowski2018-08-241-1/+1
* drm/exynos: decon5433: Fix per-plane global alpha for XRGB modesMarek Szyprowski2018-08-241-2/+2
* drm/exynos: gsc: Fix support for NV16/61, YUV420/YVU420 and YUV422 modesMarek Szyprowski2018-08-242-9/+21
* drm/bridge/sii8620: fix display of packed pixel modes in MHL2Maciej Purski2018-08-241-16/+1
* drm/arm/malidp: Preserve LAYER_FORMAT contents when setting formatAyan Kumar Halder2018-08-241-1/+4
* drm: mali-dp: Enable Global SE interrupts mask for DP500Alison Wang2018-08-241-1/+2
* drm/bridge/sii8620: fix potential buffer overflowMaciej Purski2018-08-241-1/+1
* drm/bridge/sii8620: fix loops in EDID fetch logicAndrzej Hajda2018-08-241-11/+20
* drm/i915/kvmgt: Fix potential Spectre v1Gustavo A. R. Silva2018-08-241-1/+8
* x86: Don't include linux/irq.h from asm/hardirq.hNicolai Stange2018-08-151-0/+1
* drm/vc4: Reset ->{x, y}_scaling[1] when dealing with uniplanar formatsBoris Brezillon2018-08-061-0/+3
* drm/dp/mst: Fix off-by-one typo when dump payload tableAndy Shevchenko2018-08-031-4/+5
* drm/atomic-helper: Drop plane->fb references only for drm_atomic_helper_shutd...Ville Syrjälä2018-08-031-39/+39
* drm/gma500: fix psb_intel_lvds_mode_valid()'s return typeLuc Van Oostenryck2018-08-032-2/+2
* drm/atomic: Handling the case when setting old crtc for planeSatendra Singh Thakur2018-08-031-1/+3
* drm/amdgpu: Remove VRAM from shared bo domains.Samuel Li2018-08-031-2/+6
* drm/radeon: fix mode_valid's return typeLuc Van Oostenryck2018-08-031-5/+5
* drm/nouveau/fifo/gk104-: poll for runlist update completionBen Skeggs2018-08-031-4/+4
* drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul2018-07-283-6/+10
* drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()Lyude Paul2018-07-281-1/+1
* drm/nouveau: Avoid looping through fake MST connectorsLyude Paul2018-07-253-4/+26
* drm/nouveau: Use drm_connector_list_iter_* for iterating connectorsLyude Paul2018-07-254-10/+29
* drm/i915: Fix hotplug irq ack on i965/g4xVille Syrjälä2018-07-251-2/+30
* drm/udl: fix display corruption of the last lineMikulas Patocka2018-07-112-5/+11
* drm: Use kvzalloc for allocating blob property memoryMichel Dänzer2018-07-111-3/+3
* drm/i915: Enable provoking vertex fix on Gen9 systems.Kenneth Graunke2018-07-082-1/+16
* drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helperMichel Dänzer2018-07-083-4/+19
* drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes arrayMichel Dänzer2018-07-081-3/+4
* drm/atmel-hlcdc: check stride values in the first planeStefan Agner2018-07-081-1/+1
* drm/qxl: Call qxl_bo_unref outside atomic contextJeremy Cline2018-07-081-2/+5
* drm/amdgpu: fix the missed vcn fw version reportHuang Rui2018-07-081-0/+1
* drm/amdgpu: Add APU support in vi_set_vce_clocksRex Zhu2018-07-082-8/+27
* drm/amdgpu: Add APU support in vi_set_uvd_clocksRex Zhu2018-07-081-11/+35
* drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()Dan Carpenter2018-06-211-3/+4
* drm/omap: handle alloc failures in omap_connectorTomi Valkeinen2018-06-211-0/+10
* drm/omap: check return value from soc_device_matchTomi Valkeinen2018-06-211-1/+6
* drm/omap: fix possible NULL ref issue in tiler_reserve_2dTomi Valkeinen2018-06-211-1/+5
* drm/omap: fix uninitialized ret variableTomi Valkeinen2018-06-212-2/+2
* drm/omap: silence unititialized variable warningDan Carpenter2018-06-211-1/+1
* drm/amdkfd: fix clock counter retrieval for node without GPUAndres Rodriguez2018-06-211-6/+7
* drm/msm: don't deref error pointer in the msm_fbdev_create error pathEmil Velikov2018-06-211-9/+2
* drm/msm/dsi: use correct enum in dsi_get_cmd_fmtStefan Agner2018-06-211-1/+1