[PATCH v4.1 1/4] drm/rockchip: vop: export line flag function

2016-07-16 Thread Yakir Yang
Sean, On 07/15/2016 09:04 PM, Sean Paul wrote: > On Fri, Jul 15, 2016 at 6:55 AM, Yakir Yang wrote: >> VOP have integrated a hardware counter which indicate the exact display >> line that vop is scanning. And if we're interested in a specific line, >> we can set the line number to vop line_flag r

[PATCH v4.1 1/4] drm/rockchip: vop: export line flag function

2016-07-15 Thread Yakir Yang
VOP have integrated a hardware counter which indicate the exact display line that vop is scanning. And if we're interested in a specific line, we can set the line number to vop line_flag register, and then vop would generate a line_flag interrupt for it. For example eDP PSR function is interested

[PATCH v4.1 1/4] drm/rockchip: vop: export line flag function

2016-07-15 Thread Sean Paul
On Fri, Jul 15, 2016 at 6:55 AM, Yakir Yang wrote: > VOP have integrated a hardware counter which indicate the exact display > line that vop is scanning. And if we're interested in a specific line, > we can set the line number to vop line_flag register, and then vop would > generate a line_flag in