summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2018-08-03drm/dp/mst: Fix off-by-one typo when dump payload tableAndy Shevchenko1-4/+5
2018-08-03drm/atomic-helper: Drop plane->fb references only for drm_atomic_helper_shutd...Ville Syrjälä1-39/+39
2018-08-03drm/gma500: fix psb_intel_lvds_mode_valid()'s return typeLuc Van Oostenryck2-2/+2
2018-08-03drm/atomic: Handling the case when setting old crtc for planeSatendra Singh Thakur1-1/+3
2018-08-03drm/amdgpu: Remove VRAM from shared bo domains.Samuel Li1-2/+6
2018-08-03drm/radeon: fix mode_valid's return typeLuc Van Oostenryck1-5/+5
2018-08-03drm/nouveau/fifo/gk104-: poll for runlist update completionBen Skeggs1-4/+4
2018-07-28drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfsLyude Paul3-6/+10
2018-07-28drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()Lyude Paul1-1/+1
2018-07-25drm/nouveau: Avoid looping through fake MST connectorsLyude Paul3-4/+26
2018-07-25drm/nouveau: Use drm_connector_list_iter_* for iterating connectorsLyude Paul4-10/+29
2018-07-25drm/i915: Fix hotplug irq ack on i965/g4xVille Syrjälä1-2/+30
2018-07-11drm/udl: fix display corruption of the last lineMikulas Patocka2-5/+11
2018-07-11drm: Use kvzalloc for allocating blob property memoryMichel Dänzer1-3/+3
2018-07-08drm/i915: Enable provoking vertex fix on Gen9 systems.Kenneth Graunke2-1/+16
2018-07-08drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helperMichel Dänzer3-4/+19
2018-07-08drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes arrayMichel Dänzer1-3/+4
2018-07-08drm/atmel-hlcdc: check stride values in the first planeStefan Agner1-1/+1
2018-07-08drm/qxl: Call qxl_bo_unref outside atomic contextJeremy Cline1-2/+5
2018-07-08drm/amdgpu: fix the missed vcn fw version reportHuang Rui1-0/+1
2018-07-08drm/amdgpu: Add APU support in vi_set_vce_clocksRex Zhu2-8/+27
2018-07-08drm/amdgpu: Add APU support in vi_set_uvd_clocksRex Zhu1-11/+35
2018-06-20drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()Dan Carpenter1-3/+4
2018-06-20drm/omap: handle alloc failures in omap_connectorTomi Valkeinen1-0/+10
2018-06-20drm/omap: check return value from soc_device_matchTomi Valkeinen1-1/+6
2018-06-20drm/omap: fix possible NULL ref issue in tiler_reserve_2dTomi Valkeinen1-1/+5
2018-06-20drm/omap: fix uninitialized ret variableTomi Valkeinen2-2/+2
2018-06-20drm/omap: silence unititialized variable warningDan Carpenter1-1/+1
2018-06-20drm/amdkfd: fix clock counter retrieval for node without GPUAndres Rodriguez1-6/+7
2018-06-20drm/msm: don't deref error pointer in the msm_fbdev_create error pathEmil Velikov1-9/+2
2018-06-20drm/msm/dsi: use correct enum in dsi_get_cmd_fmtStefan Agner1-1/+1
2018-06-20drm/msm: Fix possible null dereference on failure of get_pages()Ben Hutchings1-9/+11
2018-06-11drm: set FMODE_UNSIGNED_OFFSET for drm filesDave Airlie1-0/+1
2018-06-05drm/i915: Disable LVDS on Radiant P845Ondrej Zary1-0/+8
2018-06-05drm/i915/lvds: Move acpi lid notification registration to registration phaseChris Wilson1-11/+32
2018-06-05drm/psr: Fix missed entry in PSR setup time table.Dhinakaran Pandiyan1-0/+1
2018-06-05drm/amd/powerplay: Fix enum mismatchMatthias Kaehlcke2-5/+5
2018-06-05drm/i915: Always sanity check engine state upon idlingChris Wilson1-19/+8
2018-05-30drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successfulDeepak Rawat1-0/+2
2018-05-30drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen2Sergei Shtylyov1-5/+6
2018-05-30drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen3Sergei Shtylyov1-2/+5
2018-05-30drm/rockchip: Respect page offset for PRIME mmap callsØrjan Eide1-1/+6
2018-05-30drm/amdgpu: adjust timeout for ib_ring_tests(v2)Monk Liu1-1/+32
2018-05-30drm/amdgpu: disable GFX ring and disable PQ wptr in hw_finiMonk Liu1-1/+7
2018-05-30drm: omapdrm: dss: Move initialization code from component bind to probeLaurent Pinchart1-89/+104
2018-05-30drm/bridge: sii902x: Retry status read after DDI I2CLinus Walleij1-4/+16
2018-05-30drm/panel: simple: Fix the bus format for the Ontat panelEric Anholt1-1/+1
2018-05-30drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'Christophe JAILLET1-1/+4
2018-05-30drm/meson: Fix some error handling paths in 'meson_drv_bind_master()'Christophe JAILLET1-8/+16
2018-05-30drm/amdkfd: add missing include of mm.hOded Gabbay1-0/+1