aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/ofdrm: Support big-endian scanout buffersThomas Zimmermann2022-10-142-2/+63
* drm/ofdrm: Support color managementThomas Zimmermann2022-10-141-5/+437
* drm/ofdrm: Add per-model device functionThomas Zimmermann2022-10-141-0/+125
* drm/ofdrm: Add CRTC stateThomas Zimmermann2022-10-141-3/+56
* drm/ofdrm: Add ofdrm for Open Firmware framebuffersThomas Zimmermann2022-10-143-0/+777
* drm/bridge: adv7533: remove dynamic lane switching from adv7533 bridgeAbhinav Kumar2022-10-133-17/+29
* drm/crtc-helper: Add a drm_crtc_helper_atomic_check() helperJavier Martinez Canillas2022-10-134-25/+33
* drm/ssd130x: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas2022-10-131-8/+2
* drm/simpledrm: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas2022-10-131-8/+2
* drm/mgag200: Do not call drm_atomic_add_affected_planes()Javier Martinez Canillas2022-10-131-1/+1
* drm/nouveau/disp: fix cast removes address space of expression warningsruanjinjie2022-10-121-2/+2
* drm: split build lists one per line and sortJani Nikula2022-10-122-36/+85
* drm/bridge: tc358775: Do not soft reset i2c-slave controllerTeresa Remmet2022-10-101-1/+1
* drm/vc4: vec: Fix definition of PAL-M modeMateusz Kwiatkowski2022-10-101-4/+4
* drm/modes: parse_cmdline: Add support for named modes containing dashesGeert Uytterhoeven2022-10-101-0/+2
* drm/modes: Only consider bpp and refresh before optionsMaxime Ripard2022-10-101-7/+9
* drm/atomic: Add TV subconnector property to get/set_propertyMaxime Ripard2022-10-101-0/+4
* drm/connector: Rename subconnector state variableMaxime Ripard2022-10-101-2/+2
* drm/atomic-helper: Rename drm_atomic_helper_connector_tv_reset to avoid ambig...Maxime Ripard2022-10-103-5/+5
* drm/tests: Order Kunit tests in MakefileMaxime Ripard2022-10-101-3/+11
* drm/atomic-helper: Replace drm_atomic_helper_check_crtc_state()Thomas Zimmermann2022-10-087-46/+45
* drm/atomic-helper: Don't allocate new plane state in CRTC checkThomas Zimmermann2022-10-081-9/+1
* drm/udl: Add constants for commandsThomas Zimmermann2022-10-074-20/+28
* drm/udl: Add register constants for framebuffer scanout addressesThomas Zimmermann2022-10-072-9/+38
* drm/udl: Add register constants for video locksThomas Zimmermann2022-10-072-2/+7
* drm/udl: Add register constants for color depthThomas Zimmermann2022-10-072-1/+4
* drm/udl: Add constants for display-mode registersThomas Zimmermann2022-10-072-70/+47
* drm/udl: Move register constants to udl_proto.hThomas Zimmermann2022-10-073-15/+21
* drm/udl: Use damage iteratorThomas Zimmermann2022-10-071-21/+21
* drm/udl: Support DRM hot-unpluggingThomas Zimmermann2022-10-071-6/+37
* drm/udl: Simplify modesetting in CRTC's enable functionThomas Zimmermann2022-10-072-50/+14
* drm/udl: Convert to atomic-modesetting helpersThomas Zimmermann2022-10-072-54/+112
* drm/udl: Remove udl_simple_display_pipe_mode_valid()Thomas Zimmermann2022-10-071-8/+0
* drm/udl: Move connector to modesetting codeThomas Zimmermann2022-10-075-154/+134
* drm/udl: Various improvements to the connectorThomas Zimmermann2022-10-071-24/+40
* drm/udl: Use USB timeout constant when reading EDIDThomas Zimmermann2022-10-071-1/+1
* drm/udl: Test pixel limit in mode-config's mode-valid functionThomas Zimmermann2022-10-072-14/+14
* drm/udl: Rename struct udl_drm_connector to struct udl_connectorThomas Zimmermann2022-10-072-16/+13
* drm/ssd130x: Iterate over damage clips instead of using a merged rectJavier Martinez Canillas2022-10-061-8/+11
* drm/ast: Add Atomic gamma lut support for aspeedJocelyn Falempe2022-10-051-17/+70
* drm/bridge: ps8640: Add software to support aux deferJason Yen2022-10-051-1/+8
* drm/sched: add missing NULL check in drm_sched_get_cleanup_job v2Christian König2022-10-051-2/+3
* drm/scheduler: fix fence ref countingChristian König2022-10-051-1/+5
* drm/edid: Make version checks less convolutedVille Syrjälä2022-10-051-17/+8
* drm/edid: Unconfuse preferred timing stuff a bitVille Syrjälä2022-10-051-3/+4
* drm/edid: Use the correct formula for standard timingsVille Syrjälä2022-10-051-8/+41
* drm/edid: Use GTF2 for inferred modesVille Syrjälä2022-10-051-1/+34
* drm/edid: Extract drm_gtf2_mode()Ville Syrjälä2022-10-041-17/+30
* drm/edid: Only parse VRR range for continuous frequency displaysVille Syrjälä2022-10-041-1/+4
* drm/edid: Define more flagsVille Syrjälä2022-10-041-9/+9