aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2012-03-09 09:45:21 +0900
committerInki Dae <inki.dae@samsung.com>2012-03-15 11:39:00 +0900
commitf7d86075fa6c082f7dc4d289a69162b13d2db924 (patch)
treea68f7eb304fe47fae54cc6d51715dc1970d1bbba /tools/perf/scripts/python
parentdrm/exynos: fix runtime_pm fimd device state on probe (diff)
downloadlinux-f7d86075fa6c082f7dc4d289a69162b13d2db924.tar.gz
linux-f7d86075fa6c082f7dc4d289a69162b13d2db924.zip
drm/exynos: Fix fb_videomode <-> drm_mode_modeinfo conversion
The fb_videomode structure stores the front porch and back porch in the right_margin and left_margin fields respectively. right_margin should thus be computed with hsync_start - hdisplay, and left_margin with htotal - hsync_end. The same holds for the vertical direction. Active Front Sync Back Region Porch Porch <-------------------><----------------><-------------><----------------> //////////////////| ////////////////// | ////////////////// |.................. .................. _______________ <------ xres -------><- right_margin -><- hsync_len -><- left_margin --> <---- hdisplay -----> <------------ hsync_start ------------> <--------------------- hsync_end --------------------> <--------------------------------- htotal -----------------------------> Fix the fb_videomode <-> drm_mode_modeinfo conversion functions accordingly. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Acked-by: Joonyoung Shim <jy0922.shim@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com> Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
td>Jakub Kicinski1-40/+20 2016-11-04nfp: rename ring allocation helpersJakub Kicinski1-13/+13 2016-11-04nfp: centralize runtime reconfiguration logicJakub Kicinski3-119/+118 2016-11-04nfp: add support for ethtool .get_channelsJakub Kicinski1-0/+16 2016-11-04amd-xgbe: Prepare for supporting PCI devicesLendacky, Thomas6-510/+755 2016-11-04amd-xgbe: Update how to determine DMA channel statusLendacky, Thomas3-21/+43 2016-11-04amd-xgbe: Support for 64-bit management counter registersLendacky, Thomas2-10/+27 2016-11-04amd-xgbe: Prepare for a new PCS register access methodLendacky, Thomas4-19/+119 2016-11-04amd-xgbe: Add support for clause 37 auto-negotiationLendacky, Thomas3-8/+286 2016-11-04amd-xgbe: Prepare for introduction of clause 37 autonegLendacky, Thomas4-85/+176 2016-11-04amd-xgbe: Prepare for working with more than one type of phyLendacky, Thomas8-660/+1140 2016-11-04amd-xgbe: Perform priority-based hardware FIFO allocationLendacky, Thomas2-139/+434 2016-11-04amd-xgbe: Prepare for priority-based FIFO allocationLendacky, Thomas2-17/+41 2016-11-04amd-xgbe: Fix formatting of PCS register dumpLendacky, Thomas1-12/+12 2016-11-04net: inet: Support UID-based routing in IP protocols.Lorenzo Colitti31-40/+89 2016-11-04net: core: add UID to flows, rules, and routesLorenzo Colitti8-3/+111 2016-11-04net: core: Add a UID field to struct sock.Lorenzo Colitti3-1/+25 2016-11-04net: dsa: mv88e6xxx: setup port's MACVivien Didelot1-80/+60 2016-11-04net: dsa: mv88e6xxx: add port's MAC speed setterVivien Didelot4-12/+189 2016-11-04net: dsa: mv88e6xxx: add port's RGMII delay setterVivien Didelot4-0/+73 2016-11-04net: dsa: mv88e6xxx: add port duplex setterVivien Didelot4-0/+64 2016-11-04net: dsa: mv88e6xxx: add port link setterVivien Didelot4-0/+70 2016-11-04net: dsa: mv88e6xxx: add port 802.1Q mode setterVivien Didelot3-31/+37 2016-11-04net: dsa: mv88e6xxx: add port PVID accessorsVivien Didelot3-47/+45 2016-11-04net: dsa: mv88e6xxx: add port FID accessorsVivien Didelot3-73/+74 2016-11-04net: dsa: mv88e6xxx: add port vlan map setterVivien Didelot3-12/+29 2016-11-04net: dsa: mv88e6xxx: add port state setterVivien Didelot3-45/+37 2016-11-04net: dsa: mv88e6xxx: add port filesVivien Didelot4-16/+57 2016-11-03net/sched: cls_flower: Support matching on SCTP portsSimon Horman2-0/+24 2016-11-03mlxsw: pci: Fix the FW ready mask lengthElad Raz1-1/+1 2016-11-03ipv6: on reassembly, record frag_max_sizeWillem de Bruijn1-1/+6 2016-11-03ipv6: add IPV6_RECVFRAGSIZE cmsgWillem de Bruijn4-2/+17 2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn3-0/+28