summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | drm/dp: fix a kernel-doc issue at drm_edid.cMauro Carvalho Chehab2020-10-271-1/+1
| | * | drm/dp: fix kernel-doc warnings at drm_dp_helper.cMauro Carvalho Chehab2020-10-271-0/+5
| | * | drm: kernel-doc: document drm_dp_set_subconnector_property() paramsMauro Carvalho Chehab2020-10-271-1/+6
| | * | drm/v3d: Fix double free in v3d_submit_cl_ioctl()Dan Carpenter2020-10-261-1/+0
| | * | drm/sun4i: frontend: Fix the scaler phase on A33Maxime Ripard2020-10-261-1/+1
| | * | drm/sun4i: frontend: Reuse the ch0 phase for RGB formatsMaxime Ripard2020-10-261-3/+5
| | * | drm/sun4i: frontend: Rework a bit the phase dataMaxime Ripard2020-10-262-31/+9
| | * | Merge remote-tracking branch 'drm-misc/drm-misc-next-fixes' into drm-misc-fixesMaxime Ripard2020-10-261-8/+17
| | |\ \ | | | |/ | | |/|
| | | * drm/panel: mantix: Fix panel resetGuido Günther2020-10-231-7/+16
| | | * drm/panel: mantix: Don't dereference NULL modeGuido Günther2020-10-231-1/+1
| * | | drm/amdgpu/pm: fix the fan speed in fan1_input in manual mode for navi1xAlex Deucher2020-10-271-8/+3
| * | | drm/amd/pm: fix the wrong fan speed in fan1_inputKenneth Feng2020-10-271-8/+3
| * | | drm/amdgpu/swsmu: drop smu i2c bus on navi1xAlex Deucher2020-10-271-25/+0
| * | | drm/amd/display: Clean up debug macrosTakashi Iwai2020-10-262-21/+13
| * | | drm/amd/display: Don't invoke kgdb_breakpoint() unconditionallyTakashi Iwai2020-10-261-1/+1
| * | | drm/amd/display: Fix kernel panic by dal_gpio_open() errorTakashi Iwai2020-10-261-2/+2
| * | | drm/amdgpu/display: use kvzalloc again in dc_create_stateAlex Deucher2020-10-261-2/+2
| * | | drm/amd/display: adding ddc_gpio_vga_reg_list to ddc reg def'nsMartin Leung2020-10-261-0/+12
| * | | drm/amd/display: prevent null pointer accessDmytro Laktyushkin2020-10-261-5/+7
| * | | drm/amdgpu: increase the reserved VM size to 2MBChristian König2020-10-261-2/+2
| * | | drm/amd/display: Fixed panic during seamless boot.David Galiffi2020-10-261-1/+2
| * | | drm/amdgpu: don't map BO in reserved regionMadhav Chauhan2020-10-261-0/+10
| * | | drm/amdgpu: add DID for navi10 blockchain SKUTianci.Yin2020-10-261-0/+1
| * | | drm/amdgpu: disable DCN and VCN for navi10 blockchain SKU(v3)Tianci.Yin2020-10-261-2/+12
| |/ /
| * | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2020-10-241-1/+1
| |\ \
| | * | drm/mediatek: reduce clear eventDennis YC Hsieh2020-09-251-1/+1
| | * | soc: mediatek: cmdq: add clear option in cmdq_pkt_wfe apiDennis YC Hsieh2020-09-251-1/+1
| * | | Merge tag 'drm-next-2020-10-23' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-10-2329-85/+522
| |\ \ \
| | * \ \ Merge tag 'drm-intel-next-fixes-2020-10-22' of git://anongit.freedesktop.org/...Dave Airlie2020-10-2315-53/+334
| | |\ \ \
| | | * | | drm/i915: Drop runtime-pm assert from vgpu io accessorsChris Wilson2020-10-211-1/+26
| | | * | | drm/i915: Force VT'd workarounds when running as a guest OSChris Wilson2020-10-211-1/+5
| | | * | | drm/i915: Exclude low pages (128KiB) of stolen from useChris Wilson2020-10-214-2/+203
| | | * | | drm/i915/gt: Onion unwind for scratch page allocation failureChris Wilson2020-10-212-7/+14
| | | * | | drm/i915/gt: Wait for CSB entries on TigerlakeChris Wilson2020-10-191-3/+18
| | | * | | drm/i915/gt: Widen CSB pointer to u64 for the parsersChris Wilson2020-10-192-18/+17
| | | * | | drm/i915: Use the active reference on the vma while capturingChris Wilson2020-10-191-2/+1
| | | * | | drm/i915/gt: Undo forced context restores after trivial preemptionsChris Wilson2020-10-191-3/+2
| | | * | | drm/i915/gt: Delay execlist processing for tglChris Wilson2020-10-191-0/+3
| | | * | | drm/i915/gem: Support parsing of oversize batchesChris Wilson2020-10-191-2/+8
| | | * | | drm/i915: Mark ininitial fb obj as WT on eLLC machines to avoid rcu lockup du...Ville Syrjälä2020-10-191-0/+8
| | | * | | drm/i915/gt: Initialize reserved and unspecified MOCS indicesAyaz A Siddiqui2020-10-191-5/+11
| | | * | | drm/i915/dp: Tweak initial dpcd backlight.enabled valueSean Paul2020-10-191-11/+20
| | * | | | Merge tag 'amd-drm-fixes-5.10-2020-10-21' of git://people.freedesktop.org/~ag...Dave Airlie2020-10-2313-31/+187
| | |\ \ \ \
| | | * | | | drm/amdgpu: correct the cu and rb info for sienna cichlidLikun Gao2020-10-221-0/+9
| | | * | | | drm/amd/pm: remove the average clock value in sysfsKenneth Feng2020-10-221-4/+8
| | | * | | | drm/amd/pm: fix pp_dpm_fclkKenneth Feng2020-10-221-0/+3
| | | * | | | Revert drm/amdgpu: disable sienna chichlid UMC RASJohn Clements2020-10-221-2/+2
| | | * | | | drm/amd/pm: fix pcie information for sienna cichlidLikun Gao2020-10-221-2/+2
| | | * | | | drm/amdkfd: Use same SQ prefetch setting as amdgpuJay Cornwall2020-10-221-2/+3
| | | * | | | drm/amd/swsmu: correct wrong feature bit mappingKevin Wang2020-10-211-10/+17