summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2019-12-21drm/amdgpu: add invalidate semaphore limit for SRIOV and picasso in gmc9changzhu1-20/+24
2019-12-21drm/amdgpu: avoid using invalidate semaphore for picassochangzhu1-8/+20
2019-12-21drm/i915/gvt: Fix cmd length check for MI_ATOMICZhenyu Wang1-3/+3
2019-12-21drm/amdgpu/gfx10: re-init clear state buffer after gpu resetXiaojie Yuan1-6/+37
2019-12-21drm/amdgpu/gfx10: explicitly wait for cp idle after halt/unhaltXiaojie Yuan1-2/+12
2019-12-21drm/amdgpu: invalidate mmhub semaphore workaround in gmc9/gmc10changzhu3-2/+116
2019-12-21drm/amdgpu: initialize vm_inv_eng0_sem for gfxhub and mmhubchangzhu6-0/+13
2019-12-21drm/amd/display: add default clocks if not able to fetch themAlex Deucher1-1/+2
2019-12-21drm/amd/display: re-enable wait in pipelock, but add timeoutAlex Deucher1-0/+19
2019-12-21drm/dp_mst: Correct the bug in drm_dp_update_payload_part1()Wayne Lin1-2/+4
2019-12-21drm/radeon: fix r1xx/r2xx register checker for POT texturesAlex Deucher2-4/+4
2019-12-21drm/i915/fbc: Disable fbc by default on all glk+Ville Syrjälä1-1/+1
2019-12-21drm/nouveau/kms/nv50-: Limit MST BPC to 8Lyude Paul1-1/+8
2019-12-21drm/nouveau/kms/nv50-: Store the bpc we're using in nv50_head_atomLyude Paul3-27/+36
2019-12-21drm/nouveau/kms/nv50-: Call outp_atomic_check_view() before handling PBNLyude Paul1-20/+24
2019-12-21drm: meson: venc: cvbs: fix CVBS mode matchingMartin Blumenstingl1-21/+27
2019-12-21drm/mgag200: Flag all G200 SE A machines as broken wrt <startadd>Thomas Zimmermann1-2/+1
2019-12-21drm/mgag200: Add workaround for HW that does not support 'startadd'Thomas Zimmermann2-1/+37
2019-12-21drm/mgag200: Store flags from PCI driver data in device structureThomas Zimmermann2-0/+9
2019-12-21drm/mgag200: Extract device type from flagsThomas Zimmermann2-1/+8
2019-12-21drm/panfrost: Fix a race in panfrost_gem_free_object()Boris Brezillon1-5/+10
2019-12-21drm/panfrost: Fix a BO leak in panfrost_ioctl_mmap_bo()Boris Brezillon1-3/+6
2019-12-21drm/panfrost: Fix a race in panfrost_ioctl_madvise()Boris Brezillon1-5/+4
2019-12-17drm/panfrost: Open/close the perfcnt BOBoris Brezillon5-13/+22
2019-12-13drm/mcde: Fix an error handling path in 'mcde_probe()'Christophe JAILLET1-1/+2
2019-12-13drm/i810: Prevent underflow in ioctlDan Carpenter1-2/+2
2019-12-13drm: damage_helper: Fix race checking plane->state->fbSean Paul1-1/+7
2019-12-13drm/msm: fix memleak on releaseJohan Hovold1-5/+1
2019-11-22Merge tag 'drm-intel-fixes-2019-11-21' of git://anongit.freedesktop.org/drm/d...Dave Airlie9-18/+141
2019-11-21drm/i915/fbdev: Restore physical addresses for fb_mmap()Chris Wilson1-4/+5
2019-11-20Revert "drm/amd/display: enable S/G for RAVEN chip"Alex Deucher2-2/+2
2019-11-20drm/amdgpu: disable gfxoff on original ravenAlex Deucher1-2/+7
2019-11-20drm/amdgpu: disable gfxoff when using register read interfaceAlex Deucher1-1/+5
2019-11-20drm/amd/powerplay: correct fine grained dpm force level settingEvan Quan1-0/+6
2019-11-20drm/amd/powerplay: issue no PPSMC_MSG_GetCurrPkgPwr on unsupported ASICsEvan Quan1-5/+18
2019-11-20drm/amdgpu: remove experimental flag for Navi14Alex Deucher1-4/+4
2019-11-19drm/i915: make pool objects read-onlyMatthew Auld1-0/+2
2019-11-18drm/i915: Protect request peeking with RCUChris Wilson1-11/+39
2019-11-18drm/i915/userptr: Try to acquire the page lock around set_page_dirty()Chris Wilson1-1/+21
2019-11-18drm/i915/pmu: "Frequency" is reported as accumulated cyclesChris Wilson1-2/+2
2019-11-18drm/i915: Preload LUTs if the hw isn't currently using themVille Syrjälä4-0/+69
2019-11-18drm/i915: Don't oops in dumb_create ioctl if we have no crtcsVille Syrjälä1-0/+3
2019-11-15Merge tag 'drm-fixes-2019-11-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds6-37/+23
2019-11-15Merge tag 'drm-fixes-5.4-2019-11-14' of git://people.freedesktop.org/~agd5f/l...Dave Airlie1-22/+16
2019-11-15Merge tag 'drm-misc-fixes-2019-11-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+1
2019-11-14drm/amdgpu: fix null pointer deref in firmware header printingXiaojie Yuan1-22/+16
2019-11-13drm/i915/tgl: MOCS table updateMatt Roper1-1/+1
2019-11-13Revert "drm/i915/ehl: Update MOCS table for EHL"Matt Roper1-8/+0
2019-11-13drm/sun4i: tcon: Set min division of TCON0_DCLK to 1.Yunhao Tian1-1/+1
2019-11-12Merge tag 'gvt-fixes-2019-11-12' of https://github.com/intel/gvt-linux into d...Rodrigo Vivi1-2/+2