summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-12-05drm/simple-kms: Remove drm_gem_simple_display_pipe_prepare_fb()Thomas Zimmermann4-33/+2
2022-12-01drm/vc4: dpi: Fix format mapping for RGB565Dave Stevenson1-1/+1
2022-12-01drm/vc4: dpi: Change the default DPI format to being 18bpp, not 24.Dave Stevenson1-2/+2
2022-12-01drm/vc4: dpi: Support BGR666 formatsJoerg Quinten1-0/+6
2022-12-01drm/vc4: dpi: Support RGB565 formatChris Morgan1-0/+4
2022-12-01drm/tests: probe_helper: Fix uninitialized variableMaxime Ripard1-0/+1
2022-12-01drm/modes: Use strscpy() to copy command-line mode nameMaxime Ripard1-1/+1
2022-12-01drm/meson: dw-hdmi: Use devm_regulator_*get_enable*()Matti Vaittinen1-20/+3
2022-12-01drm/bridge: sii902x: Use devm_regulator_bulk_get_enable()Matti Vaittinen1-22/+4
2022-11-30drm/vkms: change min cursor size to accept smaller valuesAlaa Emad1-2/+2
2022-11-30drm/vkms: Fix null-ptr-deref in vkms_release()Yuan Can1-1/+2
2022-11-30drm/vkms: Fix memory leak in vkms_init()Yuan Can1-1/+6
2022-11-30drm/panel-samsung-atna33xc20: Extend autosuspend delayDrew Davenport1-1/+1
2022-11-30drm/bridge/parade-ps8640: Extend autosuspendDrew Davenport1-2/+2
2022-11-30drm/panel-simple: Use ktime_get_boottime for delaysDrew Davenport1-3/+3
2022-11-30drm/panel-samsung-atna33xc20: Use ktime_get_boottime for delaysDrew Davenport1-4/+4
2022-11-30drm/panel-edp: Use ktime_get_boottime for delaysDrew Davenport1-4/+4
2022-11-30drm/bridge: ti-sn65dsi86: Convert to i2c's .probe_new()Uwe Kleine-König1-3/+2
2022-11-29drm/bridge: megachips: Fix error handling in i2c_register_driver()Yuan Can1-1/+5
2022-11-28drm/tests: helpers: Add missing exportMaxime Ripard1-0/+1
2022-11-28drm/vc4: vec: Use pm_runtime_resume_and_get() in vc4_vec_encoder_enable()Shang XiaoJing1-1/+1
2022-11-28drm/vc4: crtc: Provide a CRTC nameMaxime Ripard3-1/+12
2022-11-28drm/vc4: crtc: Pass the device and data in vc4_crtc_initMaxime Ripard3-13/+17
2022-11-28drm/vc4: txp: Initialise the CRTC before the encoder and connectorMaxime Ripard1-5/+5
2022-11-28drm/vc4: Add TXP encoder typeMaxime Ripard2-10/+21
2022-11-28drm/vc4: txp: Reorder the variable assignmentsMaxime Ripard1-9/+6
2022-11-28drm/vc4: kms: Sort the CRTCs by output before assigning themMaxime Ripard1-33/+76
2022-11-28drm/vc4: kms: Constify the HVS old/new state helpersMaxime Ripard1-2/+2
2022-11-28drm/vc4: Constify container_of wrappersMaxime Ripard1-8/+8
2022-11-28drm/atomic: Constify the old/new state accessorsMaxime Ripard1-6/+6
2022-11-26drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXCGeert Uytterhoeven1-0/+1
2022-11-26drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXCGeert Uytterhoeven1-0/+1
2022-11-24drm/fb-helper: Don't use the preferred depth for the BPP defaultThomas Zimmermann1-6/+9
2022-11-24drm/solomon: Set preferred color depth and bpp to the correct valuesThomas Zimmermann1-2/+2
2022-11-24drm/simpledrm: Set preferred depth from format of scanout bufferThomas Zimmermann1-2/+2
2022-11-24drm/ofdrm: Set preferred depth from format of scanout bufferThomas Zimmermann1-12/+1
2022-11-24drm/cirrus: Decouple fbdev bpp value from color depthThomas Zimmermann1-1/+1
2022-11-24drm/logicvc: Fix preferred fbdev cppThomas Zimmermann1-1/+12
2022-11-24drm/hisilicon/hibmc: Fix preferred depth and bppThomas Zimmermann1-2/+2
2022-11-24drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to match specFrieder Schrempf1-1/+1
2022-11-24drm/sun4i: tv: Convert to the new TV mode propertyMaxime Ripard1-107/+34
2022-11-24drm/vc4: vec: Add support for more analog TV standardsMateusz Kwiatkowski1-4/+107
2022-11-24drm/vc4: vec: Convert to the new TV mode propertyMaxime Ripard1-53/+131
2022-11-24drm/vc4: vec: Check for VEC output constraintsMateusz Kwiatkowski1-0/+50
2022-11-24drm/vc4: vec: Use TV Reset implementationMaxime Ripard1-1/+7
2022-11-24drm/atomic-helper: Add an analog TV atomic_check implementationMaxime Ripard1-0/+49
2022-11-24drm/atomic-helper: Add a TV properties reset helperMaxime Ripard1-0/+75
2022-11-24drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes3-0/+288
2022-11-24drm/modes: Introduce more named modesMaxime Ripard2-0/+4
2022-11-24drm/client: Remove match on mode nameMaxime Ripard1-4/+0