summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra124/display.c
Commit message (Expand)AuthorAgeFilesLines
* device/mmio.h: Add include file for MMIO opsKyösti Mälkki2019-03-041-1/+1
* src: Remove unneeded include <cbmem.h>Elyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include <lib.h>Elyes HAOUAS2018-11-161-1/+0
* src: Get rid of duplicated includesElyes HAOUAS2018-11-161-1/+0
* src: Remove unneeded include "{arch,cpu}/cpu.h"Elyes HAOUAS2018-11-121-1/+0
* src: Use tabs for indentationElyes HAOUAS2018-10-081-7/+7
* src/soc: Use "foo *bar" instead of "foo* bar"Elyes HAOUAS2018-07-091-2/+2
* src/soc: Get rid of whitespace before tabElyes HAOUAS2018-06-041-1/+1
* soc/nvidia: Get rid of device_tElyes HAOUAS2018-05-281-1/+1
* soc/nvidia/tegra124: remove cache_policiy optionAaron Durbin2016-07-271-1/+1
* tegra124: Actually align the framebuffer's bytes-per-line to 32Paul Kocialkowski2016-06-281-1/+1
* tegra124: Align the framebuffer's bytes-per-line to 32Paul Kocialkowski2016-05-091-1/+1
* edid: Make framebuffer row alignment configurableJulius Werner2016-04-071-1/+1
* edid: Add helper function to calculate bits-per-pixel dependent valuesJulius Werner2016-03-241-5/+4
* tree: drop last paragraph of GPL copyright headerPatrick Georgi2015-10-311-4/+0
* Remove empty lines at end of fileElyes HAOUAS2015-06-081-1/+0
* Remove address from GPLv2 headersPatrick Georgi2015-05-211-1/+1
* arm(64): Globally replace writel(v, a) with write32(a, v)Julius Werner2015-04-211-2/+2
* tegra124: Change all SoC headers to <soc/headername.h> systemJulius Werner2015-04-081-12/+13
* tegra124: configure DP with correct pixel clockVince Hsu2015-01-041-2/+7
* tegra124: display clock should be initialized before any accessVince Hsu2014-12-301-1/+10
* tegra124: modify panel init sequenceKen Chang2014-12-171-14/+16
* tegra124: change PLLD VCO calculation algorithmKen Chang2014-12-171-2/+2
* tegra124: Initialize display panel by EDID.Hung-Te Lin2014-12-161-4/+5
* tegra124: Setup clock PLLD by approximating display panel pixel clock.Hung-Te Lin2014-12-151-6/+22
* t124: Clean up display init functionsJimmy Zhang2014-11-141-209/+147
* tegra124: Program PWM1 to drive panel backlightAndrew Chew2014-11-121-5/+11
* tegra124: nyan: Keep in memory structures below 4GB.Gabe Black2014-11-121-1/+1
* tegra/nyan*: sdram updatesTom Warren2014-10-221-1/+7
* tegra124/nyan: memory and display updatesAndrew Bresticker2014-09-221-12/+3
* tegra124/nyan: display, clock, and other updatesJulius Werner2014-09-131-5/+5
* tegra124/nyan: various fixes and additionsHung-Te Lin2014-09-121-56/+122
* tegra124/nyan: rougly stable code baseGabe Black2014-09-111-0/+304