summaryrefslogtreecommitdiff
path: root/src/backends/meta-monitor.c
Commit message (Expand)AuthorAgeFilesLines
* monitor: Fix indentation style on foreach functionsMarco Trevisan (Treviño)2019-03-121-10/+10
* monitor: Fix indentation style on calculate_crtc_pos and friendsMarco Trevisan (Treviño)2019-03-121-18/+18
* monitor: Fix indentation style on calculate_supported_scales and friendsMarco Trevisan (Treviño)2019-03-121-4/+4
* meta-monitor: Remove useless variableFlorian Müllner2019-03-111-3/+1
* monitor: Define scale_steps globallyMarco Trevisan (Treviño)2019-03-011-12/+7
* monitor-manager: Don't use wacky physical dimensions in display nameDariusz Gadomski2019-02-041-4/+1
* output: Turn winsys_id into a uint64_tEmilio Pozuelo Monfort2018-11-191-1/+1
* monitor: Use current monitor mode to check whether activeJonas Ådahl2018-07-311-6/+16
* monitor-manager: Filter out low screen resolutionsAndrea Azzarone2018-07-301-2/+17
* backends: Add logical monitor -> monitor -> output -> crtc ref chainJonas Ådahl2018-06-281-3/+19
* backends: Move MetaOutput::crtc field into private structJonas Ådahl2018-06-281-17/+31
* monitor: Set MINIMUM_LOGICAL_HEIGHT to 480Hans de Goede2018-01-231-1/+1
* monitor-manager: Take drm-connector panel-orientation property into accountHans de Goede2017-12-251-18/+64
* monitor: s/meta_monitor_derived_derive_layout/meta_monitor_tiled_derive_layout/Hans de Goede2017-12-251-3/+3
* monitor-unit-tests: Check non-first preferred modesJonas Ådahl2017-10-191-2/+0
* monitor/normal: Prefer modes with same flags as preferred modeJonas Ådahl2017-10-191-9/+32
* monitor: Add meta_monitor_get_gpu()Jonas Ådahl2017-10-051-0/+8
* backends: Split out CRTC/output management to MetaGpuJonas Ådahl2017-10-051-12/+17
* monitor-manager: Make MetaCrtc a GObjectJonas Ådahl2017-10-051-0/+1
* Make MetaOutput a GObjectJonas Ådahl2017-10-051-3/+6
* monitor: Add scale 1 if no other supported scale was addedJonas Ådahl2017-09-201-0/+8
* backends: Chain up some GObjectClass vfuncsJonas Ådahl2017-09-201-0/+4
* backends: Add some wiggle room for refresh rate comparisonsCarlos Garnacho2017-09-141-2/+3
* monitor: Add foreach output helper and fix foreach crtc helperJonas Ådahl2017-08-301-0/+26
* monitor: Add API to compare with old instanceJonas Ådahl2017-08-291-0/+12
* meta-monitor: Make supported scales determination sanerRui Matos2017-08-181-3/+8
* monitor-manager: Let the MetaMonitor derive the whole layoutJonas Ådahl2017-07-191-16/+21
* DisplayConfig: Add support for interlaced modesJonas Ådahl2017-07-141-15/+32
* Fix a couple of wrong indentationsJonas Ådahl2017-07-141-1/+1
* DisplayConfig: Specify mode ID string instead of mode specJonas Ådahl2017-07-141-15/+85
* monitor: Dynamically calculate supported scales per resolutionMarco Trevisan (Treviño)2017-07-141-19/+98
* DisplayConfig: Make supported scales per modeJonas Ådahl2017-07-141-0/+37
* logical-monitor: Make scale a floatJonas Ådahl2017-07-141-4/+4
* monitor: invert logic for 4k TV scalingChristian Kellner2017-06-071-1/+1
* monitor: Don't get the monitor manager from the backendJonas Ådahl2017-05-261-7/+13
* monitor: Handle tiled monitors where (0, 0) is not the main outputJonas Ådahl2017-05-261-28/+270
* monitor: Move get_suggested() behind behind vfuncJonas Ådahl2017-05-261-10/+29
* monitor: Move tiled CRTC mode identification into helperJonas Ådahl2017-05-261-6/+9
* monitor: Generate spec struct earlierJonas Ådahl2017-05-261-2/+3
* monitor: Fix naming of spec generation functionJonas Ådahl2017-05-261-3/+3
* monitor-manager/kms: Move scale calculation to MetaMonitorJonas Ådahl2017-05-261-0/+89
* monitor: Add API to get connectorJonas Ådahl2017-04-071-0/+9
* monitor-config-manager: Support logical monitor transformsJonas Ådahl2017-04-071-7/+45
* monitor: Don't keep CRTC position in MetaMonitorCrtcModeJonas Ådahl2017-04-071-32/+79
* DisplayConfig: Add an optional 'is_underscanning' monitor propertyJonas Ådahl2017-04-071-0/+10
* monitor-manager: Remove 'scale' from MetaOutputJonas Ådahl2017-04-071-10/+9
* meta-monitor-config: Pass logical monitor scale via configJonas Ådahl2017-04-071-0/+10
* monitor-tiled: Derive the dimension from what was configuredJonas Ådahl2017-03-091-11/+11
* monitor-manager: Split logical monitor creationJonas Ådahl2017-03-091-13/+47
* monitor-tiled: Generate non-tiled monitor modesJonas Ådahl2017-03-091-32/+117