index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
1
-2
/
+2
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
1
-2
/
+2
2026-02-01
Revert "drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)"
John Ogness
1
-2
/
+0
2026-01-21
drm/nouveau/disp: Set drm_mode_config_funcs.atomic_(check|commit)
Lyude Paul
1
-0
/
+2
2025-10-18
drm/client: Remove holds_console_lock parameter from suspend/resume
Thomas Zimmermann
1
-2
/
+2
2025-09-29
drm/nouveau: Compute dumb-buffer sizes with drm_mode_size_dumb()
Thomas Zimmermann
1
-3
/
+4
2025-08-06
drm/nouveau: Pass along the format info from .fb_create() to drm_helper_mode_...
Imre Deak
1
-6
/
+3
2025-07-16
drm: Allow the caller to pass in the format info to drm_helper_mode_fill_fb_s...
Ville Syrjälä
1
-1
/
+1
2025-07-16
drm: Pass the format info to .fb_create()
Ville Syrjälä
1
-0
/
+1
2025-07-16
drm: Pass pixel_format+modifier directly to drm_get_format_info()
Ville Syrjälä
1
-1
/
+2
2025-06-25
drm/nouveau/disp: Use dev->dev to get the device
Sakari Ailus
1
-1
/
+1
2024-11-04
drm/nouveau/disp: Move tiling functions to dispnv50/tile.h
Jocelyn Falempe
1
-49
/
+10
2024-10-18
drm/nouveau: Suspend and resume clients with client helpers
Thomas Zimmermann
1
-5
/
+3
2024-08-13
drm/nouveau: Do not set struct drm_mode_config_funcs.output_poll_changed
Thomas Zimmermann
1
-1
/
+0
2024-07-29
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+5
2024-07-27
drm/nouveau: replace drm_device* with nouveau_drm* as dev drvdata
Ben Skeggs
1
-3
/
+1
2024-06-11
drm/nouveau: don't attempt to schedule hpd_work on headless cards
Vasily Khoruzhick
1
-1
/
+5
2024-04-18
drm/nouveau: Use drm_crtc_vblank_crtc()
Ville Syrjälä
1
-1
/
+1
2023-11-15
nouveau: don't fail driver load if no display hw present.
Dave Airlie
1
-0
/
+5
2023-09-19
drm/nouveau/kms/nv50-: disable dcb parsing
Ben Skeggs
1
-4
/
+4
2023-07-10
drm/nouveau/disp: use drm_kms_helper_connector_hotplug_event()
Simon Ser
1
-3
/
+14
2022-11-09
drm/nouveau/kms: switch to drm fbdev helpers
Ben Skeggs
1
-3
/
+7
2022-11-09
drm/nouveau/disp: expose conn event class
Ben Skeggs
1
-7
/
+9
2022-11-09
drm/nouveau/disp: expose head event class
Ben Skeggs
1
-2
/
+2
2022-11-09
drm/nouveau/disp: move head scanoutpos method
Ben Skeggs
1
-16
/
+11
2022-11-09
drm/nouveau/disp: add method to trigger DP link retrain
Ben Skeggs
1
-2
/
+4
2022-11-09
drm/nouveau/kms: pass event mask to hpd handler
Ben Skeggs
1
-3
/
+17
2022-11-09
drm/nouveau/kms: switch hpd_lock from mutex to spinlock
Ben Skeggs
1
-7
/
+6
2022-10-26
drm/nouveau: Remove unused variable
Zack Rusin
1
-1
/
+0
2022-10-19
drm: Remove drm_mode_config::fb_base
Zack Rusin
1
-1
/
+0
2022-07-14
drm/nouveau: Don't pm_runtime_put_sync(), only pm_runtime_put_autosuspend()
Lyude Paul
1
-1
/
+1
2022-07-14
drm/nouveau/acpi: Don't print error when we get -EINPROGRESS from pm_runtime
Lyude Paul
1
-1
/
+1
2022-01-31
drm: introduce fb_modifiers_not_supported flag in mode_config
Tomohito Esaki
1
-2
/
+4
2021-11-12
drm/nouveau/kms: delete an useless function call in nouveau_framebuffer_new()
Luo Jiaxing
1
-4
/
+1
2021-05-06
drm/nouveau: Don't set allow_fb_modifiers explicitly
Daniel Vetter
1
-1
/
+0
2021-04-11
drm/nouveau: Use drm_gem_ttm_dumb_map_offset()
Thomas Zimmermann
1
-18
/
+0
2021-02-17
drm: Switch to %p4cc format modifier
Sakari Ailus
1
-6
/
+3
2020-12-14
drm/ttm: cleanup BO size handling v3
Christian König
1
-4
/
+4
2020-08-31
drm/nouveau/kms: Only use hpd_work for reprobing in HPD paths
Lyude Paul
1
-7
/
+63
2020-08-31
drm/nouveau/kms/nv50-: Refactor and cleanup DP HPD handling
Lyude Paul
1
-1
/
+1
2020-08-11
Merge tag 'v5.8' into drm-next
Dave Airlie
1
-2
/
+25
2020-07-31
drm/nouveau: Accept 'legacy' format modifiers
James Jones
1
-2
/
+25
2020-07-24
drm/nouveau/nvif: give every disp object a human-readable identifier
Ben Skeggs
1
-1
/
+2
2020-07-16
drm/nouveau/kms/nvd9-: Add CRC support
Lyude Paul
1
-55
/
+5
2020-06-24
Merge tag 'drm-misc-next-2020-06-19' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
1
-3
/
+3
2020-05-22
drm/nouveau/kms: Support NVIDIA format modifiers
James Jones
1
-2
/
+87
2020-05-22
drm/nouveau/kms: Check framebuffer size against bo
James Jones
1
-0
/
+98
2020-05-22
drm/nouveau/kms: Remove struct nouveau_framebuffer
Thomas Zimmermann
1
-7
/
+7
2020-05-22
drm/nouveau/kms: Remove field nvbo from struct nouveau_framebuffer
Thomas Zimmermann
1
-29
/
+6
2020-05-19
drm/nouveau: remove _unlocked suffix in drm_gem_object_put_unlocked
Emil Velikov
1
-4
/
+4
[next]