summaryrefslogtreecommitdiff
path: root/src/nv_output.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-11Initial pass at removal of non-KMS support.Ben Skeggs1-1293/+0
2009-07-06Rip out vgaHW + more unused vars from NVRecBen Skeggs1-1/+1
2009-06-03randr12: split from pre-randr12 structs into new header, de-typedefStuart Bennett1-11/+11
2009-06-03randr12: improve uniformity of props codeStuart Bennett1-12/+11
2009-05-28randr12: disable lvds (invalidate all modes) if bios lvds parsing failsStuart Bennett1-1/+6
2009-05-28randr12: better behaviour (avoid crash) when fp native mode can't be foundStuart Bennett1-5/+8
2009-05-28randr12: line length improvementsStuart Bennett1-9/+17
2009-05-28Simplify tests for digital fp outputsStuart Bennett1-18/+14
2009-05-28randr12: a bunch of trivial improvements and tidyupsStuart Bennett1-4/+3
2009-05-12randr12: fix digital dpms regressionStuart Bennett1-3/+18
2009-05-06randr12: off-chip lvds for nv28 (rh#487456)Stuart Bennett1-0/+2
2009-05-06randr12: pre-nv17 load detectionStuart Bennett1-7/+183
2009-05-06randr12: fix fp_control again again againStuart Bennett1-21/+34
2009-05-06randr12: solve off-chip encoder crtc exclusion in prepare, rather than dpmsStuart Bennett1-22/+12
2009-05-06randr12: simplify nv11 digital encoder-crtc bindingStuart Bennett1-28/+20
2009-04-29randr12: more use of logging abstraction in modesetting codeStuart Bennett1-15/+15
2009-04-03randr12: fall back to standard timings when finding native mode (rh#492819)Stuart Bennett1-3/+8
2009-04-02randr12: make nv11 dvi work for both crtcsStuart Bennett1-11/+22
2009-04-02randr12: fix/improve a load of version/feature testsStuart Bennett1-29/+29
2009-03-30randr12: FP_TG_CONTROL 2: dpms improvementsStuart Bennett1-7/+7
2009-03-30randr12: FP_TG_CONTROL 1: turn off digital path when using VGA encoderStuart Bennett1-21/+41
2009-03-30randr12: fix LVDS legitimately disconnected caseStuart Bennett1-8/+12
2009-03-30randr12: permit vga outputs to be force enabled in xorg.confStuart Bennett1-1/+6
2009-03-30Turn the smaller mmio wrappers into static inlineStuart Bennett1-0/+13
2009-03-23Some laptop mode finding fixes resulting from rh#487456Stuart Bennett1-5/+7
2009-03-23randr12: name some FP flags, move some unrelated stuff out from nvreg.hStuart Bennett1-2/+5
2009-03-23pre-nv50: use nvidia's names for PRAMDAC regs where knownStuart Bennett1-35/+35
2009-03-23Separate maximum limits for encoder devices and i2c records, DCB_ prefixesStuart Bennett1-3/+3
2009-03-10randr12: add output properties for digital vibrance and image sharpeningStuart Bennett1-0/+34
2009-03-10randr12: functionate output properties creationStuart Bennett1-53/+54
2009-03-09randr12: make props code slightly less awful to beholdStuart Bennett1-47/+23
2009-03-09bios/randr12: mode validation fixes (includes fix for #20298)Stuart Bennett1-5/+6
2009-03-06randr12: no need to re-detect edid for lvds, it's not going awayStuart Bennett1-0/+5
2009-03-04Parse bios fp mode during modesetting, removing extra allocStuart Bennett1-8/+11
2009-03-04Get dual_link and dithering bios info through lvds table parsing functionStuart Bennett1-3/+7
2009-03-04Call parse_lvds_manufacturer_table during modesetting only (#19986 partial fix)Stuart Bennett1-9/+18
2009-03-04Read embedded bios edid only on demandStuart Bennett1-2/+4
2009-03-02Move parsed DCB to bios structs, split into public and private partsStuart Bennett1-10/+11
2009-03-02Split bios struct into struct for nv_bios.c, and exported public info structStuart Bennett1-10/+10
2009-02-25Rework PLL decoding in terms of pll_vals, save/restore pll_vals on vt switchStuart Bennett1-17/+2
2009-02-20bios/randr12: fix dual link TMDS (#20006)Stuart Bennett1-7/+12
2009-02-11randr12: anti-crash measures for #19854Stuart Bennett1-0/+6
2009-02-08randr12: bodge-in continuous timings when the scaler is in use (#19203)Stuart Bennett1-6/+13
2009-02-08bios/randr12: be strict about when to use modes from bios vs modes from ddcStuart Bennett1-8/+11
2009-02-08bios/randr12: misc (mainly lvds related) clarifications and cleanupsStuart Bennett1-3/+3
2009-01-19twoStagePLL is actually a description of cards using two PLL regsStuart Bennett1-1/+1
2008-12-24Group all DCB I2C info for a given bus in a structureStuart Bennett1-1/+1
2008-11-22randr12: allow ddc while crtc is lockedStuart Bennett1-3/+22
2008-11-22Punt all bios structs and defines into a new headerStuart Bennett1-2/+2
2008-10-25Rework bios parser error handlingStuart Bennett1-1/+1