aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
...
* drm/vkms: Fix null-ptr-deref in vkms_release()Yuan Can2022-11-291-1/+2
* drm/vkms: Fix memory leak in vkms_init()Yuan Can2022-11-291-1/+6
* drm/panel-samsung-atna33xc20: Extend autosuspend delayDrew Davenport2022-11-291-1/+1
* drm/bridge/parade-ps8640: Extend autosuspendDrew Davenport2022-11-291-2/+2
* drm/panel-simple: Use ktime_get_boottime for delaysDrew Davenport2022-11-291-3/+3
* drm/panel-samsung-atna33xc20: Use ktime_get_boottime for delaysDrew Davenport2022-11-291-4/+4
* drm/panel-edp: Use ktime_get_boottime for delaysDrew Davenport2022-11-291-4/+4
* drm/bridge: ti-sn65dsi86: Convert to i2c's .probe_new()Uwe Kleine-König2022-11-291-3/+2
* drm/bridge: megachips: Fix error handling in i2c_register_driver()Yuan Can2022-11-291-1/+5
* drm/tests: helpers: Add missing exportMaxime Ripard2022-11-281-0/+1
* drm/vc4: vec: Use pm_runtime_resume_and_get() in vc4_vec_encoder_enable()Shang XiaoJing2022-11-281-1/+1
* drm/vc4: crtc: Provide a CRTC nameMaxime Ripard2022-11-283-1/+12
* drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard2022-11-283-13/+17
* drm/vc4: txp: Initialise the CRTC before the encoder and connectorMaxime Ripard2022-11-281-5/+5
* drm/vc4: Add TXP encoder typeMaxime Ripard2022-11-282-10/+21
* drm/vc4: txp: Reorder the variable assignmentsMaxime Ripard2022-11-281-9/+6
* drm/vc4: kms: Sort the CRTCs by output before assigning themMaxime Ripard2022-11-281-33/+76
* drm/vc4: kms: Constify the HVS old/new state helpersMaxime Ripard2022-11-281-2/+2
* drm/vc4: Constify container_of wrappersMaxime Ripard2022-11-281-8/+8
* drm/atomic: Constify the old/new state accessorsMaxime Ripard2022-11-281-6/+6
* drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXCGeert Uytterhoeven2022-11-251-0/+1
* drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXCGeert Uytterhoeven2022-11-251-0/+1
* drm/fb-helper: Don't use the preferred depth for the BPP defaultThomas Zimmermann2022-11-241-6/+9
* drm/solomon: Set preferred color depth and bpp to the correct valuesThomas Zimmermann2022-11-241-2/+2
* drm/simpledrm: Set preferred depth from format of scanout bufferThomas Zimmermann2022-11-241-2/+2
* drm/ofdrm: Set preferred depth from format of scanout bufferThomas Zimmermann2022-11-241-12/+1
* drm/cirrus: Decouple fbdev bpp value from color depthThomas Zimmermann2022-11-241-1/+1
* drm/logicvc: Fix preferred fbdev cppThomas Zimmermann2022-11-241-1/+12
* drm/hisilicon/hibmc: Fix preferred depth and bppThomas Zimmermann2022-11-241-2/+2
* drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to match specFrieder Schrempf2022-11-241-1/+1
* drm/sun4i: tv: Convert to the new TV mode propertyMaxime Ripard2022-11-241-107/+34
* drm/vc4: vec: Add support for more analog TV standardsMateusz Kwiatkowski2022-11-241-4/+107
* drm/vc4: vec: Convert to the new TV mode propertyMaxime Ripard2022-11-241-53/+131
* drm/vc4: vec: Check for VEC output constraintsMateusz Kwiatkowski2022-11-241-0/+50
* drm/vc4: vec: Use TV Reset implementationMaxime Ripard2022-11-241-1/+7
* drm/atomic-helper: Add an analog TV atomic_check implementationMaxime Ripard2022-11-241-0/+49
* drm/atomic-helper: Add a TV properties reset helperMaxime Ripard2022-11-241-0/+75
* drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes2022-11-243-0/+288
* drm/modes: Introduce more named modesMaxime Ripard2022-11-242-0/+4
* drm/client: Remove match on mode nameMaxime Ripard2022-11-241-4/+0
* drm/modes: Properly generate a drm_display_mode from a named modeMaxime Ripard2022-11-242-2/+111
* drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard2022-11-242-3/+102
* drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard2022-11-243-0/+101
* drm/modes: Add a function to generate analog display modesMaxime Ripard2022-11-243-0/+622
* drm/connector: Add TV standard propertyMaxime Ripard2022-11-242-1/+125
* drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard2022-11-246-13/+14
* drm/connector: Only register TV mode property if presentMaxime Ripard2022-11-241-8/+11
* drm/connector: Rename legacy TV propertyMaxime Ripard2022-11-247-20/+20
* drm/tests: client: Mention that we can't use MODULE_ macrosMaxime Ripard2022-11-241-0/+5
* Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-11-24935-18091/+25202
|\