Qualcomm Patents a Display Chip That Leaves Unchanged Screen Areas Alone
Your phone redraws every pixel on screen dozens of times per second, even the parts that never change. Qualcomm has filed a patent for display hardware that notices which screen regions are frozen and batches together only the work that actually needs doing.
What Qualcomm's static-screen power saving actually does
Ever noticed how your phone's battery drains just from sitting on a webpage you're not even scrolling? A big part of that is your screen's processor redrawing every pixel on every frame, even the ones that are completely still.
Qualcomm's patent describes a chip that can tell the difference between parts of the screen that are moving and parts that are stuck in place. If your status bar, background wallpaper, or a static image hasn't changed, the chip flags that region as "frozen" and stops treating it like fresh work. For all the upcoming frames where that region stays still, the chip bundles together only the areas that are changing, so the processor handles a much smaller workload.
The result is that your device does less computation for every frame it draws, which means less power consumed per second. That adds up fast on a device that refreshes its screen 60 or 120 times every second.
obtain a first indication that a first region of a first frame will remain static; aggregate, based on the first indication, a second region for each frame in a set of frames that is subsequent to the first frame …
Translation: The chip detects parts of the screen that are not moving and groups the changing parts that follow.
How the chip tracks changing and frozen screen regions
The patent describes a processor that monitors incoming video frames and identifies a static region (a portion of the screen confirmed to not change between frames). Once that frozen zone is spotted, the chip doesn't just skip it once; it plans ahead.
For every upcoming frame in a sequence, the chip separately tracks the dynamic region (the part of the screen that is changing). Crucially, that dynamic region can shift shape or location from frame to frame. The system aggregates (collects and combines) those changing zones across the whole sequence and outputs a compact description of just the work that needs color processing.
- Frame analysis: incoming frames are scanned to confirm which region is static.
- Region aggregation: the changing portions across multiple future frames are bundled into a single output signal.
- Downstream handoff: only that aggregated active region gets passed to the full color-processing pipeline, while the frozen zone is excluded.
This is essentially a smarter scheduling layer sitting in front of the display's color engine. Instead of feeding the full frame into processing hardware every single time, it pre-filters the workload so the heavy computation only touches pixels that earned it.
… power efficient display color processing for static regions on a screen. A processor may obtain a first indication that a first region of a first frame will remain static.
Translation: It saves battery by cutting down color processing work for the parts of the screen that stay the same.
What this means for phone and tablet battery life
Display processing is one of the larger continuous power draws on any phone or tablet, because the screen refreshes constantly whether or not anything on it has moved. Techniques that reduce how much pixel work the chip actually performs can translate directly into longer battery life without touching screen brightness or refresh rate.
For Qualcomm, which supplies the processors inside a large share of Android phones and Windows laptops, shaving display power is a meaningful efficiency gain across hundreds of millions of devices. Qualcomm's track record in display-efficiency patents suggests the company sees this layer of the chip as an ongoing area of investment. If this approach reaches shipping silicon, you might not notice anything different except that your battery lasts a bit longer on days when you spend time reading, browsing, or looking at mostly static content.
Qualcomm's 59th filing in the cell phone patents we've tracked since May adds to a run that includes one that cuts audio when idle and chip that checks its memory.
Screens are the single biggest drain on a phone battery, and the waste is largely mundane: your display works just as hard to redraw a static news headline or a background image as it does to animate a video. That repetitive, unnecessary effort happens dozens of times per second, every second the screen is on.
This patent addresses that waste directly, by teaching the display processor to recognize which parts of the screen are frozen and focus its effort only on what is actually changing. The specific refinement, planning that focused work across several future frames at once rather than making the decision fresh each time, is a scheduling improvement rather than a reinvention.
The approach matches the problem well enough. Modest efficiency gains at this level multiply across every refresh cycle on every device, and screen-on time is already the metric users feel most directly in their pockets and their daily routines.
There are more where this came from
We read every patent application Big Tech publishes and send you the ones worth knowing. Plain English, free, every week.
The drawings
11 drawing sheets from US 2026/0290280 A1 · click any drawing to enlarge
Want this weekly breakdown for a company we don't cover? Patentlyze Pro →
Be the first to weigh in