summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-04-26drm/vkms: allow full alpha blending on all planesMaíra Canal1-31/+3
2023-04-25drm/bridge: tc358768: Add atomic_get_input_bus_fmts() implementationFrancesco Dolcini1-0/+44
2023-04-25drm/vc4: hdmi: Add BT.2020 SupportDave Stevenson1-0/+38
2023-04-25drm/vc4: hdmi: Add BT.601 SupportDave Stevenson1-0/+38
2023-04-25drm/vc4: hdmi: Add a function to retrieve the CSC matrixDave Stevenson1-3/+21
2023-04-25drm/vc4: hdmi: Rework the CSC matrices organizationDave Stevenson1-45/+63
2023-04-25drm/vc4: hdmi: Swap CSC matrix channels for YUV444Dave Stevenson1-20/+19
2023-04-25drm/vc4: hdmi: Rename full range helperDave Stevenson1-5/+5
2023-04-25drm/vc4: hdmi: Add Broadcast RGB property to allow override of RGB rangeDave Stevenson2-4/+102
2023-04-25drm/vc4: hdmi: Update all the planes if the TV margins are changedMaxime Ripard1-0/+26
2023-04-25drm/vc4: Switch to container_of_constMaxime Ripard10-106/+51
2023-04-24drm/vkms: isolate pixel conversion functionalityMaíra Canal5-81/+56
2023-04-24drm/test: Add test cases for drm_rect_rotate_inv()Arthur Grillo1-0/+11
2023-04-24drm/tests: Add test cases for drm_rect_rotate()Arthur Grillo1-0/+72
2023-04-24drm/tests: Add test cases for drm_rect_calc_vscale()Arthur Grillo1-0/+12
2023-04-24drm/tests: Add test cases for drm_rect_calc_hscale()Arthur Grillo1-0/+72
2023-04-24drm/tests: Add test cases for drm_rect_intersect()Arthur Grillo1-0/+148
2023-04-24Merge drm/drm-next into drm-misc-nextThomas Zimmermann119-862/+2265
2023-04-24drm/scheduler: add drm_sched_entity_error and use rcu for last_scheduledChristian König1-8/+31
2023-04-24drm/scheduler: properly forward fence errorsChristian König3-14/+12
2023-04-24drm/tve200: Use devm_platform_ioremap_resource()Yang Li1-3/+1
2023-04-24Merge tag 'exynos-drm-next-for-v6.4-2' of git://git.kernel.org/pub/scm/linux/...Dave Airlie5-117/+94
2023-04-24Merge tag 'drm-intel-next-fixes-2023-04-20-1' of git://anongit.freedesktop.or...Dave Airlie7-15/+53
2023-04-23drm/sti: Drop of_gpio headerMaíra Canal1-1/+1
2023-04-23drm/bridge: anx7625: Drop of_gpio headerMaíra Canal1-1/+0
2023-04-21drm/panel: simple: Add InnoLux G070ACE-L01Richard Leitner1-0/+35
2023-04-21drm/armada: Implement fbdev emulation as in-kernel clientThomas Zimmermann4-69/+73
2023-04-21drm/armada: Initialize fbdev DRM clientThomas Zimmermann1-4/+39
2023-04-21drm/armada: Hide fbdev support behind config optionThomas Zimmermann2-3/+14
2023-04-21drm/armada: Include <linux/of.h>Thomas Zimmermann1-0/+1
2023-04-20drm/bridge: ti-sn65dsi86: Implement wait_hpd_assertedNikita Travkin1-0/+19
2023-04-20arch/parisc: Implement fb_is_primary_device() under arch/pariscThomas Zimmermann1-19/+0
2023-04-20video: Move HP PARISC STI core code to shared locationThomas Zimmermann9-412/+14
2023-04-20video: Remove trailing whitespacesThomas Zimmermann4-138/+138
2023-04-20drm/gem: Check for valid formatsMaíra Canal1-0/+9
2023-04-19drm/i915/dp_mst: Fix active port PLL selection for secondary MST streamsImre Deak3-7/+30
2023-04-19drm/scheduler: set entity to NULL in drm_sched_entity_pop_job()Danilo Krummrich2-0/+10
2023-04-17drm/nouveau/therm: Move an assignment statement behind a null pointer check i...Markus Elfring2-2/+2
2023-04-17drm/nouveau/pci: Move an expression into a function call parameter in nvkm_pc...Markus Elfring1-3/+1
2023-04-17drm/nouveau/pci: Move a variable assignment behind condition checks in nvkm_p...Markus Elfring1-1/+2
2023-04-17drm/nouveau/clk: Move a variable assignment behind a null pointer check in nv...Markus Elfring1-1/+1
2023-04-17drm/nouveau/bios/power_budget: Move an expression into a macro call parameter...Markus Elfring1-2/+1
2023-04-17drm/nouveau/debugfs: Replace five seq_printf() calls by seq_puts() in nouveau...Markus Elfring1-5/+5
2023-04-17drm/nouveau/debugfs: Use seq_putc() in nouveau_debugfs_pstate_get()Markus Elfring1-1/+1
2023-04-17drm/nouveau/debugfs: Move a variable assignment behind a null pointer check i...Markus Elfring1-1/+2
2023-04-17drm/nouveau/debugfs: Move an expression into a function call parameter in nou...Markus Elfring1-2/+2
2023-04-17drm/panel: nt36523: Add Lenovo J606F panelKonrad Dybcio1-0/+486
2023-04-17drm/panel: nt36523: Get orientation from OFKonrad Dybcio1-0/+15
2023-04-17drm/panel: nt36523: Add DCS backlight supportKonrad Dybcio1-3/+65
2023-04-17drm/exynos: Implement fbdev emulation as in-kernel clientThomas Zimmermann4-108/+77