summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2022-10-16drm/ast: Do not call drm_atomic_add_affected_planes()Thomas Zimmermann
2022-10-16drm/ast: Call drm_atomic_helper_check_plane_state() unconditionallyThomas Zimmermann
2022-10-16drm/ast: Acquire I/O-register lock in atomic_commit_tail functionThomas Zimmermann
2022-10-15drm: lcdif: Add support for YUV planesKieran Bingham
2022-10-15drm: lcdif: Switch to limited range for RGB to YUV conversionLaurent Pinchart
2022-10-15drm: lcdif: Don't use BIT() for multi-bit register fieldsLaurent Pinchart
2022-10-15drm: lcdif: Fix indentation in lcdif_regs.hLaurent Pinchart
2022-10-14drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann
2022-10-14drm/ofdrm: Support color managementThomas Zimmermann
2022-10-14drm/ofdrm: Add per-model device functionThomas Zimmermann
2022-10-14drm/ofdrm: Add CRTC stateThomas Zimmermann
2022-10-14drm/ofdrm: Add ofdrm for Open Firmware framebuffersThomas Zimmermann
2022-10-13drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridgeAbhinav Kumar
2022-10-13drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas
2022-10-13drm/ssd130x: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas
2022-10-13drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas
2022-10-13drm/mgag200: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas
2022-10-12drm/nouveau/disp: fix cast removes address space of expression warningsruanjinjie
2022-10-12drm: split build lists one per line and sortJani Nikula
2022-10-10drm/bridge: tc358775: Do not soft reset i2c-slave controllerTeresa Remmet
2022-10-10drm/vc4: vec: Fix definition of PAL-M modeMateusz Kwiatkowski
2022-10-10drm/modes: parse_cmdline: Add support for named modes containing dashesGeert Uytterhoeven
2022-10-10drm/modes: Only consider bpp and refresh before optionsMaxime Ripard
2022-10-10drm/atomic: Add TV subconnector property to get/set_propertyMaxime Ripard
2022-10-10drm/connector: Rename subconnector state variableMaxime Ripard
2022-10-10drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambig...Maxime Ripard
2022-10-10drm/tests: Order Kunit tests in MakefileMaxime Ripard
2022-10-08drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann
2022-10-08drm/atomic-helper: Don't allocate new plane state in CRTC checkThomas Zimmermann
2022-10-07drm/udl: Add constants for commandsThomas Zimmermann
2022-10-07drm/udl: Add register constants for framebuffer scanout addressesThomas Zimmermann
2022-10-07drm/udl: Add register constants for video locksThomas Zimmermann
2022-10-07drm/udl: Add register constants for color depthThomas Zimmermann
2022-10-07drm/udl: Add constants for display-mode registersThomas Zimmermann
2022-10-07drm/udl: Move register constants to udl_proto.hThomas Zimmermann
2022-10-07drm/udl: Use damage iteratorThomas Zimmermann
2022-10-07drm/udl: Support DRM hot-unpluggingThomas Zimmermann
2022-10-07drm/udl: Simplify modesetting in CRTC's enable functionThomas Zimmermann
2022-10-07drm/udl: Convert to atomic-modesetting helpersThomas Zimmermann
2022-10-07drm/udl: Remove udl_simple_display_pipe_mode_valid()Thomas Zimmermann
2022-10-07drm/udl: Move connector to modesetting codeThomas Zimmermann
2022-10-07drm/udl: Various improvements to the connectorThomas Zimmermann
2022-10-07drm/udl: Use USB timeout constant when reading EDIDThomas Zimmermann
2022-10-07drm/udl: Test pixel limit in mode-config's mode-valid functionThomas Zimmermann
2022-10-07drm/udl: Rename struct udl_drm_connector to struct udl_connectorThomas Zimmermann
2022-10-06drm/ssd130x: Iterate over damage clips instead of using a merged rectJavier Martinez Canillas
2022-10-05drm/ast: Add Atomic gamma lut support for aspeedJocelyn Falempe
2022-10-05drm/bridge: ps8640: Add software to support aux deferJason Yen
2022-10-05drm/sched: add missing NULL check in drm_sched_get_cleanup_job v2Christian König
2022-10-05drm/scheduler: fix fence ref countingChristian König