aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-10-16drm/ast: Do not call drm_atomic_add_affected_planes()Thomas Zimmermann1-3/+2
2022-10-16drm/ast: Call drm_atomic_helper_check_plane_state() unconditionallyThomas Zimmermann1-20/+15
2022-10-16drm/ast: Acquire I/O-register lock in atomic_commit_tail functionThomas Zimmermann1-18/+16
2022-10-15drm: lcdif: Add support for YUV planesKieran Bingham2-30/+220
2022-10-15drm: lcdif: Switch to limited range for RGB to YUV conversionLaurent Pinchart1-6/+12
2022-10-15drm: lcdif: Don't use BIT() for multi-bit register fieldsLaurent Pinchart1-14/+14
2022-10-15drm: lcdif: Fix indentation in lcdif_regs.hLaurent Pinchart1-2/+2
2022-10-14drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann2-2/+63
2022-10-14drm/ofdrm: Support color managementThomas Zimmermann1-5/+437
2022-10-14drm/ofdrm: Add per-model device functionThomas Zimmermann1-0/+125
2022-10-14drm/ofdrm: Add CRTC stateThomas Zimmermann1-3/+56
2022-10-14drm/ofdrm: Add ofdrm for Open Firmware framebuffersThomas Zimmermann4-0/+778
2022-10-13drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridgeAbhinav Kumar3-17/+29
2022-10-13drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas4-25/+33
2022-10-13drm/ssd130x: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas1-8/+2
2022-10-13drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas1-8/+2
2022-10-13drm/mgag200: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas1-1/+1
2022-10-12drm/nouveau/disp: fix cast removes address space of expression warningsruanjinjie1-2/+2
2022-10-12drm: split build lists one per line and sortJani Nikula2-36/+85
2022-10-10drm/bridge: tc358775: Do not soft reset i2c-slave controllerTeresa Remmet1-1/+1
2022-10-10drm/vc4: vec: Fix definition of PAL-M modeMateusz Kwiatkowski1-4/+4
2022-10-10drm/modes: parse_cmdline: Add support for named modes containing dashesGeert Uytterhoeven1-0/+2
2022-10-10drm/modes: Only consider bpp and refresh before optionsMaxime Ripard1-7/+9
2022-10-10drm/atomic: Add TV subconnector property to get/set_propertyMaxime Ripard1-0/+4
2022-10-10drm/connector: Rename subconnector state variableMaxime Ripard1-2/+2
2022-10-10drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambig...Maxime Ripard3-5/+5
2022-10-10drm/tests: Order Kunit tests in MakefileMaxime Ripard1-3/+11
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann7-46/+45
2022-10-08drm/atomic-helper: Don't allocate new plane state in CRTC checkThomas Zimmermann1-9/+1
2022-10-07drm/udl: Add constants for commandsThomas Zimmermann4-20/+28
2022-10-07drm/udl: Add register constants for framebuffer scanout addressesThomas Zimmermann2-9/+38
2022-10-07drm/udl: Add register constants for video locksThomas Zimmermann2-2/+7
2022-10-07drm/udl: Add register constants for color depthThomas Zimmermann2-1/+4
2022-10-07drm/udl: Add constants for display-mode registersThomas Zimmermann2-70/+47
2022-10-07drm/udl: Move register constants to udl_proto.hThomas Zimmermann3-15/+21
2022-10-07drm/udl: Use damage iteratorThomas Zimmermann1-21/+21
2022-10-07drm/udl: Support DRM hot-unpluggingThomas Zimmermann1-6/+37
2022-10-07drm/udl: Simplify modesetting in CRTC's enable functionThomas Zimmermann2-50/+14
2022-10-07drm/udl: Convert to atomic-modesetting helpersThomas Zimmermann2-54/+112
2022-10-07drm/udl: Remove udl_simple_display_pipe_mode_valid()Thomas Zimmermann1-8/+0
2022-10-07drm/udl: Move connector to modesetting codeThomas Zimmermann5-154/+134
2022-10-07drm/udl: Various improvements to the connectorThomas Zimmermann1-24/+40
2022-10-07drm/udl: Use USB timeout constant when reading EDIDThomas Zimmermann1-1/+1
2022-10-07drm/udl: Test pixel limit in mode-config's mode-valid functionThomas Zimmermann2-14/+14
2022-10-07drm/udl: Rename struct udl_drm_connector to struct udl_connectorThomas Zimmermann2-16/+13
2022-10-06drm/ssd130x: Iterate over damage clips instead of using a merged rectJavier Martinez Canillas1-8/+11
2022-10-05drm/ast: Add Atomic gamma lut support for aspeedJocelyn Falempe1-17/+70
2022-10-05drm/bridge: ps8640: Add software to support aux deferJason Yen1-1/+8
2022-10-05drm/sched: add missing NULL check in drm_sched_get_cleanup_job v2Christian König1-2/+3
2022-10-05drm/scheduler: fix fence ref countingChristian König1-1/+5