summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2020-02-28drm/nouveau/gr/gk20a,gm200-: add terminators to method lists read from fwBen Skeggs1-10/+11
2020-02-28drm/nouveau/secboot/gm20b: initialize pointer in gm20b_secboot_new()Dan Carpenter1-3/+2
2020-02-28drm: remove the newline for CRC source name.Dingchen Zhang1-2/+2
2020-02-28drm/mediatek: handle events when enabling/disabling crtcBibby Hsieh1-0/+8
2020-02-28drm/amdgpu: remove 4 set but not used variable in amdgpu_atombios_get_connect...yu kuai1-17/+2
2020-02-28drm/gma500: Fixup fbdev stolen size usage evaluationPaul Kocialkowski1-2/+6
2020-02-15drm: atmel-hlcdc: enable clock before configuring timing engineClaudiu Beznea1-1/+7
2020-01-27drm/radeon: fix bad DMA from INTERRUPT_CNTL2Sam Bobroff3-6/+6
2020-01-27drm/msm/dsi: Implement reset correctlyJeffrey Hugo1-2/+4
2020-01-27drm/msm/a3xx: remove TPL1 regs from snapshotRob Clark1-13/+11
2020-01-27drm/msm/mdp5: Fix mdp5_cfg_init error returnJeffrey Hugo1-1/+1
2020-01-27drm/nouveau/pmu: don't print reply values if exec is falseColin Ian King1-2/+2
2020-01-27drm/nouveau/bios/ramcfg: fix missing parentheses when calculating RONColin Ian King1-1/+1
2020-01-27drm/etnaviv: potential NULL dereferenceDan Carpenter1-1/+1
2020-01-27drm/etnaviv: NULL vs IS_ERR() buf in etnaviv_core_dump()Dan Carpenter1-1/+1
2020-01-27drm/shmob: Fix return value check in shmob_drm_probeYueHaibing1-2/+2
2020-01-27drm/dp_mst: Skip validating ports during destruction, just refLyude Paul1-2/+13
2020-01-27drm/sun4i: hdmi: Fix double flag assignationMaxime Ripard1-1/+1
2020-01-27drm/hisilicon: hibmc: Don't overwrite fb helper surface depthJohn Garry1-1/+0
2020-01-27drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()Dan Carpenter1-2/+3
2020-01-27drm/sti: do not remove the drm_bridge that was never addedPeter Rosin2-2/+0
2020-01-17drm/i915: Fix use-after-free when destroying GEM contextTyler Hicks1-6/+7
2020-01-14drm/i915/gen9: Clear residual context state on context switchAkeem G Abodunrin1-11/+8
2020-01-14drm/dp_mst: correct the shifting in DP_REMOTE_I2C_READWayne Lin1-1/+1
2020-01-14drm/fb-helper: Round up bits_per_pixel if possibleGeert Uytterhoeven1-1/+6
2020-01-09drm/mst: Fix MST sideband up-reply failure handlingImre Deak1-1/+5
2020-01-09drm/sun4i: hdmi: Remove duplicate cleanup callsStefan Mavrodiev1-2/+0
2020-01-09drm: limit to INT_MAX in create_blob ioctlDaniel Vetter1-1/+1
2020-01-09drm/nouveau: Move the declaration of struct nouveau_conn_atom up a bitHans de Goede1-55/+55
2019-12-31drm/amdgpu: fix potential double drop fence referencePan Bian1-0/+2
2019-12-31gpu: host1x: Allocate gather copy for host1xThierry Reding1-5/+6
2019-12-31drm/gma500: fix memory disclosures due to uninitialized bytesKangjie Lu1-0/+2
2019-12-31drm/bridge: dw-hdmi: Restore audio when setting a modeDaniel Kurtz1-1/+1
2019-12-31drm/bridge: dw-hdmi: Refuse DDC/CI transfers on the internal I2C controllerMatthias Kaehlcke1-0/+10
2019-12-31drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warningsBrian Masney1-2/+6
2019-12-21drm/radeon: fix r1xx/r2xx register checker for POT texturesAlex Deucher2-4/+4
2019-12-17drm/i810: Prevent underflow in ioctlDan Carpenter1-2/+2
2019-12-05gpu: ipu-v3: pre: don't trigger update if buffer address doesn't changeLucas Stach1-0/+6
2019-12-01drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson1-1/+21
2019-11-12drm/i915/cmdparser: Fix jump whitelist clearingBen Hutchings1-3/+2
2019-11-12drm/i915/gen8+: Add RC6 CTX corruption WAImre Deak7-18/+158
2019-11-12drm/i915: Lower RM timeout to avoid DSI hard hangsUma Shankar2-0/+12
2019-11-12drm/i915/cmdparser: Ignore Length operands during command matchingJon Bloomfield1-1/+1
2019-11-12drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield5-26/+177
2019-11-12drm/i915/cmdparser: Use explicit goto for error pathsJon Bloomfield1-12/+13
2019-11-12drm/i915: Add gen9 BCS cmdparsingJon Bloomfield3-11/+112
2019-11-12drm/i915: Allow parsing of unsized batchesJon Bloomfield1-4/+5
2019-11-12drm/i915: Support ro ppgtt mapped cmdparser shadow buffersJon Bloomfield3-18/+68
2019-11-12drm/i915: Add support for mandatory cmdparsingJon Bloomfield3-7/+16
2019-11-12drm/i915: Remove Master tables from cmdparserJon Bloomfield3-68/+26