Nouveau Display Driver
[Prev Page][Next Page]
- [PATCH v10 00/19] drm: Analog TV Improvements,
Maxime Ripard
- [PATCH v10 06/19] drm/modes: Add a function to generate analog display modes, Maxime Ripard
- [PATCH v10 07/19] drm/connector: Add a function to lookup a TV mode by its name, Maxime Ripard
- [PATCH v10 09/19] drm/modes: Properly generate a drm_display_mode from a named mode, Maxime Ripard
- [PATCH v10 08/19] drm/modes: Introduce the tv_mode property as a command-line option, Maxime Ripard
- [PATCH v10 10/19] drm/client: Remove match on mode name, Maxime Ripard
- [PATCH v10 11/19] drm/modes: Introduce more named modes, Maxime Ripard
- [PATCH v10 12/19] drm/probe-helper: Provide a TV get_modes helper, Maxime Ripard
- [PATCH v10 13/19] drm/atomic-helper: Add a TV properties reset helper, Maxime Ripard
- [PATCH v10 14/19] drm/atomic-helper: Add an analog TV atomic_check implementation, Maxime Ripard
- [PATCH v10 15/19] drm/vc4: vec: Use TV Reset implementation, Maxime Ripard
- [PATCH v10 17/19] drm/vc4: vec: Convert to the new TV mode property, Maxime Ripard
- [PATCH v10 16/19] drm/vc4: vec: Check for VEC output constraints, Maxime Ripard
- [PATCH v10 18/19] drm/vc4: vec: Add support for more analog TV standards, Maxime Ripard
- Message not available
[PATCH v10 19/19] drm/sun4i: tv: Convert to the new TV mode property, Maxime Ripard
Re: [PATCH v10 00/19] drm: Analog TV Improvements, Daniel Vetter
[linux-next:master] BUILD REGRESSION 15f3bff12cf6a888ec2ad39652828c60e6836b3d, kernel test robot
[linux-next:master] BUILD REGRESSION 3c1f24109dfc4fb1a3730ed237e50183c6bb26b3, kernel test robot
[linux-next:master] BUILD REGRESSION 5c92ddca1053df02387e8006d06094e18cc8538a, kernel test robot
[PATCH v9 00/25] drm: Analog TV Improvements,
Maxime Ripard
- [PATCH v9 02/25] drm/tests: Add Kunit Helpers, Maxime Ripard
- [PATCH v9 03/25] drm/connector: Rename legacy TV property, Maxime Ripard
- [PATCH v9 04/25] drm/connector: Only register TV mode property if present, Maxime Ripard
- [PATCH v9 01/25] docs/fb: Document current named modes, Maxime Ripard
- [PATCH v9 07/25] drm/modes: Add a function to generate analog display modes, Maxime Ripard
- [PATCH v9 05/25] drm/connector: Rename drm_mode_create_tv_properties, Maxime Ripard
- [PATCH v9 10/25] drm/modes: Switch to named mode descriptors, Maxime Ripard
- [PATCH v9 09/25] drm/modes: Move named modes parsing to a separate function, Maxime Ripard
- [PATCH v9 06/25] drm/connector: Add TV standard property, Maxime Ripard
- [PATCH v9 08/25] drm/client: Add some tests for drm_connector_pick_cmdline_mode(), Maxime Ripard
- [PATCH v9 13/25] drm/connector: Add a function to lookup a TV mode by its name, Maxime Ripard
- [PATCH v9 14/25] drm/modes: Introduce the tv_mode property as a command-line option, Maxime Ripard
- [PATCH v9 17/25] drm/modes: Introduce more named modes, Maxime Ripard
- [PATCH v9 15/25] drm/modes: Properly generate a drm_display_mode from a named mode, Maxime Ripard
- [PATCH v9 11/25] drm/modes: Fill drm_cmdline mode from named modes, Maxime Ripard
- [PATCH v9 12/25] drm/connector: Add pixel clock to cmdline mode, Maxime Ripard
- [PATCH v9 16/25] drm/client: Remove match on mode name, Maxime Ripard
- [PATCH v9 20/25] drm/atomic-helper: Add an analog TV atomic_check implementation, Maxime Ripard
- [PATCH v9 19/25] drm/atomic-helper: Add a TV properties reset helper, Maxime Ripard
- [PATCH v9 21/25] drm/vc4: vec: Use TV Reset implementation, Maxime Ripard
- [PATCH v9 18/25] drm/probe-helper: Provide a TV get_modes helper, Maxime Ripard
- [PATCH v9 23/25] drm/vc4: vec: Convert to the new TV mode property, Maxime Ripard
- [PATCH v9 22/25] drm/vc4: vec: Check for VEC output constraints, Maxime Ripard
- [PATCH v9 24/25] drm/vc4: vec: Add support for more analog TV standards, Maxime Ripard
- [PATCH v9 25/25] drm/sun4i: tv: Convert to the new TV mode property, Maxime Ripard
[linux-next:master] BUILD REGRESSION f8f60f322f0640c8edda2942ca5f84b7a27c417a, kernel test robot
[linux-next:master] BUILD REGRESSION 382d2f9e739bc6f151c718b38537ae522ff848cd, kernel test robot
Coverity: nouveau_dp_irq(): Null pointer dereferences,
coverity-bot
Coverity: nvkm_dp_train(): Integer handling issues, coverity-bot
Coverity: nv50_pior_atomic_enable(): Memory - corruptions, coverity-bot
Coverity: nv50_sor_atomic_enable(): Memory - corruptions, coverity-bot
Coverity: nv50_hdmi_enable(): OVERRUN, coverity-bot
[PATCH v8 00/24] drm: Analog TV Improvements,
Maxime Ripard
- [PATCH v8 01/24] drm/tests: Add Kunit Helpers, Maxime Ripard
- [PATCH v8 02/24] drm/connector: Rename legacy TV property, Maxime Ripard
- [PATCH v8 03/24] drm/connector: Only register TV mode property if present, Maxime Ripard
- [PATCH v8 04/24] drm/connector: Rename drm_mode_create_tv_properties, Maxime Ripard
- [PATCH v8 05/24] drm/connector: Add TV standard property, Maxime Ripard
- [PATCH v8 06/24] drm/modes: Add a function to generate analog display modes, Maxime Ripard
- [PATCH v8 08/24] drm/modes: Move named modes parsing to a separate function, Maxime Ripard
- [PATCH v8 09/24] drm/modes: Switch to named mode descriptors, Maxime Ripard
- [PATCH v8 07/24] drm/client: Add some tests for drm_connector_pick_cmdline_mode(), Maxime Ripard
- [PATCH v8 11/24] drm/connector: Add pixel clock to cmdline mode, Maxime Ripard
- [PATCH v8 13/24] drm/modes: Introduce the tv_mode property as a command-line option, Maxime Ripard
- [PATCH v8 12/24] drm/connector: Add a function to lookup a TV mode by its name, Maxime Ripard
- [PATCH v8 17/24] drm/probe-helper: Provide a TV get_modes helper, Maxime Ripard
- [PATCH v8 16/24] drm/modes: Introduce more named modes, Maxime Ripard
- [PATCH v8 15/24] drm/client: Remove match on mode name, Maxime Ripard
- [PATCH v8 19/24] drm/atomic-helper: Add an analog TV atomic_check implementation, Maxime Ripard
- [PATCH v8 10/24] drm/modes: Fill drm_cmdline mode from named modes, Maxime Ripard
- [PATCH v8 18/24] drm/atomic-helper: Add a TV properties reset helper, Maxime Ripard
- [PATCH v8 22/24] drm/vc4: vec: Convert to the new TV mode property, Maxime Ripard
- [PATCH v8 14/24] drm/modes: Properly generate a drm_display_mode from a named mode, Maxime Ripard
- [PATCH v8 24/24] drm/sun4i: tv: Convert to the new TV mode property, Maxime Ripard
- [PATCH v8 20/24] drm/vc4: vec: Use TV Reset implementation, Maxime Ripard
- [PATCH v8 21/24] drm/vc4: vec: Check for VEC output constraints, Maxime Ripard
- [PATCH v8 23/24] drm/vc4: vec: Add support for more analog TV standards, Maxime Ripard
[PATCH v7 00/23] drm: Analog TV Improvements,
Maxime Ripard
- [PATCH v7 01/23] drm/tests: Add Kunit Helpers, Maxime Ripard
- [PATCH v7 02/23] drm/connector: Rename legacy TV property, Maxime Ripard
- [PATCH v7 03/23] drm/connector: Only register TV mode property if present, Maxime Ripard
- [PATCH v7 04/23] drm/connector: Rename drm_mode_create_tv_properties, Maxime Ripard
- [PATCH v7 05/23] drm/connector: Add TV standard property, Maxime Ripard
- [PATCH v7 06/23] drm/modes: Add a function to generate analog display modes, Maxime Ripard
- [PATCH v7 07/23] drm/client: Add some tests for drm_connector_pick_cmdline_mode(), Maxime Ripard
- [PATCH v7 08/23] drm/modes: Move named modes parsing to a separate function, Maxime Ripard
- [PATCH v7 09/23] drm/modes: Switch to named mode descriptors, Maxime Ripard
- [PATCH v7 11/23] drm/connector: Add pixel clock to cmdline mode, Maxime Ripard
- [PATCH v7 12/23] drm/connector: Add a function to lookup a TV mode by its name, Maxime Ripard
- [PATCH v7 10/23] drm/modes: Fill drm_cmdline mode from named modes, Maxime Ripard
- [PATCH v7 13/23] drm/modes: Introduce the tv_mode property as a command-line option, Maxime Ripard
- [PATCH v7 14/23] drm/modes: Properly generate a drm_display_mode from a named mode, Maxime Ripard
- [PATCH v7 15/23] drm/modes: Introduce more named modes, Maxime Ripard
- [PATCH v7 17/23] drm/atomic-helper: Add a TV properties reset helper, Maxime Ripard
- [PATCH v7 16/23] drm/probe-helper: Provide a TV get_modes helper, Maxime Ripard
- [PATCH v7 18/23] drm/atomic-helper: Add an analog TV atomic_check implementation, Maxime Ripard
- [PATCH v7 19/23] drm/vc4: vec: Use TV Reset implementation, Maxime Ripard
- [PATCH v7 20/23] drm/vc4: vec: Check for VEC output constraints, Maxime Ripard
- [PATCH v7 21/23] drm/vc4: vec: Convert to the new TV mode property, Maxime Ripard
- [PATCH v7 22/23] drm/vc4: vec: Add support for more analog TV standards, Maxime Ripard
- [PATCH v7 23/23] drm/sun4i: tv: Convert to the new TV mode property, Maxime Ripard
- Re: [PATCH v7 00/23] drm: Analog TV Improvements, Lukas Satin
Fans ramping up randomly when idle,
Timothy Madden
TV Out question,
Lukas Satin
[PATCH v3 00/23] drm/fb-helper: Untangle fbdev emulation and helpers,
Thomas Zimmermann
- [PATCH v3 01/23] drm/komeda: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH v3 05/23] drm/imx/dcss: Don't set struct drm_driver.output_poll_changed, Thomas Zimmermann
- [PATCH v3 08/23] drm/rockchip: Don't set struct drm_driver.output_poll_changed, Thomas Zimmermann
- [PATCH v3 16/23] drm/fb-helper: Call fb_sync in I/O functions, Thomas Zimmermann
- [PATCH v3 12/23] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper, Thomas Zimmermann
- [PATCH v3 03/23] drm/vboxvideo: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH v3 13/23] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix, Thomas Zimmermann
- [PATCH v3 02/23] drm/mcde: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH v3 20/23] drm/fb-helper: Set flag in struct drm_fb_helper for leaking physical addresses, Thomas Zimmermann
- [PATCH v3 07/23] drm/logicvc: Don't set struct drm_driver.output_poll_changed, Thomas Zimmermann
- [PATCH v3 14/23] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfix, Thomas Zimmermann
- [PATCH v3 09/23] drm/panel-ili9341: Include <linux/backlight.h>, Thomas Zimmermann
- [PATCH v3 04/23] drm/amdgpu: Don't set struct drm_driver.output_poll_changed, Thomas Zimmermann
- [PATCH v3 11/23] drm/fb-helper: Cleanup include statements in header file, Thomas Zimmermann
- [PATCH v3 10/23] drm/tve200: Include <linux/of.h>, Thomas Zimmermann
- [PATCH v3 06/23] drm/ingenic: Don't set struct drm_driver.output_poll_changed, Thomas Zimmermann
- [PATCH v3 15/23] drm/fb-helper: Disconnect damage worker from update logic, Thomas Zimmermann
- [PATCH v3 18/23] drm/fb_helper: Minimize damage-helper overhead, Thomas Zimmermann
- [PATCH v3 17/23] drm/fb-helper: Perform all fbdev I/O with the same implementation, Thomas Zimmermann
- [PATCH v3 21/23] drm/fb-helper: Move generic fbdev emulation into separate source file, Thomas Zimmermann
- [PATCH v3 23/23] drm/fb-helper: Clarify use of last_close and output_poll_changed, Thomas Zimmermann
- [PATCH v3 19/23] drm/fb-helper: Always initialize generic fbdev emulation, Thomas Zimmermann
- [PATCH v3 22/23] drm/fb-helper: Remove unnecessary include statements, Thomas Zimmermann
[PATCH] drm/nouveau: Adding support to control backlight using bl_power for nva3.,
antoniospg
[PATCH v6 00/23] drm: Analog TV Improvements,
maxime
- [PATCH v6 02/23] drm/connector: Rename legacy TV property, maxime
- [PATCH v6 03/23] drm/connector: Only register TV mode property if present, maxime
- [PATCH v6 01/23] drm/tests: Add Kunit Helpers, maxime
- [PATCH v6 05/23] drm/connector: Add TV standard property, maxime
- [PATCH v6 04/23] drm/connector: Rename drm_mode_create_tv_properties, maxime
- [PATCH v6 07/23] drm/client: Add some tests for drm_connector_pick_cmdline_mode(), maxime
- [PATCH v6 08/23] drm/modes: Move named modes parsing to a separate function, maxime
- [PATCH v6 09/23] drm/modes: Switch to named mode descriptors, maxime
- [PATCH v6 06/23] drm/modes: Add a function to generate analog display modes, maxime
- [PATCH v6 10/23] drm/modes: Fill drm_cmdline mode from named modes, maxime
- [PATCH v6 11/23] drm/connector: Add pixel clock to cmdline mode, maxime
- [PATCH v6 16/23] drm/probe-helper: Provide a TV get_modes helper, maxime
- [PATCH v6 13/23] drm/modes: Introduce the tv_mode property as a command-line option, maxime
- [PATCH v6 12/23] drm/connector: Add a function to lookup a TV mode by its name, maxime
- [PATCH v6 17/23] drm/atomic-helper: Add a TV properties reset helper, maxime
- [PATCH v6 15/23] drm/modes: Introduce more named modes, maxime
- [PATCH v6 19/23] drm/vc4: vec: Use TV Reset implementation, maxime
- [PATCH v6 14/23] drm/modes: Properly generate a drm_display_mode from a named mode, maxime
- [PATCH v6 20/23] drm/vc4: vec: Check for VEC output constraints, maxime
- [PATCH v6 18/23] drm/atomic-helper: Add an analog TV atomic_check implementation, maxime
- [PATCH v6 21/23] drm/vc4: vec: Convert to the new TV mode property, maxime
- [PATCH v6 22/23] drm/vc4: vec: Add support for more analog TV standards, maxime
- [PATCH v6 23/23] drm/sun4i: tv: Convert to the new TV mode property, maxime
[PATCH v2 00/21] drm/fb-helper: Untangle fbdev emulation and helpers,
Thomas Zimmermann
- [PATCH v2 08/21] drm/rockchip: Don't set struct drm_driver.output_poll_changed, Thomas Zimmermann
- [PATCH v2 01/21] drm/komeda: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH v2 06/21] drm/ingenic: Don't set struct drm_driver.output_poll_changed, Thomas Zimmermann
- [PATCH v2 05/21] drm/imx/dcss: Don't set struct drm_driver.output_poll_changed, Thomas Zimmermann
- [PATCH v2 09/21] drm/panel-ili9341: Include <linux/backlight.h>, Thomas Zimmermann
- [PATCH v2 18/21] drm/fb_helper: Minimize damage-helper overhead, Thomas Zimmermann
- [PATCH v2 02/21] drm/mcde: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH v2 16/21] drm/fb-helper: Call fb_sync in I/O functions, Thomas Zimmermann
- [PATCH v2 04/21] drm/amdgpu: Don't set struct drm_driver.output_poll_changed, Thomas Zimmermann
- [PATCH v2 19/21] drm/fb-helper: Always initialize generic fbdev emulation, Thomas Zimmermann
- [PATCH v2 03/21] drm/vboxvideo: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH v2 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix, Thomas Zimmermann
- [PATCH v2 15/21] drm/fb-helper: Disconnect damage worker from update logic, Thomas Zimmermann
- [PATCH v2 10/21] drm/tve200: Include <linux/of.h>, Thomas Zimmermann
- [PATCH v2 11/21] drm/fb-helper: Cleanup include statements in header file, Thomas Zimmermann
- [PATCH v2 07/21] drm/logicvc: Don't set struct drm_driver.output_poll_changed, Thomas Zimmermann
- [PATCH v2 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation, Thomas Zimmermann
- [PATCH v2 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file, Thomas Zimmermann
- [PATCH v2 21/21] drm/fb-helper: Remove unnecessary include statements, Thomas Zimmermann
- [PATCH v2 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfix, Thomas Zimmermann
- [PATCH v2 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper, Thomas Zimmermann
[PATCH 00/21] drm/fb-helper: Untangle fbdev emulation and helpers,
Thomas Zimmermann
- [PATCH 01/21] drm/amdgpu: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH 02/21] drm/imx: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH 04/21] drm/komeda: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH 16/21] drm/fb-helper: Call fb_sync in I/O functions, Thomas Zimmermann
- [PATCH 10/21] drm/tve200: Include <linux/of.h>, Thomas Zimmermann
- [PATCH 11/21] drm/fb-helper: Cleanup include statements in header file, Thomas Zimmermann
- [PATCH 05/21] drm/logicvc: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH 08/21] drm/vboxvideo: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH 07/21] drm/rockchip: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH 03/21] drm/ingenic: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH 17/21] drm/fb-helper: Perform all fbdev I/O with the same implementation, Thomas Zimmermann
- [PATCH 14/21] drm/fb-helper: Rename drm_fb_helper_unregister_fbi() to use _info postfix, Thomas Zimmermann
- [PATCH 09/21] drm/panel-ili9341: Include <linux/backlight.h>, Thomas Zimmermann
- [PATCH 12/21] drm/fb_helper: Rename field fbdev to info in struct drm_fb_helper, Thomas Zimmermann
- [PATCH 19/21] drm/fb-helper: Always initialize generic fbdev emulation, Thomas Zimmermann
- [PATCH 20/21] drm/fb-helper: Move generic fbdev emulation into separate source file, Thomas Zimmermann
- [PATCH 06/21] drm/mcde: Don't set struct drm_driver.lastclose, Thomas Zimmermann
- [PATCH 13/21] drm/fb-helper: Rename drm_fb_helper_alloc_fbi() to use _info postfix, Thomas Zimmermann
- [PATCH 15/21] drm/fb-helper: Disconnect damage worker from update logic, Thomas Zimmermann
- [PATCH 18/21] drm/fb_helper: Minimize damage-helper overhead, Thomas Zimmermann
- [PATCH 21/21] drm/fb-helper: Remove unnecessary include statements, Thomas Zimmermann
[PATCH] nouveau: Fix migrate_to_ram() for faulting page,
Alistair Popple
[PATCH v5 00/22] drm: Analog TV Improvements,
Maxime Ripard
- [PATCH v5 01/22] drm/tests: Add Kunit Helpers, Maxime Ripard
- [PATCH v5 02/22] drm/connector: Rename legacy TV property, Maxime Ripard
- [PATCH v5 06/22] drm/modes: Add a function to generate analog display modes, Maxime Ripard
- [PATCH v5 05/22] drm/connector: Add TV standard property, Maxime Ripard
- [PATCH v5 03/22] drm/connector: Only register TV mode property if present, Maxime Ripard
- [PATCH v5 07/22] drm/client: Add some tests for drm_connector_pick_cmdline_mode(), Maxime Ripard
- [PATCH v5 04/22] drm/connector: Rename drm_mode_create_tv_properties, Maxime Ripard
- [PATCH v5 09/22] drm/modes: Switch to named mode descriptors, Maxime Ripard
- [PATCH v5 08/22] drm/modes: Move named modes parsing to a separate function, Maxime Ripard
- [PATCH v5 11/22] drm/connector: Add pixel clock to cmdline mode, Maxime Ripard
- [PATCH v5 10/22] drm/modes: Fill drm_cmdline mode from named modes, Maxime Ripard
- [PATCH v5 16/22] drm/atomic-helper: Add a TV properties reset helper, Maxime Ripard
- [PATCH v5 14/22] drm/modes: Properly generate a drm_display_mode from a named mode, Maxime Ripard
- [PATCH v5 15/22] drm/modes: Introduce more named modes, Maxime Ripard
- [PATCH v5 12/22] drm/connector: Add a function to lookup a TV mode by its name, Maxime Ripard
- [PATCH v5 13/22] drm/modes: Introduce the tv_mode property as a command-line option, Maxime Ripard
- [PATCH v5 17/22] drm/atomic-helper: Add an analog TV atomic_check implementation, Maxime Ripard
- [PATCH v5 18/22] drm/vc4: vec: Use TV Reset implementation, Maxime Ripard
- [PATCH v5 19/22] drm/vc4: vec: Check for VEC output constraints, Maxime Ripard
- [PATCH v5 21/22] drm/vc4: vec: Add support for more analog TV standards, Maxime Ripard
- [PATCH v5 20/22] drm/vc4: vec: Convert to the new TV mode property, Maxime Ripard
- [PATCH v5 22/22] drm/sun4i: tv: Convert to the new TV mode property, Maxime Ripard
[PATCH AUTOSEL 5.4 01/14] drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc(), Sasha Levin
[PATCH AUTOSEL 5.10 01/22] drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc(), Sasha Levin
[PATCH AUTOSEL 5.15 01/25] drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc(), Sasha Levin
[PATCH AUTOSEL 5.19 01/36] drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc(), Sasha Levin
[PATCH AUTOSEL 6.0 01/44] drm/nouveau/nouveau_bo: fix potential memory leak in nouveau_bo_alloc(), Sasha Levin
[PATCH v4 00/30] drm: Analog TV Improvements,
Maxime Ripard
- [PATCH v4 01/30] drm/docs: Remove unused TV Standard property, Maxime Ripard
- [PATCH v4 02/30] drm/tests: Order Kunit tests in Makefile, Maxime Ripard
- [PATCH v4 03/30] drm/tests: Add Kunit Helpers, Maxime Ripard
- [PATCH v4 04/30] drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambiguity, Maxime Ripard
- [PATCH v4 06/30] drm/atomic: Add TV subconnector property to get/set_property, Maxime Ripard
- [PATCH v4 07/30] drm/connector: Rename legacy TV property, Maxime Ripard
- [PATCH v4 05/30] drm/connector: Rename subconnector state variable, Maxime Ripard
- [PATCH v4 09/30] drm/connector: Rename drm_mode_create_tv_properties, Maxime Ripard
- [PATCH v4 08/30] drm/connector: Only register TV mode property if present, Maxime Ripard
- [PATCH v4 11/30] drm/modes: Add a function to generate analog display modes, Maxime Ripard
- [PATCH v4 10/30] drm/connector: Add TV standard property, Maxime Ripard
- [PATCH v4 13/30] drm/modes: parse_cmdline: Add support for named modes containing dashes, Maxime Ripard
- [PATCH v4 12/30] drm/modes: Only consider bpp and refresh before options, Maxime Ripard
- [PATCH v4 14/30] drm/client: Add some tests for drm_connector_pick_cmdline_mode(), Maxime Ripard
- [PATCH v4 19/30] drm/connector: Add a function to lookup a TV mode by its name, Maxime Ripard
- [PATCH v4 23/30] drm/atomic-helper: Add a TV properties reset helper, Maxime Ripard
- [PATCH v4 15/30] drm/modes: Move named modes parsing to a separate function, Maxime Ripard
- [PATCH v4 21/30] drm/modes: Properly generate a drm_display_mode from a named mode, Maxime Ripard
- [PATCH v4 26/30] drm/vc4: vec: Use TV Reset implementation, Maxime Ripard
- [PATCH v4 17/30] drm/modes: Fill drm_cmdline mode from named modes, Maxime Ripard
- [PATCH v4 24/30] drm/atomic-helper: Add an analog TV atomic_check implementation, Maxime Ripard
- [PATCH v4 16/30] drm/modes: Switch to named mode descriptors, Maxime Ripard
- [PATCH v4 18/30] drm/connector: Add pixel clock to cmdline mode, Maxime Ripard
- [PATCH v4 29/30] drm/vc4: vec: Add support for more analog TV standards, Maxime Ripard
- [PATCH v4 20/30] drm/modes: Introduce the tv_mode property as a command-line option, Maxime Ripard
- [PATCH v4 22/30] drm/modes: Introduce more named modes, Maxime Ripard
- [PATCH v4 25/30] drm/vc4: vec: Fix definition of PAL-M mode, Maxime Ripard
- [PATCH v4 30/30] drm/sun4i: tv: Convert to the new TV mode property, Maxime Ripard
- [PATCH v4 27/30] drm/vc4: vec: Check for VEC output constraints, Maxime Ripard
- [PATCH v4 28/30] drm/vc4: vec: Convert to the new TV mode property, Maxime Ripard
- Re: [PATCH v4 00/30] drm: Analog TV Improvements, Noralf Trønnes
Information about XDC 2022 - next week!, Jeremy White
[PATCH v2 0/8] Fix several device private page reference counting issues,
Alistair Popple
[PATCH -next] drm/nouveau/disp: fix cast removes address space of expression warnings,
ruanjinjie
[PATCH -next] drm/nouveau/disp: make gv100_disp_core_mthd_base static,
ruanjinjie
[PATCH 0/7] Fix several device private page reference counting issues,
Alistair Popple
[PATCH v2 00/33] drm: Analog TV Improvements,
Maxime Ripard
- [PATCH v2 01/33] drm/tests: Order Kunit tests in Makefile, Maxime Ripard
- [PATCH v2 02/33] drm/tests: Add Kunit Helpers, Maxime Ripard
- [PATCH v2 03/33] drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambiguity, Maxime Ripard
- [PATCH v2 04/33] drm/connector: Rename subconnector state variable, Maxime Ripard
- [PATCH v2 05/33] drm/atomic: Add TV subconnector property to get/set_property, Maxime Ripard
- [PATCH v2 07/33] drm/connector: Only register TV mode property if present, Maxime Ripard
- [PATCH v2 06/33] drm/connector: Rename legacy TV property, Maxime Ripard
- [PATCH v2 09/33] drm/connector: Add TV standard property, Maxime Ripard
- [PATCH v2 08/33] drm/connector: Rename drm_mode_create_tv_properties, Maxime Ripard
- [PATCH v2 11/33] drm/modes: Only consider bpp and refresh before options, Maxime Ripard
- [PATCH v2 10/33] drm/modes: Add a function to generate analog display modes, Maxime Ripard
- [PATCH v2 12/33] drm/modes: parse_cmdline: Add support for named modes containing dashes, Maxime Ripard
- [PATCH v2 13/33] drm/client: Add some tests for drm_connector_pick_cmdline_mode(), Maxime Ripard
- [PATCH v2 14/33] drm/modes: Move named modes parsing to a separate function, Maxime Ripard
- [PATCH v2 15/33] drm/modes: Bail out of named mode parsing if empty, Maxime Ripard
- [PATCH v2 16/33] drm/modes: Bail out of named mode parsing early if it's a number, Maxime Ripard
- [PATCH v2 17/33] drm/modes: Bail out of named mode parsing early if it's an option, Maxime Ripard
- [PATCH v2 18/33] drm/modes: Bail out of named mode parsing early if it's a status, Maxime Ripard
- [PATCH v2 19/33] drm/modes: Switch to named mode descriptors, Maxime Ripard
- [PATCH v2 20/33] drm/modes: Fill drm_cmdline mode from named modes, Maxime Ripard
- [PATCH v2 21/33] drm/connector: Add pixel clock to cmdline mode, Maxime Ripard
- [PATCH v2 22/33] drm/connector: Add a function to lookup a TV mode by its name, Maxime Ripard
- [PATCH v2 23/33] drm/modes: Introduce the tv_mode property as a command-line option, Maxime Ripard
- [PATCH v2 24/33] drm/modes: Properly generate a drm_display_mode from a named mode, Maxime Ripard
- [PATCH v2 25/33] drm/modes: Introduce more named modes, Maxime Ripard
- [PATCH v2 26/33] drm/atomic-helper: Add a TV properties reset helper, Maxime Ripard
- [PATCH v2 27/33] drm/atomic-helper: Add an analog TV atomic_check implementation, Maxime Ripard
- [PATCH v2 28/33] drm/vc4: vec: Fix definition of PAL-M mode, Maxime Ripard
- [PATCH v2 29/33] drm/vc4: vec: Use TV Reset implementation, Maxime Ripard
- [PATCH v2 30/33] drm/vc4: vec: Check for VEC output constraints, Maxime Ripard
- [PATCH v2 31/33] drm/vc4: vec: Convert to the new TV mode property, Maxime Ripard
- [PATCH v2 32/33] drm/vc4: vec: Add support for more analog TV standards, Maxime Ripard
- [PATCH v2 33/33] drm/sun4i: tv: Convert to the new TV mode property, Maxime Ripard
- Re: [PATCH v2 00/33] drm: Analog TV Improvements, Maxime Ripard
- Re: [PATCH v2 00/33] drm: Analog TV Improvements, Noralf Trønnes
[PATCH] drm: nouveau: move bounds checking to the front in nouveau_svm_fault_buffer_dtor(), Hangyu Hua
Regression: Kernel/GPU crash with "Asynchronous wait on fence", Owen T. Heisler
[PATCH 0/4] drm/plane: Remove drm_plane_init(), plus other cleanups,
Thomas Zimmermann
[PATCH v2 00/41] drm: Analog TV Improvements,
Maxime Ripard
- Re: [PATCH v2 00/41] drm: Analog TV Improvements, Noralf Trønnes
- [PATCH v2 15/41] drm/modes: Switch to named mode descriptors, Maxime Ripard
- [PATCH v2 14/41] drm/modes: Move named modes parsing to a separate function, Maxime Ripard
- [PATCH v2 04/41] drm/connector: Rename subconnector state variable, Maxime Ripard
- [PATCH v2 09/41] drm/connector: Add TV standard property, Maxime Ripard
- [PATCH v2 36/41] drm/sun4i: tv: Merge mode_set into atomic_enable, Maxime Ripard
- [PATCH v2 31/41] drm/vc4: vec: Use TV Reset implementation, Maxime Ripard
- [PATCH v2 08/41] drm/connector: Rename drm_mode_create_tv_properties, Maxime Ripard
- [PATCH v2 13/41] drm/client: Add some tests for drm_connector_pick_cmdline_mode(), Maxime Ripard
- [PATCH v2 40/41] drm/sun4i: tv: Add missing reset assertion, Maxime Ripard
- [PATCH v2 06/41] drm/connector: Rename legacy TV property, Maxime Ripard
- [PATCH v2 18/41] drm/connector: Add a function to lookup a TV mode by its name, Maxime Ripard
- [PATCH v2 24/41] drm/vc4: vec: Remove empty mode_fixup, Maxime Ripard
- [PATCH v2 33/41] drm/vc4: vec: Add support for more analog TV standards, Maxime Ripard
- [PATCH v2 12/41] drm/modes: parse_cmdline: Add support for named modes containing dashes, Maxime Ripard
- [PATCH v2 16/41] drm/modes: Fill drm_cmdline mode from named modes, Maxime Ripard
- [PATCH v2 02/41] drm/tests: Add Kunit Helpers, Maxime Ripard
- [PATCH v2 37/41] drm/sun4i: tv: Remove useless function, Maxime Ripard
- [PATCH v2 19/41] drm/modes: Introduce the tv_mode property as a command-line option, Maxime Ripard
- [PATCH v2 05/41] drm/atomic: Add TV subconnector property to get/set_property, Maxime Ripard
- [PATCH v2 30/41] drm/vc4: vec: Fix definition of PAL-M mode, Maxime Ripard
- [PATCH v2 03/41] drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambiguity, Maxime Ripard
- [PATCH v2 11/41] drm/modes: Only consider bpp and refresh before options, Maxime Ripard
- [PATCH v2 10/41] drm/modes: Add a function to generate analog display modes, Maxime Ripard
[Index of Archives]
[Linux Kernel Development]
[Security]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]