summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau
Commit message (Expand)AuthorAgeFilesLines
* drm/nouveau/instmem: fix uninitialized_var.cocci warningGuo Zhengkui2022-03-031-1/+1
* drm/nouveau/kms: Remove redundant zpos initialisationMaxime Ripard2022-02-251-2/+0
* drm/nouveau: Remove the unused header file nvif/list.hCai Huoqing2022-02-241-353/+0
* drm/nouveau/backlight: Just set all backlight types as RAWLyude Paul2022-02-081-2/+1
* drm/nouveau/backlight: Fix LVDS backlight detection on some laptopsLyude Paul2022-02-081-1/+2
* nouveau/svm: Use struct_size() helper in nouveau_pfns_map()Gustavo A. R. Silva2022-02-081-2/+2
* drm: Convert open-coded yes/no strings to yesno()Lucas De Marchi2022-02-071-1/+4
* Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst2022-02-071-19/+29
|\
| * Merge tag 'drm-misc-next-2022-01-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2022-02-0115-121/+334
| |\
| * \ Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-01-1042-212/+396
| |\ \
| * | | drm/nouveau: wait for the exclusive fence after the shared ones v2Christian König2021-12-211-13/+15
* | | | drm: introduce fb_modifiers_not_supported flag in mode_configTomohito Esaki2022-01-311-2/+4
| |_|/ |/| |
* | | drm/ttm: add back a reference to the bdev to the res managerChristian König2022-01-261-2/+2
* | | drm/ttm: add ttm_resource_fini v2Christian König2022-01-263-6/+9
* | | drm/nouveau/acr: Fix undefined behavior in nvkm_acr_hsfw_load_bl()Zhou Qingyang2022-01-251-4/+5
* | | drm/dp: Move public DisplayPort headers into dp/Thomas Zimmermann2022-01-174-5/+5
* | | drm/dp: Move DisplayPort helpers into separate helper moduleThomas Zimmermann2022-01-171-0/+1
* | | drm/nouveau/disp/dp: add support for eDP link ratesBen Skeggs2021-12-164-5/+84
* | | drm/nouveau/disp/dp: add support for hbr3Ben Skeggs2021-12-162-2/+2
* | | drm/nouveau/disp/dp: add support for lttprsBen Skeggs2021-12-162-12/+114
* | | drm/nouveau/disp/dp: fixup cr/eq delays for 1.4Ben Skeggs2021-12-162-9/+12
* | | drm/nouveau/disp/dp: add support for tps4Ben Skeggs2021-12-163-6/+17
* | | drm/nouveau/disp/dp: generate supported link rates table at detect timeBen Skeggs2021-12-162-69/+45
* | | drm/nouveau/disp/dp: explicitly control scrambling when setting patternBen Skeggs2021-12-165-5/+45
* | | drm/nouveau/disp: remove some remnant of a reworkBen Skeggs2021-12-161-4/+1
| |/ |/|
* | Merge v5.16-rc5 into drm-nextDaniel Vetter2021-12-143-4/+30
|\|
| * drm/nouveau/acr: fix a couple NULL vs IS_ERR() checksDan Carpenter2021-11-182-4/+8
| * drm/nouveau: recognise GA106Ben Skeggs2021-11-181-0/+22
* | Merge tag 'drm-misc-next-2021-11-29' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2021-12-091-2/+2
|\ \
| * | drm: Move nomodeset kernel parameter to the DRM subsystemJavier Martinez Canillas2021-11-271-2/+2
* | | Merge tag 'drm-misc-next-2021-11-18' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2021-11-2341-200/+376
|\| | | |/ |/|
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2021-11-1822-32/+393
| |\
| * | drm/nouveau/kms/nv50-: Explicitly check DPCD backlights for aux enable/bright...Lyude Paul2021-11-171-1/+4
| * | drm/nouveau: set RGB quantization range to FULLHans Verkuil2021-11-121-0/+3
| * | drm/nouveau/kms: delete an useless function call in nouveau_framebuffer_new()Luo Jiaxing2021-11-121-4/+1
| * | drm/nouveau/kms/nv50-: Remove several set but not used variables "ret" in disp.cLuo Jiaxing2021-11-121-5/+3
| * | drm/nouveau/fifo: make tu102_fifo_runlist staticJiapeng Chong2021-11-121-1/+1
| * | drm/nouveau/dispnv50/headc57d: Make local function 'headc57d_olut' staticLee Jones2021-11-121-1/+1
| * | drm/nouveau/device: use snprintf() to replace strncpy() to avoid NUL-terminat...Luo Jiaxing2021-11-121-2/+2
| * | drm/nouveau/kms/nv04: use vzalloc for nv04_displayIlia Mirkin2021-11-121-2/+2
| * | nouveau/nvkm/subdev/devinit/mcp89.c:Unneeded variabletangchunyou2021-11-121-2/+1
| * | drm/nouveau/kms/nv50-: Always validate LUTs in nv50_head_atomic_check_lut()Lyude Paul2021-11-1211-28/+41
| * | drm/nouveau/kms/nv50-: Use NV_ATOMIC() in nv50_head_atomic_check_lut()Lyude Paul2021-11-121-2/+6
| * | drm/nouveau: Remove unused variable retJiapeng Chong2021-11-121-2/+1
| * | drm/nouveau/kms/nv50-: Correct size checks for cursorsLyude Paul2021-11-121-1/+14
| * | drm/nouveau/bios/init: A typo fixBhaskar Chowdhury2021-11-121-1/+1
| * | drm/nouveau/core/client: Mark nvkm_uclient_sclass with static keywordZou Wei2021-11-121-1/+1
| * | drm/nouveau/pmu/gm200-: use alternate falcon reset sequenceBen Skeggs2021-11-126-6/+41
| * | drm/nouveau/pmu/gm200-: avoid touching PMU outside of DEVINIT/PREOS/ACRBen Skeggs2021-11-121-16/+21
| * | drm/nouveau/kms/nv140-: Add CRC methods to gv100_disp_core_mthd_headLyude Paul2021-11-121-0/+2